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: 

selection screen and DP

Former Member
0 Kudos

Hi friends

Can any one tell me which event triggers first and the order of event triggering when both selection screen and dialog program is used..Also tell me which event wont fire.

Regards

Suresh.A

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

The Order is like this

INITIALIZATION

AT SELECTION-SCREEN OUTPUT

AT SELECTION-SCREEN.

START-OF-SELECTION

END-OF-SELECTION

4 REPLIES 4

Former Member
0 Kudos

Hi,

The Order is like this

INITIALIZATION

AT SELECTION-SCREEN OUTPUT

AT SELECTION-SCREEN.

START-OF-SELECTION

END-OF-SELECTION

Former Member
0 Kudos

Hi,

There will not be any difference in the events when compared to normal selection screen and Dialog Programming Selection Screen.

Thanks,

Sriram POnna.

former_member206439
Contributor
0 Kudos

Hi

On Selection screen.

1)Load-Of-Program

2)Initialization

3)At selection-screen output

4)at selection-screen

5)start-of-selection

6)end-of-selection.

On DP

depending up on the action it will trigger the events

like (depending up on SY-UCOMM) value.

Thanks & regards

Naresh

Former Member
0 Kudos

Here is the Sequence.

1. First Load-of-Program event is triggred by default when you execute any report.

2. Inisilization.

3. At-selection Screen output.

4. At selection Screen.

5. Start-of-selection.

6. end-of-selection.

if you are calling screen in your report you will be doing so in Start-of-selection

then after start-of-selection.

Process before output

Process after input

(if you add POH, and POV, these event will trigger when you press F1 or F4)

End-of-selection.

Thanks & regards