I want to disable a field in selection screen so that it
does not appear while displaying.How can i do that?wat wud
be the code?

Answer Posted / rinzy deena mathews

PARAMETER p_vbeln TYPE vbeln MODIF ID m1.

AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN.
IF screen-group1 = 'M1'.
screen-active = 0.
MODIFY SCREEN.
ENDIF.
ENDLOOP.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the systems fields used for interactive lists and lists?

532


How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?

615


What are the different types of parameters?

567


What is the difference between function group and function module?

517


What happens if a function module runs in an update task? : abap modularization

593






What are the parameters used in each function?

599


how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?

1578


Explain what is the difference between sy-tabix and sy-index? Where it is used?

562


What are different data types in abap/4?

557


What are the types of the programming language used in the sap abap software?

601


singleton class

933


Write special commands of list?

574


What is netweaver???what is the relationship with ABAP?

1627


what are the important fields while preparing sales order,inquiry?

1905


What are user exits? What is involved in writing them? What precations are needed?

598