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
What is the bapi?
What is the use of message command in a report? What are the different message types?
What should be the approach for writing a bdc program? : abap bdc
Explain the advantages of abap query tool?
What are the events in screen programming?
What are the attributes of the data in data dictionary? : abap data dictionary
Difference between sy-tabix and sy-index? Where it is used?
What are the data types of internal tables?
If your project is support project ? when is your implementation has completed ?
What work you have done in HR module
What is an abap?
What is protect & endprotect?
When value table becomes check table?
Difference between transparent tables and pooled tables? : abap hr
How can we create callable modules of program code within one abap/4 program? : abap modularization