cancel
Showing results for 
Search instead for 
Did you mean: 

how to find the list of open shopping carts

Former Member
0 Kudos

Hi ,

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 lsit of all open shopping carts created for a user who has left the organization and then change the goods recipient of shopping carts

Accepted Solutions (0)

Answers (1)

Answers (1)

jason_boggans
Active Contributor
0 Kudos

Hi,

I guess you could use the function BBP_PD_SC_GETLIST to provide some output of incomplete documents or narrow down a list based on various criteria like maybe of any BE_* objects are empty etc:

BE_REFOBJ_TYPE

BE_LOG_SYSTEM

BE_REFOBJ

BE_REFOBJ_ITEM

BE_OBJECT_TYPE

Regards,

Jason