Application Development 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: 

BDC Execution Time for Material Master

Former Member
0 Kudos

Hi All,

I have written a conversion program which extends materials to plant and their storage location respectively with ref to other plant and storage location.

I am using BDC call transaction method and doing it.

So there are about 20,000 material and 10 plants and 70 storage location.

Based on the material type I am selecting the views to which this data has to be extended and the programming is working well.

But the problem is for each material extending to all plants and storage location the program is taking about 52 Sec.

Is their any other alternative to do this which could be faster and quick.

Thanks & Regards,

GOpinath

4 REPLIES 4

Former Member
0 Kudos

Try BAPI_MATERIAL_SAVEDATA

0 Kudos

Use the BAPI as same suggested, or you can use LSMW, there is a direct input program delivered that uploads materials, and extends them to plants/storage location. We used LSMW when loading all of our materials before Go Live. It does take time, but I believe that it would be faster than a BDC.

Regards,

Rich Heilman

andreas_mann3
Active Contributor
0 Kudos

Hi,

use direct input processing with report <b>RMDATIND</b>

regards Andreas

former_member188685
Active Contributor
0 Kudos

Hi

Try to Use LSMW Direct Input Method or Use BAPI .

vijay