Application Development 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: 

hi all at selection screen

Former Member
0 Kudos

hi all

if there are multiple at selection screen i.e.

1. at selection-screen

2. at selection-screen on field

3. at selection-screen output

4. at selection-screen on value-request

if all of the above events are taken in report then in what sequence they will be triggered i.e. which event will trigger first and then second and so on.

thanx

rocky

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

the order i slike this;

1.At selection screen output

2.at selection screen on field

3. at selection screen

4. at selection screen on value request.

in this order they will trigger

Reward if helpful

Rgds

Umakanth

4 REPLIES 4

Former Member
0 Kudos

1. at selection-screen output

2. at selection-screen

3. at selection-screen on field

4. at selection-screen on value-request

This is the sequence.

Regards,

madan.

Former Member
0 Kudos

1. at selection-screen

done as a PAI (process after input)

2. at selection-screen on field

Never used it

3. at selection-screen output

done as PBO (process before Output)

4. at selection-screen on value-request

done when user hits F4 or the match code icon

Former Member
0 Kudos

hi,

the order i slike this;

1.At selection screen output

2.at selection screen on field

3. at selection screen

4. at selection screen on value request.

in this order they will trigger

Reward if helpful

Rgds

Umakanth

Former Member
0 Kudos

"at selection-screen output " is similar to PBO, so it will be trigger first, before the screen is loaded.

rest three will be after screen is loaded.

"at selection-screen on field "will come next, as its PAI for a particular field.

"at selection-screen" will be the next PAI

"at selection-screen on value-request" will be executed only when user clicks on F4..

Please Reward points if helpful