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
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
What is the use of 'for all entries'?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
What are the 3 types of tables in sap? : abap data dictionary
Can we use on change of between select and endselect?
how do you call third selection screen ?
Does every abap/4 have a modular structure?
Difference between Insert, Update and Modify?
What is the differrences between structure and table in data dictionary in abap? : abap hr
How do you move on to the next screen in interactive reporting?
wat is the difference between A-gate & W-gate?where are they used?
What functions does a data dictionary perform? : abap data dictionary
Is a logical database a requirement/must to write an abap/4 query?