cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to find the list of open shopping carts

Former Member
0 Likes
1,118

Hi Gurus,

i want to develop a custom program to find out the list of open shopping cart ( that is shopping cart in approved state but no follow on document created ). what is the best way to find this ?

the idea is to find the list of all open shopping carts created for a user who has left the organization and then change the goods recipient of the shopping carts

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi ,

1. you want SC's with no follow document means do we need to consider SCs does not have SRM PO also .

if you consider this case also means SC cart is error in transfer .

pass the below parameters to the BBP_PD_SC_GETLIST

call FM BBP_PD_SC_GETLIST :

Tables : I_Status : I1015 , inactive -X

I_ITEM_STATUS I1113 , Inactive - X

2. you want only SC which are open for GR confirmation call the below FM

call FM :BBP_PD_SC_GETLIST

parameter I_CF_OPEN as 'X'.

Regards,

Devi

Former Member
0 Likes

Hi Devi ,

Thanks for your reply but I am not getting any result on using I_ITEM_STATUS I1113 , Inactive - X.

Please help.

Regards,

Saurav Agarwal

Hi ,

>

> 1. you want SC's with no follow document means do we need to consider SCs does not have SRM PO also .

> if you consider this case also means SC cart is error in transfer .

> pass the below parameters to the BBP_PD_SC_GETLIST

> call FM BBP_PD_SC_GETLIST :

> Tables : I_Status : I1015 , inactive -X

> I_ITEM_STATUS I1113 , Inactive - X

>

>

>

> 2. you want only SC which are open for GR confirmation call the below FM

>

> call FM :BBP_PD_SC_GETLIST

> parameter I_CF_OPEN as 'X'.

>

>

>

> Regards,

> Devi

Former Member
0 Likes

Hi ,

You need to pass the below two status and if u wont get any records means definitely every SC atleast SRM PO would have beed created.I can see the result by passing the below two parameters in my system for your requirement.

I_Status : I1015 , inactive -X

I_ITEM_STATUS I1113 , Inactive - X

regards,

Devi

Answers (0)