At Selection Screen vs At Selection Screen Output
What is the difference between at selection screen on field and at selection screen output?
Updated May 18, 2018
What is the difference between at selection screen on field and at selection screen output?
Comments
In ABAP Development we came across the two terms or fields called as At Selection Screen and At Selection Screen Output. Both of them are different and perform the different tasks which is given below:
At Selection Screen: This statement or event used to check that which values are entered by the user to the field of selection screen and this process is called as data validity checking. In this event as user submit the values and clicks over execution button then this event got provoke.
At Selection Screen Output: This event accomplished at PBO of the selection screen each time when user press ENTER in diversity to Initialization. So, this event is not best suited to set selection screen default values.