0% found this document useful (0 votes)
65 views2 pages

Sap at Selection

The AT SELECTION-SCREEN event occurs after the runtime environment has passed all input data from the selection screen to the ABAP program. This is the basic event that can be used to process selection screen data and perform actions before the actual program processing starts. Several other selection screen events like ON VALUE-REQUEST and ON RADIOBUTTON GROUP allow processing specific selection screen fields and elements.

Uploaded by

ssvallabhaneni
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views2 pages

Sap at Selection

The AT SELECTION-SCREEN event occurs after the runtime environment has passed all input data from the selection screen to the ABAP program. This is the basic event that can be used to process selection screen data and perform actions before the actual program processing starts. Several other selection screen events like ON VALUE-REQUEST and ON RADIOBUTTON GROUP allow processing specific selection screen fields and elements.

Uploaded by

ssvallabhaneni
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 2

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 basic form of the selection screen events is the AT SELECTION-SCREEN event. This event occurs after the runtime environment has passed all input data from the selection screen to the ABAP program. ZKPRG2 ZKPRG3

1. ... ON psel
2. ... ON END OF sel

3. ... ON VALUE-REQUEST FOR psel_low_high


4. ... ON HELP-REQUEST FOR psel_low_high

5. ... ON RADIOBUTTON GROUP radi


6. ... ON BLOCK block

7. ... OUTPUT
8. ON EXIT-COMMAND

You might also like