cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module's for Shopping Cart.

Former Member
0 Kudos

Hi all,

I want to know which is the function module to know item details and for status of shopping cart in BBP_PD. Also, can anybody please guide me how to use those in simple reports.

Thanks in advance.

Regards!

Rahul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

You can see the foll FM's:

BBP_PD_SC_GETDETAIL

BBP_PD_SC_GETITEMLIST

BBP_PD_SC_ITEM_GETDETAIL

BBP_PD_SC_ITEM_STATUS_CHECK

BBP_PD_SC_GETLIST

BBP_PD_SC_CHECK

In addition, you can use the tables

CRMD_ORDERADM_H,

CRMD_ORDERADM_I,

BBP_PDBEI

to get the SC details.

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Hi Disha,

Actually what I hav to do is tat. When i provide input such as Name of shopping cart or any date in simple reports using function module. Then as output I should get details such as

"Number/Name of Shopping Cart, Created on, Total Val., Status, Good/Service, Description, Category, Requiredon, Quantity, Price/Limit."

i.e Basic item details which v get when v do check status of shopping cart in SRM.

I dont hav much idea about SRM.

If possible give me some tips of how to search related function modules.

Pls help.

Regards.

Rahul.

Former Member
0 Kudos

Hi,

Just use the FM " BBP_PD_SC_GETDETAIL".

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Hi Disha,

Thanks a lot, the FM which U told had all the required fields. Thus solved my problem.

Regards.

Rahul

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rahul,

You can use foll FM's.

BBP_PD_SC_GETDETAIL - Use the Header GUID as input search OR Object id (SC no)

BBP_PD_SC_ITEM_GETDETAIL - - Use the Item GUID as input as search criteria.

Hope this helps.

BR,

Rajeshree