cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow - Wait for PO release

03-08-2010 12:36 PM
660 views 5 comments
0 Likes
SAP Managed Tags
Subscribe

Hi ALL,

My requirement is that, after the PO change by ME22N the WF should Wait for PO release before I can call MIGO for Goods receipt.

But my WF is directly calling MIGO after the ME22N, even though I have put a Wait for event task in between.

Object type - BUS2012

The WAIT event is - RELEASED

the bibding parameters are &_EVT_OBJECT& from Event to &PURCHASEORDER& in the workflow.

The wait condition is executing successfully and then MIGO is called, where as I have not yet Released the PO.

How to make the WF wait for the Release.

DP

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi,

If standard event is not working properly, create an custom event and trigger that in BADI ME_PURCHDOC_POSTED after the final release or check for the procstat as 05.

Regards,

JMB

Former Member
0 Likes

Hi JMB,

what is the procedure to do this, but the standard event shd get trigger, is my binding and other setting correct??

Former Member
0 Likes

please switchon the trace in SWELS and check in SWEL

Former Member
0 Likes

Hi,

I have done that, and the tried to create and release PO manually, the events were - (ME21N) CREATED - (ME28) RELEASED - CHANGED.

I have put both Released and Changed but not working ..

Former Member
0 Likes

Hi,

As per my understanding, is your workflow goes for next step after release of any level ?

Please check whether the event RELEASED triggers for each level of release.

Regards,

JMB