cancel
Showing results for 
Search instead for 
Did you mean: 

Needs BAPI name to create shopping cart in background-SRM 5.0

Former Member
0 Kudos

SRM Experts,

We have a scenario where users has to enter more than 100 line items in the shopping carts. So we are thinking about following solution...

User will enter all required information in a spread sheet and save it in a txt file.

We will develop a custom program to upload the txt file and create a Shopping cart in SRM 5.0. We are using classic scenario, so PR/PO are created in the backend ECC 6.0 system. Once shopping cart is created it should go to normal SRM workflow for approval. Which BAPI I have to use to create shopping carts in the background in SRM 5.0 and the shopping cart should go to normal workflow process for approval?

Thanks in advance!

MP

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks to both of you... I assigned both of you the points.

I will try it and see how it goes....

MP

Former Member
0 Kudos

Hi,

See the solution in the foll thread;

Also you cna try using the FM "BBP_PD_SC_CREATE_EXTERNAL".

BR,

Disha.

Do reward points for useful answers.

Former Member
0 Kudos

You can use BAPI_SCEC_CREATE to create the cart programatically.

- Suren