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


Please Help Members By Posting Answers For Below Questions

What are the components of selection table?

793


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?

871


Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?

1825


Explain what are standard layouts sets in the sap script?

1117


What are the events used in abap in the order of execution?

742


What is database utility?

873


What are two methods of modifying sap standard tables? : abap data dictionary

921


What is a view? : abap data dictionary

846


Why lsmw does not support call transaction method? : abap bdc

819


What is collective search help? : sap abap data dictionary

798


A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary

913


What are ranges?

771


Table events aNd table maintains generation

1208


What are the user interfaces of interactive lists?

731


Workbench request are client dependent or client independent

759