<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic difference between lsmw and bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-lsmw-and-bdc/m-p/3777129#M908818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts&lt;/P&gt;&lt;P&gt;please answer me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;difference between lsmw and bdc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2008 04:44:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-25T04:44:05Z</dc:date>
    <item>
      <title>difference between lsmw and bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-lsmw-and-bdc/m-p/3777129#M908818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts&lt;/P&gt;&lt;P&gt;please answer me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;difference between lsmw and bdc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 04:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-lsmw-and-bdc/m-p/3777129#M908818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T04:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: difference between lsmw and bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-lsmw-and-bdc/m-p/3777130#M908819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;main difference...&lt;/P&gt;&lt;P&gt;lsmw --&amp;gt; functional people can also do..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bdc--&amp;gt; only technical people can do..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If The Screen Is enhanced using user exits or badi ..lsmw doesnt work peoperly..where as bdc can work..and...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lsmw can havin bapi and idoc processing..where as bdc can't..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: saslove sap on Apr 25, 2008 6:46 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 04:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-lsmw-and-bdc/m-p/3777130#M908819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T04:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: difference between lsmw and bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-lsmw-and-bdc/m-p/3777131#M908820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC is the way to transfer data by writing a batch input program which can use either session or call transaction method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW used to transfer data without/less code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What type of data we transfer using LSMW?&lt;/P&gt;&lt;P&gt;LSMW is best suited for transferring master data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually BDC and LSMW are not comparable at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example LSMW itself can use BDC as a way of mass data transfer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like Managing Data Migration Projects , Creating Source Structures , Mapping Source structures wid Target structures , etc etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW internally might well be using the following techniqes for data transfer..&lt;/P&gt;&lt;P&gt;1. IDOX&lt;/P&gt;&lt;P&gt;2. Direct Input / BDC&lt;/P&gt;&lt;P&gt;4. BAPI's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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 :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW offers different techinque for migrating data: Direct input ,BAPI,Idoc,Batch input recording. While bdc basically uses recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW mapping is done by SAP while in BDC we have to do it explicitly .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW is basically for standard SAP application while bdc basically for customized application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coding can be done flexibly in BDC when compared to LSMW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diff. between BDC and LSMW.&lt;/P&gt;&lt;P&gt;"The Data Transfer Workbench (or DX Workbench, transaction SXDA) is an integrated SAP tool that supports data transfer and analysis. It &lt;/P&gt;&lt;P&gt;does not have the built-in features for mapping for source structures to target structures, but it will allow you to integrate Legacy System Migration Workbench (LSMW) objects as processing tasks within a run definition. The DX workbench has many features for creating &lt;/P&gt;&lt;P&gt;test data and performing data migrations - for example, logging of data migration runs. &lt;/P&gt;&lt;P&gt;However, if you need to map or convert data, you should use the LSMW. Or, you can integrate &lt;/P&gt;&lt;P&gt;your LSMW objects as task within a more user-friendly data migration run, in which the LSMW &lt;/P&gt;&lt;P&gt;project steps "Read data", "Convert data," and "Start IDoc processing" are automated &lt;/P&gt;&lt;P&gt;and use the features of both tools. If you donot need logging and automated data migration &lt;/P&gt;&lt;P&gt;runs, you can perform your data migration without the DX Workbench." &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#37336;atch Data Communication (BDC) is the oldest batch interfacing technique that SAP provided since the early versions of R/3. BDC is not a &lt;/P&gt;&lt;P&gt;typical integration tool, in the sense that, it can be only be used for uploading data into R/3 and so it is not bi-directional. &lt;/P&gt;&lt;P&gt;BDC works on the principle of simulating user input for transactional screen, via an ABAP program. Typically the input comes in the form &lt;/P&gt;&lt;P&gt;of a flat file. The ABAP program reads this file and formats the input data screen by screen into an internal table (BDCDATA). The &lt;/P&gt;&lt;P&gt;transaction is then started using this internal table as the input and executed in the background. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In &amp;amp;#33307;all Transaction&amp;amp;#12539; the transactions are triggered at the time of processing itself and so the ABAP program must do the error handling. &lt;/P&gt;&lt;P&gt;It can also be used for real-time interfaces and custom error handling &amp;amp; logging features. Whereas in Batch Input Sessions, the ABAP &lt;/P&gt;&lt;P&gt;program creates a session with all the transactional data, and this session can be viewed, scheduled and processed (using &lt;/P&gt;&lt;P&gt;Transaction SM35) at a later time. The latter technique has a built-in error processing mechanism too. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch Input (BI) programs still use the classical BDC approach but doesn&amp;amp;#31258; require an ABAP program to be written to format the &lt;/P&gt;&lt;P&gt;BDCDATA. The user has to format the data using predefined structures and store it in a flat file. The BI program then reads this and &lt;/P&gt;&lt;P&gt;invokes the transaction mentioned in the header record of the file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct Input (DI) programs work exactly similar to BI programs. But the only difference is, instead of processing screens they validate &lt;/P&gt;&lt;P&gt;fields and directly load the data into tables using standard function modules. For this reason, DI programs are much faster (RMDATIND - Material Master DI program works at least 5 times faster) than the BDC counterpart and so ideally suited for loading large volume data. DI programs are &lt;/P&gt;&lt;P&gt;not available for all application areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-data-migration.htm" target="test_blank"&gt;http://www.sap-img.com/sap-data-migration.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc" target="test_blank"&gt;http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://allsaplinks.com/lsmw.html" target="test_blank"&gt;http://allsaplinks.com/lsmw.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://myweb.dal.ca/hchinni/sap/lsmw_home.htm" target="test_blank"&gt;http://myweb.dal.ca/hchinni/sap/lsmw_home.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 04:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-lsmw-and-bdc/m-p/3777131#M908820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T04:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: difference between lsmw and bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-lsmw-and-bdc/m-p/3777132#M908821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi naresh,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. lsmw - no programming requried,&lt;/P&gt;&lt;P&gt;whereas in call transaction &amp;amp; bdc session,&lt;/P&gt;&lt;P&gt;programming required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. in call transaction, &lt;/P&gt;&lt;P&gt;no session concept &lt;/P&gt;&lt;P&gt;(data is updated AS SOON AS we run the prgoram)&lt;/P&gt;&lt;P&gt;where as in lsmw, and session,&lt;/P&gt;&lt;P&gt;SESSION is generated (in both cases)&lt;/P&gt;&lt;P&gt;Only after when we run this session,&lt;/P&gt;&lt;P&gt;does the data get updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In call transactin program,&lt;/P&gt;&lt;P&gt;we have to handle error list and take action.&lt;/P&gt;&lt;P&gt;whereas in lsmw, &amp;amp; session,&lt;/P&gt;&lt;P&gt;(since session is run)&lt;/P&gt;&lt;P&gt;flexibility is there to check and control errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 04:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-lsmw-and-bdc/m-p/3777132#M908821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T04:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: difference between lsmw and bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-lsmw-and-bdc/m-p/3777133#M908822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC (Batch Data Communication) is a technology used for data transfer. it is meant for transferring data thru SAP transactions itself. when u use BDC for data transfer, the sequence of steps is the same as when u use standard sap transaction screens for data upload. the only difference is that u can use different options for foreground/background processing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LSM Workbench is an R/3-based tool that supports You when transferring data from non-SAP systems ("Legacy Systems") to R/3 once or periodically.&lt;/P&gt;&lt;P&gt;The tool supports conversion of data of the legacy system in a convenient way. The data can then be imported into the R/3 system via batch input, direct input, BAPIs or IDocs.&lt;/P&gt;&lt;P&gt;Furthermore, the LSM Workbench provides a recording function that allows to generate a "data migration object" in an entry or change transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW doesn't have screen no's and screen navigation direct table update with the structure of LSWM . where as BDC has screen navigation with DYNPR Which doesn't have structure only screen fields ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW is generally for normal SAP applications, while BDC is mainly for any customized application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW provides various methods for the migration of data, namely, those of direct input, Batch input recording and IDOC. BDC however, simply makes use of recording. There are two ways of implementing BDC, the call transaction method and the session method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In LSMW, mapping is taken care of with the help of SAP, whereas in BDC one has to provide explicit mapping directions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coding is not very flexible in LSMW, whereas in BDC, coding is very flexible and applications can be easily customized. This is mainly because LSMW is devised specially for functional consultants who do not perform coding, while BDC is mainly made use of by technical consultants, who do perform coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BDC:&lt;/P&gt;&lt;P&gt;&lt;A href="http://myweb.dal.ca/hchinni/sap/bdc_home.htm" target="test_blank"&gt;http://myweb.dal.ca/hchinni/sap/bdc_home.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&amp;amp;" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&amp;amp;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/learning-bdc-programming.htm" target="test_blank"&gt;http://www.sap-img.com/abap/learning-bdc-programming.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/bdc/bdchome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/bdc/bdchome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For LSMW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-data-migration.htm" target="test_blank"&gt;http://www.sap-img.com/sap-data-migration.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc" target="test_blank"&gt;http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://allsaplinks.com/lsmw.html" target="test_blank"&gt;http://allsaplinks.com/lsmw.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC and LSMW Diff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW is having different different options and as in BDC we have to code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a program but i suppose the main difference in both the cases is:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW has been developed mainly for the Functional people who has no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;knowledge of the technical aspects of report or BDC in ABAP because its very user friendly and handy to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, simply they can upload the master records using LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Earlier they had to contact to a ABAP person and ask him to create a BDC taking extra time and efforts.&lt;/P&gt;&lt;P&gt;lsmw is basically for standard sap application.&lt;/P&gt;&lt;P&gt;BDC is basically for customized applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In lsmw mapping is take care by sap.&lt;/P&gt;&lt;P&gt;In bdc we have to give mapping concept explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW offers different techniques for migrating data say : Direct input , Batch input recording , BAPI , IDOC&lt;/P&gt;&lt;P&gt;It basically uses recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW is basically designed for Functional consultants who do no coding .&lt;/P&gt;&lt;P&gt;BDC is used by technical consultants , who do coding.&lt;/P&gt;&lt;P&gt;Coding cannot be done flexibily as BDC.&lt;/P&gt;&lt;P&gt;Coding can be done flexibly to customize applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC and LSMW are the two data migration techniques (from legacy to SAP) . BDC technique is usually done by ABAPers. It consists of three methods.&lt;/P&gt;&lt;P&gt;1) Call Dialog Method&lt;/P&gt;&lt;P&gt;2) Session Method&lt;/P&gt;&lt;P&gt;3) Call Transaction Method&lt;/P&gt;&lt;P&gt;In the case of Session Method , a BDC Session is created , which has the data and info to run it in batch mode. When the user runs this session, every transactions are run in batch mode and tables are updated.&lt;/P&gt;&lt;P&gt;WHile in call transaction, no session is created. Instead , a report prog is created , which takes input from the file and calls the transaction in Batch mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call dialog method is similar to call transaction, except that updation is done by the calling program itself.This method is obsolete.&lt;/P&gt;&lt;P&gt;Advantages of Batch Input Method are&lt;/P&gt;&lt;P&gt;1)Can process large data volumes&lt;/P&gt;&lt;P&gt;2) data integrity is maintained&lt;/P&gt;&lt;P&gt;Just check these links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="33819"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW and BDC are vastly different. &lt;/P&gt;&lt;P&gt;BDC (Batch Data Communication) is a technology used for data transfer. it is meant for transferring data thru SAP transactions itself. when u use BDC for data transfer, the sequence of steps is the same as when u use standard sap transaction screens for data upload. the only difference is that u can use different options for foreground/backgrou nd processing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW on the other hand is a tool that helps migrate data from a legacy system (non-sap system ) to SAP system. it offers u various options to use either batch input, direct input, BAPIs or idocs. it involves a series of some 17-18 steps to migrate data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC:&lt;/P&gt;&lt;P&gt;Batch Data Communication (BDC) is the process of transferring data from one SAP System to another SAP system or from a non-SAP system to SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features :&lt;/P&gt;&lt;P&gt;BDC is an automatic procedure.&lt;/P&gt;&lt;P&gt;This method is used to transfer large amount of data that is available in electronic medium.&lt;/P&gt;&lt;P&gt;BDC can be used primarily when installing the SAP system and when transferring data from a legacy system (external system).&lt;/P&gt;&lt;P&gt;BDC uses normal transaction codes to transfer data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types of BDC :&lt;/P&gt;&lt;P&gt;CLASSICAL BATCH INPUT (Session Method)&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BATCH INPUT METHOD:&lt;/P&gt;&lt;P&gt;This method is also called as &amp;#145;CLASSICAL METHOD&amp;#146;.&lt;/P&gt;&lt;P&gt;Features:&lt;/P&gt;&lt;P&gt;Asynchronous processing. &lt;/P&gt;&lt;P&gt;Synchronous Processing in database update.&lt;/P&gt;&lt;P&gt;Transfer data for more than one transaction.&lt;/P&gt;&lt;P&gt;Batch input processing log will be generated.&lt;/P&gt;&lt;P&gt;During processing, no transaction is started until the previous transaction has been written to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION METHOD :&lt;/P&gt;&lt;P&gt;This is another method to transfer data from the legacy system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features:&lt;/P&gt;&lt;P&gt;Synchronous processing. The system performs a database commit immediately before and after the CALL TRANSACTION USING statement.&lt;/P&gt;&lt;P&gt;Updating the database can be either synchronous or asynchronous. The program specifies the update type.&lt;/P&gt;&lt;P&gt;Transfer data for a single transaction.&lt;/P&gt;&lt;P&gt;Transfers data for a sequence of dialog screens.&lt;/P&gt;&lt;P&gt;No batch input processing log is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LSM Workbench is an R/3-based tool that supports You when transferring data from non-SAP systems ("Legacy Systems") to R/3 once or periodically.&lt;/P&gt;&lt;P&gt;The tool supports conversion of data of the legacy system in a convenient way. The data can then be imported into the R/3 system via batch input, direct input, BAPIs or IDocs.&lt;/P&gt;&lt;P&gt;Furthermore, the LSM Workbench provides a recording function that allows to generate a "data migration object" in an entry or change transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main advantages of the LSM Workbench:&lt;/P&gt;&lt;P&gt;&amp;#149; Part of R/3 and thus independent of individual platforms&lt;/P&gt;&lt;P&gt;&amp;#149; A variety of technical possibilities of data conversion:&lt;/P&gt;&lt;P&gt;&amp;#149; Data consistency due to standard import techniques:&lt;/P&gt;&lt;P&gt;Batch input&lt;/P&gt;&lt;P&gt;Direct input&lt;/P&gt;&lt;P&gt;BAPIs (Business Application Programming Interfaces)&lt;/P&gt;&lt;P&gt;IDocs (Intermediate Documents)&lt;/P&gt;&lt;P&gt;The import technique to be used in an individual case depends on the business object.&lt;/P&gt;&lt;P&gt;&amp;#149; Generation of the conversion program on the basis of defined rules&lt;/P&gt;&lt;P&gt;&amp;#149; Clear interactive process guide&lt;/P&gt;&lt;P&gt;&amp;#149; Interface for data in spreadsheet format&lt;/P&gt;&lt;P&gt;&amp;#149; Creation of data migration objects on the basis of recorded transactions&lt;/P&gt;&lt;P&gt;&amp;#149; Charge-free for SAP customers and SAP partners&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps, Do reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 04:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-lsmw-and-bdc/m-p/3777133#M908822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T04:48:15Z</dc:date>
    </item>
  </channel>
</rss>

