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
What are the components of selection table?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
Explain what are standard layouts sets in the sap script?
What are the events used in abap in the order of execution?
What is database utility?
What are two methods of modifying sap standard tables? : abap data dictionary
What is a view? : abap data dictionary
Why lsmw does not support call transaction method? : abap bdc
What is collective search help? : sap abap data dictionary
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What are ranges?
Table events aNd table maintains generation
What are the user interfaces of interactive lists?
Workbench request are client dependent or client independent