cancel
Showing results for 
Search instead for 
Did you mean: 

Display Shopping cart Details

Former Member
0 Kudos

Hi ,

I want to display shopping cart number, shopping cart name, item number, configurable item number, item name, status, created on, quantity, unit, net value, total net value, and item status.

from which FM s can i get that data.

Please help.

I could find some of them like shopping cart number, cart name, created by in export parameter E_PDLIST of FM BBP_PD_SC_GETLIST.

I need to know from where the other fields like item number , configurable item number, item name etc., should be brought from.

I appreciate accurate and quick responses.

Thanks in advance,

Karthik.

Accepted Solutions (1)

Accepted Solutions (1)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

You can try BBP_PD_SC_GETDETAIL. Check if this has desired parameters.

Regards,

Ricardo

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I could get those details from BBP_PD_SC_GETDETAIL fm.

Thanks,

Karthik

Former Member
0 Kudos

Hello Ricardo ,

Thanks for your response. I could get item details but i didn't get the shopping cart status. Please help me regarding this.

Thanks,

Karthik

0 Kudos

the function module BBP_PD_SC_GETDETAIL has a table E_STATUS and this will provide the status details.

regards

velu