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
ABAP : Classical reports events name
Name a few data dictionary objects? : abap data dictionary
What is the difference between the function module and a normal abap/4 subroutine?
What are the domains and data element?
What do you mean by transparent tables in sap abap? : abap data dictionary
Explain what is step-loop?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
What are the modes in which any update tasks work?
How would you suppress the display of a parameter on the selection screen?
Does the call transaction method allow multiple transactions to be processed by sap?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
What is runtime analysis?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.