cancel
Showing results for 
Search instead for 
Did you mean: 

Create Shopping cart using SRM function modules

Former Member
0 Kudos

Hi SRM experts,

We need to create shopping cart in SRM automatically from an external system.

I want to know what are the possible options by which we can get shopping cart created automatically in SRM by passing data from an external system.

Till now we know that there are 3 Function modules which can be used to create SC programmatically.

1. BAPI_SCEC_CREATE

2. BBP_PD_SC_CREATE

3. BBP_PD_SC_CREATE_EXTERNAL

Can anybody please tell me what all required parameters we need to pass to above mentioned FMs to get the SC created successfully?

Also the record for created SC number should be displayed in BBP_PD transaction when SC number is entered there in Object id and executed .

Thanks in advance,

Akash

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jason,

I am passing almost all the required fields in BBP_PD_SC_CREATE but i am getting the error "Enter at least one item or one limit" in E_MESSAGES table.

Please let me know how can i resolve this error and create SC successfully.

Thanks & Regards,

Akash

jason_boggans
Active Contributor
0 Kudos

Hi

For details of what is required to create a shopping cart you can use the data from the note 336658, it is still relevent for new releases, from here you can determine which fields should be filled in BBP_PD_SC_CREATE

Regards,

jason