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: 

LSMW Performance

Former Member
0 Kudos

Hi All:

We are planning an interface using LSMW to post Orders into ERP form a

text file; we need you advice to understand LSMW application from a

performance point of view and if LSMW is the right choice; we want to

import ~1.000.000 SAP orders in a 8 to12 hs maximum window; the idea is

to IDOcs to speed up processing...

Any advice or recommendation from your side will be greatly appreciated!

All the best,

Federico

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

Why don't you use BAPI instead of IDoc

Most of the bapis uses standard function modules, and will do direct update, explicit commit-work after finished

4 REPLIES 4

former_member194669
Active Contributor
0 Kudos

Why don't you use BAPI instead of IDoc

Most of the bapis uses standard function modules, and will do direct update, explicit commit-work after finished

0 Kudos

Hi:

Yes, we have BAPIs already, but it seems performance is not good using them, with IDOCs we are planning to execute LUW in parallel and improve performance... but not yet confirmed if so!!!

Thanks!

0 Kudos

You could solve the problem with Idoc?

former_member376453
Contributor
0 Kudos

As per your requirement, I think this is going to be a batch job update. Will it be really hamper your performace, if you are going to run it in Background with BAPI?

Kuntal