cancel
Showing results for 
Search instead for 
Did you mean: 

Event raising procedure

Former Member
0 Kudos

Dear Experts,

I need to raise an event soon after completion of a process chain. I have "and" process at the end of the process chain. Here is what I did:

1. SM62- create an event

2. SM64- triggered.

But the problem is the connection between event and the process chain end is missing. Can I do this using ABAP program or using SM36? but how do I know the job name of the "and" process? Please correct me if I am wrong. Does the ABAP program coe in between the SM62 and SM64? is it needed? how do I use it?

Thank you very much.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi venkat

you can rise the event using a pice of abap code with the function module "BP_EVENT_RAISE" and call this program at the end of your process chain. If you have further queries pls post.

P.S: Please search the forum before posting. This topic is discussed several times.

Sriram

Answers (0)