on 2015 Mar 18 4:51 AM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
User | Count |
---|---|
52 | |
8 | |
5 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.