on ‎2010 Jan 07 4:45 PM
Hi All,
We are facing a problem in SRM production system. The PO is created in SRM after approval completion. Now the PO is not creating in ECC prod system. We are getting the following error in SRM EBP.
Comm. error checking account assignmt for purchase order 4100001309 in system HCPCLNT100
How does the PO replicate to ECC system?Is there any place to see where is the log?
Please help as this is very high priorit
Request clarification before answering.
Hi,
You can check if the PO in question was not transferred due to an internal error or check why the error is happening in backend system. In order to do it, you can perform the following action:
- Breakpoint at FM B46B_DPO_TRANSFER;
- SE37 BBP_PD_PO_TRANSFER_EXEC, enter PO header GUID and execute;
- Program will stop at FM where the BP was set;
- Look for statement CALL FUNCTION 'BBP_PO_INBOUND' DESTINATION lv_destination;
- F6 or F5 to debug into ERP (2nd session will start). Here you can check the table lt_bapi_return in order to check if the PO has been created or not in backend.
I hope it helps.
Kind regards,
Ricardo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
check you accounting piece of information in backend like cost center , network order , wbs element which is existing in the sc or PO. sometimes they were locked or validity period might be expired.
br
Muthu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try RZ20 and find the error entry for this PO.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.