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

How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?

563


What are the control break events in abap? : abap data dictionary

609


What is SAP Data conversion ?

629


What data is contained? : abap data dictionary

687


What is the diff between database view and maintenance view?

586






How can we set the tablespaces and extent sizes ?

565


Can you delete a domain, which is being used by data elements? : abap data dictionary

811


What is an on”*-input filed” statement?

600


What are the differences between domain and data element?

570


Explain how do you get output from idoc?

611


Is a logical database a requirement/must to write an abap/4 query?

576


What are the data types of the external layer?

576


1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?

1408


What are the steps in a bdc session? : abap bdc

565


How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?

567