cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a shopping cart in SRM from legacy system data

Former Member
0 Kudos

Hi Gurus,

The requirement is to create a shopping cart in SRM automatically based on the temporary labour request/ order created in a legacy system (not ECC6.0). I am working on SRM5.0

Can I use BAPI_SCEC_CREATE for this purpose? Or do you have any other BADI or BAPI or idoc that can be used for this purpose? What is the best practice followed in such cases?

Regards,

Ancy

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member526144
Active Contributor
0 Kudos

Hi Ancy,

Please find below option but i am not sure whether this would be best practices or not.....

1) Create one program in SRM which can upload CSV file.

2) Transfer data from Legacy system to SRM server in required format.

3) Within the SRM program write a code to pick this file and create a shopping cart automatically.

Thanks

Ravi