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 / kubera
FOR EX:
PARAMETERS: LIFNR like LFA1-LIFNR MODIF ID 'ABC'.
AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN.
IF SCREEN-GROUP_NAME = 'ABA'.
SCREEN-INPUT = 0.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How to define selection screen?
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
Difference between sy-tabix and sy-index? Where it is used?
I need some information regarding Vcentric Test pattern ? with questions.
What are the types of subroutines?
What is read line in abap?
How to find the return code of a statement in abap programs?
Define external layer?
How to create a check box/option button in a list?
How to read 5th record from Hash Internal Table?
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
What are control tables?
What are the attributes of the data in data dictionary? : abap data dictionary
Final class
Explain open dataset in sap abap?