cancel
Showing results for 
Search instead for 
Did you mean: 

Plan driven procurement: PO not replicated at backend

Former Member
0 Kudos

Hi Experts,

I am working with extended classic scenario (SRM 7.0 and ECC 6.0).

If I create a shopping cart and then PO at SRM, this PO is transfer to ECC sucessfully.

But for external requirements, purchase order is not replicated into ECC. So, if purchase requisitions is created at backend, transfer to SRM, PO created at SRM without errors, then PO is not replicated at backend.

No errors appear at SLG1 nor RZ20 nor SMQ1/2.

After debugging I found out that SUBTYPE field from BBP_PDIGP table is empty.

Any idea how can this issue could be solved? How can be PO replicated at ECC?

Thanks in advance!

Best Regards,

Martín Amat

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ricardo,

After running FM bbp_po_inbound I get the following errors:

Please enter items first

No instance of object type Purchase Order has been created. External reference:

PO header data still faulty.

Enter Purchasing Org

Any other idea? Thanks!

Regards,

Martín Amat

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

You can check if there is an error returning from backend.

Follow the steps below:

- 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 the result.

If you have a RFC with dialog user, you can debug through the ECC system and check why and when the error message is generated.

Regards,

Ricardo