cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart Description

Former Member
0 Kudos

Hi All,

I have to display shopping cart description in report output. Can you please help me with the technical field name and table name for the shopping cart description.

Otherewise please suggest if can use and standard function module to get this field.

Regards,

Aavesh Nagar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
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