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
What is the table buffer? Which type of tables used this buffer?
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
Define dispatcher?
What are the system fields you have worked with? Explain?
Explain the structure of a bdc sessions?
How to handle error in session method? : abap bdc
What is roll area?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
How to split one Invoice into Multiple ( Step by Step)?
How many types of tables exist and what are they in data dictionary?
Can you define a field without a data element? : abap data dictionary
What is the difference between ABAP and HR ABAP
Abstract class and interface, multiple inheritance, live example
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
How to combine multiple order in one Delivery ( Step by Step)?