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 log for events from function module BP_EVENT_RAISE

Former Member
0 Likes
975

Hello experts,

where can I look at the event log which where raised with the

function modul BP_EVENT_RAISE.

Thanks.

Regards, Lars.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
622

this function module does not write a log by itself. and actually i would not know what should be in that log. usually you set up an event to trigger a follow-up process, so there's either the event was successfully triggered and your follow-up process has been started ... or it hasn't, which means: something went wrong ...

Edited by: Mylene Euridice Dorias on Apr 16, 2008 10:42 AM

i was just sap-netting with your problem and i found note [919458|https://websmp230.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=919458&nlang=EN&smpsrv=https%3a%2f%2fwebsmp205%2esap-ag%2ede] where they use program BTC_EVENT_RAISE instead of BP_EVENT_RAISE. the note says this program writes at least a line in the job-log so it might fulfill your requirements ...

Hello experts,

where can I look at the event log which where raised with the

function modul BP_EVENT_RAISE.

Thanks.

Regards, Lars.

2 REPLIES 2
Read only

Former Member
0 Likes
622

Hi,

Check in SM64.

Thanks and Regards

Read only

Former Member
0 Likes
623

this function module does not write a log by itself. and actually i would not know what should be in that log. usually you set up an event to trigger a follow-up process, so there's either the event was successfully triggered and your follow-up process has been started ... or it hasn't, which means: something went wrong ...

Edited by: Mylene Euridice Dorias on Apr 16, 2008 10:42 AM

i was just sap-netting with your problem and i found note [919458|https://websmp230.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=919458&nlang=EN&smpsrv=https%3a%2f%2fwebsmp205%2esap-ag%2ede] where they use program BTC_EVENT_RAISE instead of BP_EVENT_RAISE. the note says this program writes at least a line in the job-log so it might fulfill your requirements ...