on 2011 Jul 13 11:00 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.