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 is the difference between tables and structures?

622


What is primary index?

532


Which function module reads the data for particular infotype ? : abap hr

550


How to creat transactions? : abap data dictionary

640


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

1899






What are the list of screen elements?

526


How to find the return code of an stmt in abap programs?

623


What are the various types of selection screen event?

566


How to convert normal function module to bapi?

1517


Explain what are the different functions used in sap script?

542


From Excel to ABAP - Is batch mode possible ?

576


What are different abap/4 editors?

599


What is the meaning of abap/4 editor integrated with abap/4 data dictionary?

630


What is personnel sub are

1570


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.

1541