cancel
Showing results for 
Search instead for 
Did you mean: 

What parameters to use for BBP_PROCDOC_STATUS_CHANGE

santosh_fhalke
Participant
0 Kudos

Hi,

Hopefully someone has used this FM and can assist with this query. We have a number of shopping carts which are stuck with the status "Item in transfer process", and I'd like to understand if this FM would work for this scenario to "unlock" these so we can get them through?

In particular, what parameters do I need to assign when running this for shopping carts?

Many thanks

santosh

Accepted Solutions (0)

Answers (3)

Answers (3)

santosh_fhalke
Participant
0 Kudos

This message was moderated.

ashwin_mundkur
Advisor
Advisor
0 Kudos

Hi Santosh,

In case when you have carts in status I1111, it may be due to some errors in RFC or some document lock or communication errors.

1) Check RZ20 for errors.

2) By executing the BBP_ALERT.... as suggested by david. This changes the status back to I1112 and makes the cart available for re-submission.

3) To check one of the faulty carts, the easiest way to check this is by debugging the BBP_REQREQ_TRANSFER job for one of the carts. This is a function module. There is a method called Filter_items where the item with this status will not be allowed to pass through. You have to step over this method and execute the function module. Once executed, check the BBP_PD header links for this cart to see if there is a change in status.

thanks,

Ashwin

Do reward points for useful suggestions

Former Member
0 Kudos

Hi. Have you tried the program BBP_ALERT_SB_NOTTRANSFERED?

It is supposed to change the carts stuck in transfer into error status.

Regards,

Dave.

Former Member
0 Kudos

Hi ,

We are also facing same issue , is there any solution .

After scheduling this Job also , it still STRCUKUP in the sourcing .

thanks