cancel
Showing results for 
Search instead for 
Did you mean: 

How To Find Item Status In Shopping Cart????

Former Member
0 Kudos

Hi,

I have a requirement where we have the header level status of a shopping cart.

Now i should find the status of the items in the shopping cart.

How do i do that?

Please help.

Thanks & Regards

Ankita Chintha

Accepted Solutions (1)

Accepted Solutions (1)

ricardo_cavedini
Employee
Employee
0 Kudos

Hello,

You can check in BBP_PD directly.

Item status is set as item number. Usually it is "follow-on document created", "item in transfer" or "error in transmission".

Using BBP_PD_SC_GETDETAIL, you can see the cart status. Item status is linked to item GUID.

Regards,

Ricardo

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ankita,

From the header level status, get the header guid. then go to table crmd_orderadm_i, give the header guids to get the item guids. Now with these item guids go to table crmd_jest to get the item level status.

thanks

Smita Sahay

former_member620347
Participant
0 Kudos

Hi Ankita,

You can see status of shopping cart in table CRM_JEST with in put as GUID.

You can get SC GUID in BBP_PD.

Thanks

Sudhir

Former Member
0 Kudos

Hi Ankita

In "related documents" tab, you can find the status for each item in shopping cart.

Goto related documents --> Select item one by one above and can get the status for each item in related documents.

Thanks

Ravi Kant