cancel
Showing results for 
Search instead for 
Did you mean: 

SRM PO is not transferred to Backend System

Former Member
0 Kudos

Hi Sap gurus,

I have a SRM PO for which status is "Error in Process" can some one let me know why this po is in error progress and not moving to Backend system.

Thanks in advance

View Entire Topic
ricardo_cavedini
Employee
Employee
0 Kudos

Hello,

You can retransfer this PO manually and check if there is any error returning from ECC.

Firstly put a breakpoint at function module B46B_DPO_TRANSFER.

Take the PO header GUID and provide it when executing function module BBP_PD_PO_TRANSFER_EXEC.

Breakpoint will stop at B46B_DPO_TRANSFER and go to the step where a call to ECC is done via function module BBP_PO_INBOUND. Here, there is a return table, where you can check messages returned from ECC.

Regards,

Ricardo