cancel
Showing results for 
Search instead for 
Did you mean: 

Processor of PR item level release strategy

Former Member
0 Kudos

Hi All,

I need to pass the Processor determined from an item level Purchase Requisition release strategy to a WF container. The event is RELEASESTEPCREATED in BUS2009. I have created an import element container called 'Processor' from ABAP dict. data type MEACTOR.

In the binding for the WF trigger RELEASESTEPCREATED I cannot bind the 'Processor' wf container to the Event Object.

What are the steps which I must follow to add the 'Processor' to the RELEASESTEPCREATED event?

The release strategy in SPRO for item level Purchase Req release is complete and the Set-up procedure for Workflow is complete.

Thanks

Mike

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Thank you for the responses, it all makes sense except how do I create the parameter for the event?

regards

Mike

former_member185167
Active Contributor
0 Kudos

Hello,

If Processed is made to be an attribute of the subtype then it gets passed along as part of the object.

So no need for a parameter.

regards

Rick Bakker

Hanabi Technology

former_member193382
Active Contributor
0 Kudos

Hi,

Go to SWO1, enter BUS2009. Click on create subtype icon there. Then enter all fields as say ZBUS2009. Now save your new BO. then implement and release it , i.e;

Edit> Change Release Status> Object type> to implemented. Again Edit> Change Release Status> Object type> to Released. Then go to events in this objects. Click on event RELEASESTEPCREATED. Then click on event parameter and create a event parameter.

Hope this solves your problem.

Don't forget to delegate ZBUS2009 with BUS2009 in SWO6.

Let me know if you have any queries.

Regards,

Raj

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Thanks for the responses Raj, it works good now.

Mike

Former Member
0 Kudos

Hi,

I think you should copy the BO BUS2009 to ZBUS2009 and then extend the event RELEASESTEPCREATED by adding the "Processor" parameter. Then setup delegation between BUS2009 and ZBUS2009. Ensure that you are calculating the "Processor" Parameter in ZBUS2009.

Regards,

Kartik N.

former_member193382
Active Contributor
0 Kudos

Hi,

Create a subtype of BUS2009 in SWO1 tcode. Then create a event parameter for event RELEASESTEPCREATED. Bind your container element with this event container while doing event to workflow binding.

Let me know fi you have any queries.

Regards,

Raj