What is the difference between LSMW and BDC?
Answer Posted / mahender achhe
LSMW : Legacy System Migration Workbench.
BDC : Batch Data Communication.
LSMW : It is used for migrating the data b/w the Non-SAP
and SAP application to do for that we can take the Non-SAP
application data and Converts the data into the Legacy data.
(Legacy data means Cleansing data and Purging the data
After the Legacy data creation convert the data in to
the "Flat file". That flat file is in the form of text file
or excel format.If the file is in the form of text format
we can create the ".txt" file ("ABC.txt")and in the form of
excel ".xls" file is created. flat file for dos and .xls
file for IBM.
The converted file (.txt/.xls)is either upload or download.
The Upload functionality if used for .txt file to SAP and
where as Downloading is the concept while SAP to .txt/.xls
file.
BDC : It is also used for migrating the b/w the non-sap to
sap applicatios.
in lsmw below 5000 records are updating or inserting
purpose we can use the lsmw.but where as above 5000 records
are uploaded we can use BDC.
| Is This Answer Correct ? | 23 Yes | 12 No |
Post New Answer View All Answers
How to creat transactions? : abap data dictionary
What is the modification assistant?
What are the differences between macro and subroutine?
Write special commands of list?
What is the difference between sy-tabix and sy-index? Where it is used?
What are the two ways for restricting the value range for a domain ?
What is Transactional based Application & Role based Application?
what is call back in alv?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
Normally how many and what files get created when a transaction program is written?
What is roll area?
What are the types of bdc s?
What is a report?
In a loop of an internal table, what is the use of at first & at last statements?
What is abap work bench?