‎2009 Mar 02 6:57 AM
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
‎2009 Mar 02 7:05 AM
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)
‎2009 Mar 07 10:38 AM