Issue - Shopping Cart approved, But PO is not created and the shopping cart is stuck in "item in transfer status".
1. Run function module BBP_REQREQ_RESUBMIT. Enter shopping cart number in reqno field and execute.
If the issue still persists then follow the below steps:
- Go to transaction BBP_PD and get details for the shopping cart –

2. Check if Inactive Flag is not set for status “Item in Transfer Process” - I1111

3. Put “transfer” into the command window & enter –

4. Put break point at FM BBP_PD_SC_TRANSFER_INTERNAL

5. Then go inside function module

6. Get details for internal table “it_status”-

7. Change INACT field for row with STAT = ‘I111” to ‘X’ and then execute (F8).

8. In BBP_PD the status changes to “Follow-on document created” and PO gets created.