cancel
Showing results for 
Search instead for 
Did you mean: 

LSMW in EBP

Former Member
0 Kudos

hi,

can any one provide me steps to do LSMW for Master data(Local Products) uploading in EBP.

regards

subhash

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks

saumya_govil
Active Contributor
0 Kudos

Hi Subhash,

Please check the below links. These might be useful:

Regards,

Saumya

Former Member
0 Kudos

Hi guys,

I am also facing the same problem. Could anybody give hint.

Regards,

Raj

Former Member
0 Kudos

Hello,

If you are replicating products from ERP, then you should use CRM middleware and not LSMW.

But in case you are replicating products from a legacy system, then you may have to use function module :

1. COM_PRODUCT_MAINTAIN_MULT_API to create product in buffer AND

2. COM_PRODUCT_SAVE_API to save the product to DB

3. COMMIT WORK.

Rgds,

Prasanna

Former Member
0 Kudos

hi,

thanks for ur reply.

i am not using classic scenario or extended calssic scenario in order to replicate material Master through CRM middleware parameters.

i am going for standalone scenario where i need to create a huge data.of Products.we dont have CCM

so i cant create one by one in EBP.LSMW is there in EBP but it differs from R3

kindly let me know how to come out of this.

Former Member
0 Kudos

Hi,

In this standalone scenario case we should use the product APIs to create the product as I described in my first reply:

But in case you are replicating products from a legacy system, then you may have to use function module :

1. COM_PRODUCT_MAINTAIN_MULT_API to create product in buffer AND

2. COM_PRODUCT_SAVE_API to save the product to DB

3. COMMIT WORK.

Best Rgds,

Prasanna