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

event triggering

Former Member
0 Likes
623

which event triggers first among INITIALIZATION START-OF-SELECTION AND LOAD ON PROGRAM. pLZ TELL ME

5 REPLIES 5
Read only

Former Member
0 Likes
593

LOAD ON PROGRAM

INITIALIZATION

START-OF-SELECTION

This is the order in which the events will fire.

Regards,

Ravi

Note : Please mark all the helpful answers

Read only

Former Member
0 Likes
593

HI

GOOD

i think it is

LOAD ON PROGARM

INITIALIZATION

START-OF-SELECTION

thanks

mrutyun

Read only

Former Member
0 Likes
593

Hi

LOAD ON PROGRAM will be triggered first.

Then INITIALIZATION.

START OF SELECTION will be triggeted when user clicks execute button.

Reward Points if helpful.

Regards

Swathi

Read only

Former Member
0 Likes
593

hi,

1) LOAD ON PROGRAM

2) INITIALIZATION

3) START-OF-SELECTION

hope this helps,

do reward if it helps,

priya.

Read only

Former Member
0 Likes
593

Hi pavan,

flow of events:

load of program

initialisation

start of selection

Directly after an executable program, a module pool, a function group or a subroutine pool has been loaded, a special processing block can be executed exactly once. This processing block is defined as an event block using the event keyword LOAD-OF-PROGRAM. The processing block for LOAD-OF-PROGRAM has the same function for ABAP programs as a constructor has for classes.

Also chk this link:

http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb2d67358411d1829f0000e829fbfe/content.htm

regards,

keerthi.