cancel
Showing results for 
Search instead for 
Did you mean: 

Verify event raised

Former Member
0 Kudos

Hi,

Is there any way to verify that an user event was actually raised? I've looked in user forums (SAPfans, SDN), SAP Help and books and also posted the issue in user forums but I'm still stuck. I copied fm BP_EVENT_RAISE to a RFC fm, and am calling it from an ABAP in our R/3 production system to raise an event in our BW production system. I pass the event id that I created in BW and the BW destination (SID) to the RFC, and it returns sy-subrc = 0 when in debug. I checked transaction sm59 in R/3 for the BW destination that I am passing to the rfc, and the connection is ok. I also checked the R/3 connection from BW with sm59 and it's ok.

I changed the start process in our process chain in BW to "After event", using the event I thought was being raised. But when I run the ABAP and monitor the process chain, nothing seems to be happening. I tried it as a period job and with this option removed. I think I'm close to having this work, but I must be missing something.

Thanks,

John

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check in SM62, whether you event is registered or not.

Regards,

Shashank

Former Member
0 Kudos

Thanks Shashank, but my event is there in SM62. John

Answers (0)