What is the difference between At selection screen and At
selection screen on output?
Answer Posted / sagi.nagamani
AT SELECTION SCREEN : TO VALIDATE ALL FIELDS.whenever user
presses enter this event is triggered.if there is any
error,system redisplays the screen by enabling all fields.
AT SELECTION SCREEN ON : to validate a specified field.
whenever user presses enter this event is triggerd.if there
is any error,system redisplays the screen by enabling only
that particular field & disables all the fields.
AT SELECTION SCREEN OUTPUT : THIS EVENT IS TRIGGERED BEFORE
SELECTION SCREEN APPEARS.here u can perform user defined
actions like making fields mandatory,hide like that.
| Is This Answer Correct ? | 25 Yes | 0 No |
Post New Answer View All Answers
How many types of views are there ?
What is the use of the raising exception?
How did you transfer legacy data in the mid of the financial year (us) to the sap system? : sap abap hr
What does the insert statement in extract datasets do? : abap modularization
How to upload more than 2GB file from External Source to SAP?
Explain how to write a bdc - how do you go about it?
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?
What is an update task?
How to display if the value entered contains records or not?
What are the differences between domain and data element?
Is a logical database a requirement/must to write an abap/4 query?
What is value table? : abap data dictionary
How to eliminate duplicate entries in internal tables? : abap data dictionary
What are the organizational related Infotypes
What does hide statement do?