cancel
Showing results for 
Search instead for 
Did you mean: 

SRM PO replication

0 Kudos

Dear expert,

We are in SRM 7 (Server 5.5) ECS.

For some strange reason, some PO are not replicated in ECC. We check in bbp_pd and the "In Transfer to Execution Syst." status stays inactive ("X").

We then decided to manually replicate the PO by using the FM BBP_PD_PO_TRANSFER_EXEC, bu we still have the same issue;

I've read many posts on the subject and I did not find any suitable solution for my issue.

I know there are many data control executed between SRM and ECC when replicating PO. Do you have any method to check that all conditions for replication are met.

Thanks for your help.

Accepted Solutions (0)

Answers (1)

Answers (1)

ImreMatyas
Product and Topic Expert
Product and Topic Expert

Dear Patrick,

Sure, please find below our Debugging Guide: https://wiki.scn.sap.com/wiki/x/0ARIF

As the Guide says, a typical transfer issue is that the transfer Function B46B_DPO_TRANSFER calls the BBP_ECS_PO_OUT_BADI. If there is a logic failure in the BAdI, it might affect the whole transfer. (You could test the scenario without BAdI by setting the 'sv_badi_active' flag to FALSE.) Later when the BBP_PO_INBOUND is called you could also check what contents are in the table LT_BAPI_RETURN (or is it called at all?).

Please let us know about the results.

Best regards,

Imre