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

Find program triggering event

Former Member
0 Likes
2,082

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,195

Hi,

check this FM BP_EVENT_RAISE is used in the program. This will trigger the Events.

Try this Table WLC_OPTIONS.

3 REPLIES 3
Read only

Former Member
0 Likes
1,195

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

Read only

abdul_hakim
Active Contributor
0 Likes
1,195

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

Read only

Former Member
0 Likes
1,196

Hi,

check this FM BP_EVENT_RAISE is used in the program. This will trigger the Events.

Try this Table WLC_OPTIONS.