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

regarding LSMW

Former Member
0 Likes
1,009

Whether BDC is the best method to upload more no of data or LSMW?...how can we choose BDC or LSMW to upload Data?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
988

Hi,

LSMW is only for small amount of data...

BDC is for large volumes of data...

The best method for data transfer is BDC.. When we compare with LSMW..

But now a days BAPI's are considered the best way to upload data..

Regards

Vijay

Whether BDC is the best method to upload more no of data or LSMW?...how can we choose BDC or LSMW to upload Data?

8 REPLIES 8
Read only

Former Member
0 Likes
988

Hi,

LSMW is use to upload Master data:once your data is uploaded you cannot modify.

BDC is used to upload transactional data,you can modiy data which you uploaded.

Thanks

ANkur SHarma

Read only

Former Member
0 Likes
988

Hi,

Of course BDC is better to LSMW.

LSMW mainly used to upload transactional data.

Table Controls cannot be handled. So BDC is better.

Read only

0 Likes
988

hello Shake,

LSMW is used to upload Master Data.....

Thanks

ANkur SHarma

Read only

Former Member
0 Likes
988

LSMW is used by mostly functional guys who dont know much of coding but for developers BDC provides much more flexibilty

Read only

Former Member
0 Likes
988

BDC is much better than LSMW....

Using BDC you can upload anything but with LSMW you can upload only the master data....

As a programmer, BDC is much more helpful as it provides various ways to handle table control and other things....

Read only

ThomasZloch
Active Contributor
0 Likes
988

Where did everybody pick up this misleading information (i.e. rubbish)?

LSMW is a data mapping tool that takes source data and - based on configurable/programmable rules - converts it to target data (master and transactional) formatted in a way as expected by the final uploading process, be it BDC (also own recordings), direct input, IDOC or BAPI.

So comparing BDC and LSMW is like comparing paint and brush (there is probably better analogies).

Read only

Former Member
0 Likes
989

Hi,

LSMW is only for small amount of data...

BDC is for large volumes of data...

The best method for data transfer is BDC.. When we compare with LSMW..

But now a days BAPI's are considered the best way to upload data..

Regards

Vijay

Read only

Former Member
0 Likes
988

Hi subash sundar ,

1)LSMW is a free tool provided by SAP to load huge volume of data at a stretch.

2) Mapping of source structure & target structure is done automatically.

2) We can't handle errors in LSMW.

In BDC , we need to write the code to upload the data & we need to take care of the mapping.

Hence , for less amount of data go for BDC & for huge amount of data , go for LSMW.

cheers!

gyanaraj