cancel
Showing results for 
Search instead for 
Did you mean: 

Can't catch SAP PPM 5.0 events

Former Member
0 Kudos

Hi everybody!

Please help!

We have such collaboration: SAP Enterprise Portal + SAP PPM 5.0. I need catch events from SAP PPM 5.0: for example if user change status for initiative and send email. I try to change status for initiative and catch event in SWEL transaction, but it is empty. How can i catch SAP PPM 5.0 events?

Edited by: Alexei Ustinov on Mar 16, 2011 3:45 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Eddie_Morris
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

If there is no event in SWEL then no event was raised in the system. If you want to raise an event then there are several ways of doing this.

- Via code using the functions SWE_EVENT_CREATE or SAP_WAPI_CREATE_EVENT

- Use Change Documents via transaction SWEC

- Use Status Management via transaction BSVW

- Message Control (Transaction NACE)

- LIS (Transaction AWUW)

The first 3 options are probably the best options for you.

Regards,

Eddie