cancel
Showing results for 
Search instead for 
Did you mean: 

Event not found

Former Member
0 Kudos

Hi ,

The workflow needs to be executed for the Tcode FTR_EDIT , when ever the transaction gets changed . But i could not find the Event in the Bussiness object BUS1076 . How should i trigger the Change event in this case to proceed with my Workflow config?

Thnaks

Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Srinivas,

You can delegate the BUS1076 to ZBUS1076 and add you event to it.

But this event needs to be explicitly triggered using FM SAP_WAPI_CREATE_EVENT.

Configure your workflow accordingly . It will work .

I hope this will help you.

Regards

Ajay Pasuvula

Points will be highly appreciated.

Message was edited by:

Ajay Pasuvula

Message was edited by:

Ajay Pasuvula

Former Member
0 Kudos

Hi Ajay ,

But i didn't find any User exit for the same , to Call the Function module SAP_WAPI_CREATE_EVENT .

Thanks&regards

Srinivas

Former Member
0 Kudos

Hi Srivinas,

If a change document is created, you can use Change docs to publish your event. Transaction SWDO, SWEC, and SWED to set them up. Then you will not need to use the WAPI.

Regards

Gareth

Former Member
0 Kudos

Hi Srinivas,

I think Gareth proposal is correct,

Using transaction SWEC you can activate the event for your delegated Business Object and also the custom event.

Regards

Ajay

Answers (0)