Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

s.s

Former Member
0 Likes
564

what are the different kinds of selection-screen events is abap.which event triggers at which situation

what are the different kinds of selection-screen events is abap.which event triggers at which situation

4 REPLIES 4
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
544

Hi,

Here are the events

INITIALIZATION: at the begining of the program.

AT SELECTION-SCREEN OUTPUT: before the screen is shown(PBO)

AT SELECTION-SCREEN: After any event in the UI (PAI)

AT SELECTION-SCREEN ON: this is same as above but only if the field mentioned in ON is changed.

START-OF-SELECTION: After the event AT SELECTION-SCREEN

AT LINE-SELECTION: When the user doubl clicks on the List output.

TOP-OF-PAGE: When the List is generated (Using WRITE OR ULINE OR SKIP)

END-OF-PAGE: At the end of the every page of the list output.

AT USER-COMMAND: When the user does an event like pressing ENTER etc.

Regards,

Sesh

.

Read only

Former Member
0 Likes
544

Hi,

Check this.

Thanks,

Anitha

Read only

Former Member
0 Likes
544

Hi

AT SELECTION-SCREEN OUTPUT

AT SELECTION-SCREEN

AT SELECTION-SCREEN ON <FIELD>

are the events related to selection screen which are mainly used for the validation of the selection screen fields

Reward points for useful Answers

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Read only

Former Member
0 Likes
544

Hi sandeep,

<b>at line-selection </b>and <b>at selection-screen</b>. <b>at line-selection</b> will trigger if the user will click on the specified line in the output program. <b>at selection-screen </b>will trigger at the initial screen of the program. hope this will help. Reward if useful.

regards,

Mackoy