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

bdc lsmw

Former Member
0 Likes
569

hi,

i understand that LSMW is primarily meant to upload master data's and generally supposed to be used by funcitional consultants... Now is it that BDC is preferred for transaction data upload... ? Or pl let me know whats the better way to upload transaction data.

On what parameters do we decide generally which technique to upload data.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
552

hi

good

you r correct,and the method besically decide as per the requirement after consult with the client people wheather to use the LSMW or BAPI for the master data or it at all it is a transction than which method from BDC.After complete discussion the functional spec need to be prepare.

thanks

mrutyun^

3 REPLIES 3
Read only

Former Member
0 Likes
553

hi

good

you r correct,and the method besically decide as per the requirement after consult with the client people wheather to use the LSMW or BAPI for the master data or it at all it is a transction than which method from BDC.After complete discussion the functional spec need to be prepare.

thanks

mrutyun^

Read only

Former Member
0 Likes
552

Hi

BDC is the way to transfer data by writing a batch input program which can use either session or call transaction method.

LSMW used to transfer data without/less code.

What type of data we transfer using LSMW?

LSMW is best suited for transferring master data.

Actually BDC and LSMW are not comparable at all.

for example LSMW itself can use BDC as a way of mass data transfer.

BDC is a mass data transfer technique via screen logic of existing SAP Data entry transactions. It behaves as if you are manually making thousand of entires into sap system as a background job. And that is probably the reason why BAPI's are preffered over BDC's.

On the other hand LSMW is a tool to facilitate DATA migration from other legacy systems ... It contains step by step procedure for data migration.

Like Managing Data Migration Projects , Creating Source Structures , Mapping Source structures wid Target structures , etc etc

LSMW internally might well be using the following techniqes for data transfer..

1. IDOX

2. Direct Input / BDC

4. BAPI's

LSMW is an encapsulated data transfer tool. It can provide the same functionality as BDC infact much more but when coming to techinical perspective most the parameters are encapulated. To listout some of the differences :

LSMW is basicaly designed for a fuctional consultant who do not do much coding but need to explore the fuctionality while BDC is designed for a technical consultant.

LSMW offers different techinque for migrating data: Direct input ,BAPI,Idoc,Batch input recording. While bdc basically uses recording.

LSMW mapping is done by SAP while in BDC we have to do it explicitly .

LSMW is basically for standard SAP application while bdc basically for customized application.

Coding can be done flexibly in BDC when compared to LSMW

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
552

Hi,

Refer the following Links,u will get a idea about that.

Regards,

Padmam.