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 are the update types possible? : abap data dictionary
What is the difference between rfc and bapi function modules? : abap bdc
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What is the use of start-of-selection.,if not use in report what will happen,?
Select query optimisation
What are the function of the transport system and workbench organiser? : abap data dictionary
how to create view in bdc..??
What is your current client number?
What is foreign key relationship? : abap hr
What is an Open Item in SAP? How will you find an Open Item in SAP?
What is meant by performance analysis? Have done anything to improve the performance?
What is lock object ? : abap data dictionary
What are the ways you can do the tuning?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
Can we make use of flow logic control key words in abap/4 and vice-versa?