cancel
Showing results for 
Search instead for 
Did you mean: 

Getting shopping cart description

0 Kudos

Hi All,

I have a requirement to develop a report which can display shopping cart description as one of the fields in output. Can you please help me in identifying the technical field name and table name for the shopping cart description.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member305573
Participant
0 Kudos

Hi,

You can refer field DESCRIPTION_UC of table CRMD_ORDERADM_I

Table CRMD_ORDERADM_I is basically for line item of shopping cart and all the description goes to line item accordinly.

You can take the Input for table CRMD_ORDERADM_I as GUID of shopping cart(Header GUID of cart) which you can fetch from table CRMD_ORDERADM_H after giving the shopping cart number.

Let me know for any further information.

P.S: You can refer t.code BBP_PD to get all the tables for the shopping cart. You need to give Business object and Object ID for your document to get details.

Thanks,

Ankur