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

reg: BDC

Former Member
0 Likes
447

hi

what is the diference between batch i/p recording and direct i/p method in lsmw.

2 REPLIES 2
Read only

Former Member
0 Likes
427

As we know in LSMW ,there r 4 methods

Direct Method , Batch Input - Record Method , BAPI Method ,IDOC/ALE

step-13:create batch input session-Once source data is converted in internal format, you can create a BDC session to process the updates

step:14-run batch input session-You can execute the BDC session by Run Batch input session. Executing a batch input session is a standard SM35 transaction for managing BDC sessions. Once you have successfully executed the batch input session, the customer master records are updated in the system. You can confirm this by viewing the customer master records (XD03).

The main difference between the two is in lsmw we can view the code status at any time just by coming to prvious steps, but whereas in batch input method unless the recording is finished we cant view the code.

second diff is tht we need to do lot of coding in batch inptu whereas here in lsmw we need not do much coding and mapping to data.

third diff is that batch input is both inbound and outbound where as lsmw is only inbound.

Read only

Former Member
0 Likes
427

hi,

The main difference between the two is:

Batch I/P :

coding is less,

Used for one time requirement,

Data is uploaded via source structures,

Only inbound.

Direct I/P:

Use of Function Modules,

Directly database will updated.

Inbound and outbound.

Regards,

kavitha.k