Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding LSMW Performance Tuning

Former Member
0 Likes
818

Hi Experts,

I am facing one problem. I have created one LSMW for upload data in Logistc view for Article master in MM42. I have to upload around 30,000 article, but the LSMW is taking very much time ..more than 18 hrs. Is there any method to fine tuned it?

Also I tried to divide the total records in 3 files and run the session in parallel. Again it's giviing error in uploading some article data...which if I run in a separate session..i m not getting any error.

Is there any techincal reason why we cannot process session in parallel as there are different artilce no in file??

Thanks in advance,

Krishan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
756

Hi,

Which method did you used in creation of retail material.

I would suggest you to use "Business object Method (BAPI) " to create a retail material.

BAPI_RETAILMATERIAL_CREATE

Thanks.

Hi Experts,

I am facing one problem. I have created one LSMW for upload data in Logistc view for Article master in MM42. I have to upload around 30,000 article, but the LSMW is taking very much time ..more than 18 hrs. Is there any method to fine tuned it?

Also I tried to divide the total records in 3 files and run the session in parallel. Again it's giviing error in uploading some article data...which if I run in a separate session..i m not getting any error.

Is there any techincal reason why we cannot process session in parallel as there are different artilce no in file??

Thanks in advance,

Krishan

4 REPLIES 4
Read only

Former Member
0 Likes
757

Hi,

Which method did you used in creation of retail material.

I would suggest you to use "Business object Method (BAPI) " to create a retail material.

BAPI_RETAILMATERIAL_CREATE

Thanks.

Read only

0 Likes
756

Hi,

I used Recording method and it was for updating the Logistic-Dc view data for MM42. for 25k records it's taking more than 18 hrs.

Please suggest.

Krishan

Read only

0 Likes
756

Through LSMW, normally I use ARTMAS idoc to update articles.

Read only

Former Member
0 Likes
756

Hi,

You can use the FM BAPI_MATERIAL_MAINTAINDATA_RT. It is pretty fast to extend to DC and stores too.

Thanks,

Chenna.