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

How to select valid lines for secondary list?

603


How is conversion of data types done between abap/4 & db layer? : abap data dictionary

649


Can a constructor be redefined?

922


What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary

573


Explain the difference between domain and data element?

581






What are conversion & interface programs in sap?

652


What are the different methods of passing data? : abap modularization

577


How do you save data in bdc tables? : abap bdc

588


What is bdc programming? : abap bdc

575


How many types of buffering? : abap data dictionary

719


What is sap locking?

596


What is the difference between select statement and provide statement ? : abap hr

573


How many types of tables exists and what are they in data dictionary? : abap data dictionary

714


How many types of data classes are there in sap abap? : abap data dictionary

554


Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary

614