Under which event we can make a filed disappear on selection
screen.

Answer Posted / ashwin

Under AT SELECTION-SCREEN OUTPUT.
loop at screen.
if screen-name = 'P_MATNR'.

screen-active = '0'.
modify screen.
ENDIF.

endloop.

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between tables and structures?

486


A subroutine can be terminated unconditionally using exit. State true or false : abap modularization

613


how to combine the transparent table with cluster table.

1109


What is filter dependent BADI?

930


Explain the Types of Select statements?

652






How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.

1708


How do you find out who has transported a transport request?

613


How to load data from ms excel sheet to sap by using bdc method ? : abap bdc

730


What is at exit-command:?

573


What is the difference between synchronous and asynchronous updates?

605


What are the uses of secondary indexes?

553


what is diff between ECC 5.0 AND ECC 6.0

2856


How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization

606


How can we determine a vendor is Bloc/Unblock from the table LFA1?

1660


What is locking ?

604