cancel
Showing results for 
Search instead for 
Did you mean: 

PO workflosw giving error .

naval_bhatt4
Contributor
0 Kudos

In case of PO workflow .

the workflow get triggered according to the release strategy .

but in my its getting only for one agent .

for others we are not getting the release code for the SWE_EVENT_CREATE at the time the workflow is triggered for the second code in ME21n.

can anyone suggest why this might be happening .

Everything else is fine no problem with release strategy .

Thanks in advance .

Naval Bhatt

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi all.

I had the same problem, and it was because i had two release codes created with the same conditions, and that was the reason no one was passed to workflow container.

Hope this helps.

surjith_kumar
Active Contributor
0 Kudos

Hi,

Mostly this types of problem will occur while the value is not passed. Check the binding, Save & Regenerate the binding. If still facing check, whether using the user exit are you doing any validation, so it may get restricted.

Regards,

Surjith

Former Member
0 Kudos

Are you using Standard Wflow or Custom?

I think if you use custom the Release Code needs to be passed to the event container.

Thanks

Arghadip

naval_bhatt4
Contributor
0 Kudos

Hi Arg,

How can I pass it explicitly the event is triggered by the application program (ME21n or ME22n )

so the release code is also passed there only .

I don't think that's the reason .

former_member193382
Active Contributor
0 Kudos

Hi NB,

I guess the Release Code is not passed to the workflow. Check the binding between the workflow and the event containers. ReleaseCode is the event parameter for the event ReleaseStepCreated. Check if this value is being passed to the workflow.

Regards,

Raj

naval_bhatt4
Contributor
0 Kudos

My friend Raj ,

out of three release code for one release code workflow is working fine .

so there is no problem with the workflow binding I think .

Former Member
0 Kudos

can you check in SWEL are there any entries like this ?

BUS2012 RELEASESTEPCREATED WS20000075 SWW_WI_CREATE_VIA_EVENT

BUS2012 RELEASESTEPCREATED WS20000075 SWW_WI_CREATE_VIA_EVENT

Feedback after error

Deactivated

Regards,

PR.

former_member185167
Active Contributor
0 Kudos

Hello,

As you say, it's unlikely to be the binding. The release code isn't being passed for some reason.

I would suggest you put a breakpoint in SWE_EVENT_CREATE to check this. If it is missing from the container, continue in debug until you find out why.

regards

Rick Bakker

Hanabi Technology

Former Member
0 Kudos

Simulate the Rule used for agent determination.

Give the PO Number and release code and see if it is fetching any agent or not.

What the workflow log say ? are there any errors in wf log ??

Regards,

PR.

naval_bhatt4
Contributor
0 Kudos

buddy I am telling you all this after doing what ever possible .

the error is"Import container contains errors (are any obligatory elements missing?) "

Its basically because I am not getting the release code at the time the workflow is triggered .