Creating followon doc for SC stuck in “item in transfer status” – Extended Classic
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.
Hi,
This document is of help.
However I have one question:
Can this method be used for SC in productive system?
Will this cause some side-effects?
Best regards,
Ivy
Hi Ivy,
yes u can use this in prod system as well. Since the SC is already approved, it wont create any side effects.
Even in the portal cart's status changes to "Follow on doc created"
Thanks
Smita
Hi Smita,
Thanks for your confirmation:)
Best regards,
Ivy