ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  ERP CRM  >>  SAP  >>  ABAP
 
 


 

 
 Basis interview questions  Basis Interview Questions
 ABAP interview questions  ABAP Interview Questions
 SAPScript interview questions  SAPScript Interview Questions
 SD interview questions  SD Interview Questions
 MM interview questions  MM Interview Questions
 QM interview questions  QM Interview Questions
 PP interview questions  PP Interview Questions
 PM interview questions  PM Interview Questions
 PS interview questions  PS Interview Questions
 FI CO interview questions  FI CO Interview Questions
 HR interview questions  HR Interview Questions
 SAP CRM interview questions  SAP CRM Interview Questions
 SRM interview questions  SRM Interview Questions
 APO interview questions  APO Interview Questions
 Business Warehouse interview questions  Business Warehouse Interview Questions
 Business Workflow interview questions  Business Workflow Interview Questions
 SAP Security interview questions  SAP Security Interview Questions
 SAP Interfaces interview questions  SAP Interfaces Interview Questions
 Netweaver interview questions  Netweaver Interview Questions
 SAP ALE IDocs interview questions  SAP ALE IDocs Interview Questions
 SAP B1 interview questions  SAP B1 Interview Questions
 SAP AllOther interview questions  SAP AllOther Interview Questions
Question
What is the difference between LSMW and BDC?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the difference between LSMW and BDC?
Answer
# 1
ACTUALLY THERE IS NO DIFFERENCE B/W THESE 2.
LSMW IS JUST A TOOL TO GET THE DATA FROM A LEGACY SYSTEM.
IN BDC WE HAVE 2 WRITE THE CODE AND CALL THE REQUIRED METHOD
THATS IT. IN FUNCTIONALITY PERSPECTIVE THERE IS NO 
DIFFERENCE.
 
Is This Answer Correct ?    12 Yes 11 No
Arun Prasad
 
  Re: What is the difference between LSMW and BDC?
Answer
# 2
ACTUALLY THERE IS NO DIFFERENCE B/W THESE 2.
LSMW IS JUST A TOOL TO GET THE DATA FROM A LEGACY SYSTEM.
IN BDC WE HAVE 2 WRITE THE CODE AND CALL THE REQUIRED METHOD
THATS IT. IN FUNCTIONALITY PERSPECTIVE THERE IS NO 
DIFFERENCE.
 
Is This Answer Correct ?    4 Yes 9 No
Arun Prasad
 
 
 
  Re: What is the difference between LSMW and BDC?
Answer
# 3
ACTUALLY THERE IS KNOW DIFFERENCE B/W THE 2.
LSMW/BDC IS FOR UPLOADING THE DATA FROMNON-SAP TO SAP, SO
HERE LASMW IS USED TO UPLOADSMALL AMOUNT OD DAT FOR A SINGLE
TIME,  THIS WILL BE PRESENT IN PRODUCTION CLINT ONLY, FOR
FOR BDC WE CAN USE THE SAME FOR MULTIPLE TIMES.
 
Is This Answer Correct ?    4 Yes 9 No
K.dtinivasa Rao
 
  Re: What is the difference between LSMW and BDC?
Answer
# 4
BDC is Batch Data Communication. It is basically a program 
either generated by SAP after a recording or programmed by a 
abaper.Its like running the transaction manually but all the 
data is populated on the screens automatically.It is a 
little complex when the screens contain table controls.
LSMW is legacy system migration workbench is a more user-
friendly tool thru which one can do the same as a BDC. One 
just has to follow some 14 steps, click buttons and the data 
is set to be uploaded ….LSMW offer you 4 ways to import data 
into SAP, they are BDC, Direct Input, BAPI(BO), IDOC. 
To spell out the differences in detail:
 
Is This Answer Correct ?    14 Yes 2 No
Anwar
 
  Re: What is the difference between LSMW and BDC?
Answer
# 5
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 ?    4 Yes 3 No
Mahender Achhe
 
  Re: What is the difference between LSMW and BDC?
Answer
# 6
lsmw is one time requirment where as bdc is not so
 
Is This Answer Correct ?    1 Yes 11 No
Prasad
 
  Re: What is the difference between LSMW and BDC?
Answer
# 7
In BDC (Batch Data Communication) to upload the flat file
into one SAP system from another SAP system or non SAP
system , we can apply the validations by coding . Hence we
can modify it according to our needs. 

BDC is developer made method while LSMW is provided by SAP
directly and hence u dont need to code anything, just need
to follow those 14 steps in order to upload the flat file.
Hence u cannot make the validations in LSMW. 

In BDC , u can even schedule the job , so upload can be done
in once or later periodically while in LSMW it has to be
done in once only. So, through LSMW, one cannot upload huge
amount of data.
 
Is This Answer Correct ?    2 Yes 6 No
Honey Deep
 
  Re: What is the difference between LSMW and BDC?
Answer
# 8
in case of bdc session can be processes multiple times 
according to the requirement. coming to LSMW it is used 
only one time, but it can have periodical update. but the 
functionality can't be changed here.

LSMW is recommended for large amount of data.
 
Is This Answer Correct ?    1 Yes 4 No
Lokesh Chauhan
 
  Re: What is the difference between LSMW and BDC?
Answer
# 9
in case of bdc session can be processes multiple times 
according to the requirement. coming to LSMW it is used 
only one time, but it can have periodical update. but the 
functionality can't be changed here.

LSMW is recommended for large amount of data.
 
Is This Answer Correct ?    2 Yes 3 No
Lokesh Chauhan
 
  Re: What is the difference between LSMW and BDC?
Answer
# 10
LSMW is a tool .it is use to upload the data from flat file 
to databese. 
BDC it is also used to upload the data from flat file to 
databese. 
but its not tool.
 
Is This Answer Correct ?    3 Yes 1 No
Neelu
 
  Re: What is the difference between LSMW and BDC?
Answer
# 11
lamw is a tool  to upload data from sap/non-sap 
systems .here we can this tool at single time for that 
particular transcation and at the same time it have some 
problems to upload correct data .
where as in bdc it is also used to upload data from sap/non-
sap systems there we can reuse by creating a session. 
functonality is same but when compared to lsmw bdc is a 
good method to transform data .
 
Is This Answer Correct ?    2 Yes 3 No
Chinnikrishna
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
How can I pass SELECT-OPTIONS to function module generated by SMARTFORM?  3
what is a ticket?  3
how to creat a table with out primary key  8
Transaction code for creating Message class? Keane-India-Ltd5
shell we use select-options in mpp?then how? Cap-Gemini2
could you tell me the difference between an INTERFACE AND CONVERSION? Sony6
Which function module you will use to attach a search help to a field in Selection screen? ACS2
how do you supress blank spaces in sap scripts?  2
how many type of index are there EDS3
what is a value table?  1
I want to know the procedure for direct input method in BDC.Anyone can tel  2
how to create lock object HCL1
how to upload open purchase order through BDC  1
how to debug the program based on the user ITC-Infotech1
with out using chain and end chain how you will do validations IBM2
How many windows can be maintained under one page? Atos-Origin1
How many interactive lists? Bristle-Cone3
can any post me all steps in MM ,SD, PP FLOW in detail?  2
what is the client on which u have worked? In real time ?  1
How to generate and processing the session in the same program? Satyam1
 
For more ABAP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com