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

Performance Problem with BAPI_MATERIAL_MAINTAINDATA_RT for Article Upload?

Former Member
0 Likes
534

Hi,

I got a Performance problem while Uploading Articles in SAP Retail using BAPI_MATERIAL_MAINTAINDATA_RT. It is working fine but i have to use it for uploading 1,80,000 Articles

( Materials ) in 180 Stores ( Sites ). It is taking too much time and as of our caliculations it will take nearly

1 1/2 year to upload all articles in all sites.

so can anyone suugest me to improve the performance

2 REPLIES 2
Read only

Former Member
0 Likes
409

Hi,

It seems the uploading will become slower while data lines larger than 8000-10000 lines.

Try to split the data into 10000 lines x 18 times for updating. (may be run in bankground with jobs)

Read only

Former Member
0 Likes
409

Thanks