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

What are the update types possible? : abap data dictionary

747


What is the difference between rfc and bapi function modules? : abap bdc

815


send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'

2595


What is the use of start-of-selection.,if not use in report what will happen,?

1401


Select query optimisation

1089


What are the function of the transport system and workbench organiser? : abap data dictionary

739


how to create view in bdc..??

2548


What is your current client number?

762


What is foreign key relationship? : abap hr

791


What is an Open Item in SAP? How will you find an Open Item in SAP?

820


What is meant by performance analysis? Have done anything to improve the performance?

733


What is lock object ? : abap data dictionary

788


What are the ways you can do the tuning?

731


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

2389


Can we make use of flow logic control key words in abap/4 and vice-versa?

775