what is the difference between bdc and lsmw?
Answers were Sorted based on User's Feedback
Answer / jayati saha
BDC is the BAtch Data Communication is the process of
transferring data from a SAP system to an SAP system or
from a non-SAP system to an SAP system.
Lsmw or Legacy System Migration Workbench has the same
purpose but it is basically a tool to upload data. It
offers several method like batch input recording, IDOC,
Bapi, direct input, while BDC uploads data using batch
input recording.
Lsmw is a built-in tool provided by SAP and we do not need
to write lines of code to upload data but we ned to merely
configure the Lsmw tool. first we have to choose the
appropriate method in LSMW , then the tool will act like an
wizard and all steps will be shown one after another in a
structured manner.and we have to just proceed in the shown
manner and have to do or configure in some of the steps.
but in BDC we do not enjoy such.
So BDC will be mostly used by ABAP programmers and LSMW can
be used by functional consultants easily.
BDC will be used for less data upload and LSMW for a
large no of data transfer in a less time.In BDC using
session method we can not upload more than 999 records in a
single session.But in LSMW we can upload near 5000 data
records.
BDC is mostly used for customized data upload. suppose if
we use direct upload in LSMW then we have to use the
standard business object to upload data, but for customized
data We will find no BAPI. So we can use BDC.
Is This Answer Correct ? | 9 Yes | 4 No |
Answer / mahender
LSMW is a third party tool, now owned by SAP basically used
to upload master data. Usually, comes into picture while
doing cut-over activities. Its a 14 step predefined process.
BDC is kind of a program used to upload data into sap
database from a flat file on application layer or
presentation layer.
LSMW is applicable only for std transactions where as BDC
can be applied to custom transactions as well.
Is This Answer Correct ? | 0 Yes | 2 No |
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
hi frends this is bala raju from pune.i want to know diff between 4.7ee and ecc 5.0.if possible give me brief explanation.this question was asked in EDS(tele interview) in pune bye.
How to transfer legacy data into base tables by scheduling a time frame using bdc?
What are the include programs?
There is a file in application server. How can you upload it and separate it as per different fields?
What is RFC function module?
Function Module for smart forms?
What is a BAdi? How to implement a BAdi?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
difference between bapi and rfc
What are internal tables?
Is main window mandatory in smartforms?