cancel
Showing results for 
Search instead for 
Did you mean: 

Error Source (expression '&BUS2012.PURCHASEORDER&') of binding assignment is not available

mangesh_sonawane
Participant
0 Kudos
1,577

Hi Team,

I am getting this error for only one workflow and it is come frequently.

Error Source (expression '&BUS2012.PURCHASEORDER&') of binding assignment is not available

I had refreshed SWU_OBUF,checked SWU3 everything is fine.After upgrade is it the issue because i had only changed this workflow.

Binding is proper it was working earlier now also it is working but for few PO's it is giving error.

Kindly help.


View Entire Topic
mangesh_sonawane
Participant
0 Kudos

Dear All,

My concern is if it is an error then it should come to all PO's.

Why it is coming for few PO's and after change of PO and save it is flowing properly.

anjan_paul
Active Contributor
0 Kudos

HI,

  Check the Release Code , why it is not instatiated, it might cause the error.


I042439
Advisor
Advisor
0 Kudos

Hi Mangesh

Since it is a custom event, you got to debug and see the triggering code is passing the necessary data correctly or not. See if it happens for POs which do not have a release strategy assigned to it. There can be N reasons for this intermittent behavior..... so the first point is to check WHY the full key is not being passed to the Workflow .

Can you share the event triggering code.... the full enhancement code and which BADI have you used?

I hope you are not using an explicit commit work while triggering the event (or calling the SAP WAPI function with a DO_COMMIT = 'X' ) in your BADI. It is quite possible that the explicit commit is interfering with the LUW of the whole PO save process and event gets triggered before the PO number is actually saved! ... just check this aspect too.

regards,

Modak