cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart Item in Error

former_member622419
Discoverer
0 Kudos
145

Hello

We are upgrading from 5.0 to 7.0 - Classic scenario

Issue: Shopping cart is created and approved. As a result, a Purchase requisition as follow-on document is created in ECC. I can verify the status of the PR and can convert into the PO successfully. However, the SRM shopping cart item stays in status as - 'Error in transfer'. Is there anything we are missing

BBP_PD - shows status I1111 - Item in Transfer Process

Batch jobs for both BBP_GET_STATUS_2 and Clen_reqreq_up are working fine. We do not have PI, its direct RFC connectivity between ECC and SRM

Accepted Solutions (0)

Answers (1)

Answers (1)

daniel_marlen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Sandeep,

The status of the SC should change when the PR is created. After the RFC call created the PR in ECC, system calls the logic to set status I1111 inactive and I1113 (Follow-on Document Created) active. So I would suggest to create a similar SC in Saved status and execute FM BBP_PD_SC_TRANSFER for this SC to debug it. Check if you receive any error after the RFC call.

You can find more information about the relevant application logic in Wiki page https://wiki.scn.sap.com/wiki/x/qgF2Gg.

Best regards,

Daniel