‎2006 Aug 20 7:31 AM
which event triggers first among INITIALIZATION START-OF-SELECTION AND LOAD ON PROGRAM. pLZ TELL ME
‎2006 Aug 20 8:46 AM
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
‎2006 Aug 20 1:24 PM
HI
GOOD
i think it is
LOAD ON PROGARM
INITIALIZATION
START-OF-SELECTION
thanks
mrutyun
‎2006 Aug 21 5:47 AM
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
‎2006 Aug 21 5:49 AM
hi,
1) LOAD ON PROGRAM
2) INITIALIZATION
3) START-OF-SELECTION
hope this helps,
do reward if it helps,
priya.
‎2006 Aug 21 5:55 AM
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.