‎2008 Nov 27 10:42 AM
Hi experts,
I am tracing the start-up of an event and it seems it is being triggered by a program.
Does anyone know how to find the triggering program on an event? Is this program-event relationship ever kept into a table?
thanks in advance
Edited by: Diech on Nov 27, 2008 11:42 AM
‎2008 Nov 27 11:02 AM
Hi,
check this FM BP_EVENT_RAISE is used in the program. This will trigger the Events.
Try this Table WLC_OPTIONS.
‎2008 Nov 27 10:45 AM
Hi,
Are you looking at the reporting events.
then system will take care of it.
if you dont specify any event default event is START-OF-SELECTION
if you give an event INTIALIZATION or LOAD-OF-PROGRAM these are used first
and an event ends when ABAP interpreter encounter another event.
for further info please go through the KEY word documentation
Regards
Ramchander Rao.K
‎2008 Nov 27 10:49 AM
Hi
As for as i know this is no where mentioned except in SAP Documentation for the respective events.
You can easily identify whether an event will be triggered by the System or by the User.
For instance whenever the User action is required to trigger a particular event for eg AT LINE-SELECTION or AT USER-COMMAND then it is said to have triggered by the user.Other events such as LOAD-OF-PROGRAM or START-OF-SELECTION etc never requires user intervention so this will be triggered by the System. Hope I have Clarified your doubt.
Cheers,
Hakim
‎2008 Nov 27 11:02 AM
Hi,
check this FM BP_EVENT_RAISE is used in the program. This will trigger the Events.
Try this Table WLC_OPTIONS.