Skip to Content
Author's profile photo Former Member

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:

  1. Go to transaction BBP_PD and get details for the shopping cart –

/wp-content/uploads/2013/08/1_265620.jpg

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

/wp-content/uploads/2013/08/2_266161.jpg

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

/wp-content/uploads/2013/08/3_266180.jpg

4. Put break point at FM BBP_PD_SC_TRANSFER_INTERNAL

/wp-content/uploads/2013/08/4_266182.jpg

5. Then go inside function module

/wp-content/uploads/2013/08/5_266186.jpg

6.  Get details for internal table “it_status”-

/wp-content/uploads/2013/08/6_266187.jpg

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

/wp-content/uploads/2013/08/7_266188.jpg

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

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Ivy Li
      Ivy Li

      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

      Author's profile photo Former Member
      Former Member
      Blog Post Author

      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

      Author's profile photo Ivy Li
      Ivy Li

      Hi Smita,

      Thanks for your confirmation:)

      Best regards,

      Ivy