What is the use of AT Selection Screen output when we have
At selection screen?Can u explain?
Answer Posted / saifur rahaman
AT SELECTION-SCREEN.
The event AT SELECTION-SCREEN is the basic form of a whole
series of events that occur while the selection screen is
being processed.
The standard selection screen in an executable program or
in the logical database linked to it is automatically
called between the INITIALIZATION and START-OF-SELECTION
events. When you call the selection screen, and when users
interact with it, the ABAP runtime environment generates
selection screen events, which occur between INITIALIZATION
and START-OF-SELECTION.
AT SELECTION-SCREEN OUTPUT
event is triggered. This event block allows you to modify
the selection screen directly before it is displayed.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What is meant by a schema? : sap abap hr
How do you read files from the presentation server ? : abap bdc
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
In which cluster time results are stored? : abap hr
What is the function of the transport system and workbench organiser? : abap data dictionary
What are the functions of lock objects?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
Name the special commands of list?
Can you delete data element, which is being used by table fields. : abap data dictionary
What is a badi?
What is logo in sap script?
Explain what is the step-by-step process to create a table in data dictionary?
How does the interface between the dynpro and the abap/4 modules take place?
In select-options, how to get the default values as current month first date and last date by default?