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

Difference between batch input method and direct input method in LSMW.

Former Member
0 Likes
4,109

Hi all,

what is difference between batch input method and direct input method in LSMW. are they same?if differences are there tell me with details?

2 REPLIES 2
Read only

Former Member
0 Likes
1,549

Hi,

Hope the following Threads will help you regarding your problem.(You can find some basic differences and when to use which one)

Thanks.

Nitesh

Read only

Former Member
0 Likes
1,549

Hi,

Here are few differences bw Batch Input and Direct Inputs methods.

Batch Input: Uses classical BDC approach, but doesn't required an ABAP program to be written to format the BDC DATA. The user has to format the data using predefined structures and store it in a flat file. Yet it is a slower updation method.

Direct Input: Works similar to Batch Input programs. The difference is, instead of processing screens they validate fields and directly load the data into tables using standard function modules. Much faster and suits for large volume of data.

Thanks.

DhanaLakshmi M S