Skip to Content
0
Former Member
Sep 12, 2005 at 06:01 PM

Help with code

27 Views

Hai all,

I need to raise an event soon after the completion of a data load in BW. I am using this in a process chain. All I need is that command goes to a program and the program should raise an event. I have the following code. Can somebody help me in building my code?

I have the following. Please correct me if I am wrong.

call function 'BP_EVENT_RAISE'

eventid = 'p_event'.

if sy-subrc = 0.

Message S007(zfn) with text-001 'EVENT RAISED'.

else.

Message E007(zfn) with text-002 'EVENT RAISING FAILED'.

end if.

Thank you very much.