<?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 Re: diff bdc and lsmw in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bdc-and-lsmw/m-p/1882488#M370478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=907717&amp;amp;messageID=2841570" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=907717&amp;amp;messageID=2841570&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pasting the info found in the above link &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC:&lt;/P&gt;&lt;P&gt;BDC (Batch Data Communication) is a technology used for data transfer.&lt;/P&gt;&lt;P&gt;When u use BDC for data transfer, the sequence of steps is the same as when you 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;There are two ways to run BDC Programs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch Input (BI):&lt;/P&gt;&lt;P&gt;- The Transaction is simulated &amp;amp; the data is transferred as if it had been executed online. Its slow process since its calling the screens. It mentions the error clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2-Phase:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Batch Input Session is created containing all the relevant Data&lt;/P&gt;&lt;P&gt;2. The Batch input session processed &amp;amp; data is imported into the R/3 System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Error Log created automatically.&lt;/P&gt;&lt;P&gt;- Batch input session can&amp;amp;#8217;t be created in Parallel.&lt;/P&gt;&lt;P&gt;- BI procedure, data is always posted synchronously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Transaction:&lt;/P&gt;&lt;P&gt;- Online Process&lt;/P&gt;&lt;P&gt;- Call Transaction posts the data directly via the Online Transaction.&lt;/P&gt;&lt;P&gt;- No Session created.&lt;/P&gt;&lt;P&gt;- If any error occurs the faulty record collected &amp;amp; put into the separate process.&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;- LSMW on the other hand is a tool that helps you to migrate data from a legacy system (non-sap system) to SAP system. It offers you various options to use 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;- You can use the LSMW IDOC method to create IDOC out of the Flat file and then for the same IDOC you can trigger an outbound to the desired system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jan 2007 07:23:05 GMT</pubDate>
    <dc:creator>rahulkavuri</dc:creator>
    <dc:date>2007-01-26T07:23:05Z</dc:date>
    <item>
      <title>diff bdc and lsmw</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bdc-and-lsmw/m-p/1882486#M370476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the difference between BDC and LSMW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 07:14:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bdc-and-lsmw/m-p/1882486#M370476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T07:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: diff bdc and lsmw</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bdc-and-lsmw/m-p/1882487#M370477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LSMW is a graphical tool provided by SAP to upload data without writing code and BDC you have to write code or generate code using the recording tool provided by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LSMW is generally used as a one time activity to load data. For perodic loading BDC is used,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CHeers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 07:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bdc-and-lsmw/m-p/1882487#M370477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T07:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: diff bdc and lsmw</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bdc-and-lsmw/m-p/1882488#M370478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=907717&amp;amp;messageID=2841570" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=907717&amp;amp;messageID=2841570&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pasting the info found in the above link &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC:&lt;/P&gt;&lt;P&gt;BDC (Batch Data Communication) is a technology used for data transfer.&lt;/P&gt;&lt;P&gt;When u use BDC for data transfer, the sequence of steps is the same as when you 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;There are two ways to run BDC Programs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch Input (BI):&lt;/P&gt;&lt;P&gt;- The Transaction is simulated &amp;amp; the data is transferred as if it had been executed online. Its slow process since its calling the screens. It mentions the error clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2-Phase:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Batch Input Session is created containing all the relevant Data&lt;/P&gt;&lt;P&gt;2. The Batch input session processed &amp;amp; data is imported into the R/3 System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Error Log created automatically.&lt;/P&gt;&lt;P&gt;- Batch input session can&amp;amp;#8217;t be created in Parallel.&lt;/P&gt;&lt;P&gt;- BI procedure, data is always posted synchronously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Transaction:&lt;/P&gt;&lt;P&gt;- Online Process&lt;/P&gt;&lt;P&gt;- Call Transaction posts the data directly via the Online Transaction.&lt;/P&gt;&lt;P&gt;- No Session created.&lt;/P&gt;&lt;P&gt;- If any error occurs the faulty record collected &amp;amp; put into the separate process.&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;- LSMW on the other hand is a tool that helps you to migrate data from a legacy system (non-sap system) to SAP system. It offers you various options to use 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;- You can use the LSMW IDOC method to create IDOC out of the Flat file and then for the same IDOC you can trigger an outbound to the desired system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 07:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bdc-and-lsmw/m-p/1882488#M370478</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2007-01-26T07:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: diff bdc and lsmw</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bdc-and-lsmw/m-p/1882489#M370479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1518841"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        santhosh reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 07:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bdc-and-lsmw/m-p/1882489#M370479</guid>
      <dc:creator>SantoshKallem</dc:creator>
      <dc:date>2007-01-26T07:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: diff bdc and lsmw</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bdc-and-lsmw/m-p/1882490#M370480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;i hope it is clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this links&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2720818"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2720818"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="312587"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 07:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bdc-and-lsmw/m-p/1882490#M370480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T07:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: diff bdc and lsmw</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bdc-and-lsmw/m-p/1882491#M370481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following Differences&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC SESSION&lt;/P&gt;&lt;P&gt;CALL TRANSACTION&lt;/P&gt;&lt;P&gt;CALL DIALOG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is BDC or batch input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Batch Input is a SAP technic that allows automating the input in transactions. It lies on a BDC (Batch Data Commands) scenario. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E BDC_OPEN_GROUP : Opens a session group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E BDC_CLOSE_GROUP : Closes a session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E BDC_INSERT : Insert a BDC scenario in the session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E The ABAP statement "CALL TRANSACTION" is also called to run directly a transaction from its BDC table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It runs the program RSBDCSUB in order to launch automatically the session. The session management is done through the transaction code SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object itself is maintanable through the transaction SE24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC methods:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method &lt;/P&gt;&lt;P&gt;Description &lt;/P&gt;&lt;P&gt;Parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN_SESSION&lt;/P&gt;&lt;P&gt;Opens a session&lt;/P&gt;&lt;P&gt;SUBRC (Return Code ? 0 OK)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SESSIONNAME (Session to be created)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLOSE_SESSION&lt;/P&gt;&lt;P&gt;Closes a session&lt;/P&gt;&lt;P&gt;None&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESET_BDCDATA&lt;/P&gt;&lt;P&gt;Resets the BDC Internal Table...&lt;/P&gt;&lt;P&gt;None. Normally, for internal purpose&amp;#129;c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_DYNPRO&lt;/P&gt;&lt;P&gt;Handles a new screen&lt;/P&gt;&lt;P&gt;PROGNAME (Name of the program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNPRONR (Screen Number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_FIELD&lt;/P&gt;&lt;P&gt;Puts a value on the screen&lt;/P&gt;&lt;P&gt;FIELDNAME (Name of the field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELDVALUE (Value to be passed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONSTRUCTOR&lt;/P&gt;&lt;P&gt;Constructor - Initializes NO_DATA&lt;/P&gt;&lt;P&gt;NODATA (No data character). The constructor is called automatically when the object is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RUN_SESSION&lt;/P&gt;&lt;P&gt;Launches a session with RSBDCBTC&lt;/P&gt;&lt;P&gt;None&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL_TRANSACTION&lt;/P&gt;&lt;P&gt;Calls a transaction with the current BDC Data&lt;/P&gt;&lt;P&gt;MODE (Display Mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE (Update Mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCODE (Transaction to be called)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_INSERT&lt;/P&gt;&lt;P&gt;Inserts the BDC scenario in the session&lt;/P&gt;&lt;P&gt;TCODE (Transaction to be called)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC techniques used in programs: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Building a BDC table and calling a transaction,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Building a session and a set of BDC scenarios and keeping the session available in SM35,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Building a session and lauching the transaction right after closing the session. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------" /&gt;&lt;P&gt;BDC using Call Transaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC using Call transaction involves calling an SAP transaction in back ground from within the ABAP &lt;/P&gt;&lt;P&gt;program. The process involves building an Internal BDC table containing the screen information needed to &lt;/P&gt;&lt;P&gt;execute the required transaction and then passing this to the Call transaction command (See code example). &lt;/P&gt;&lt;P&gt;The full procedure for creating a BDC program is as follows:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------" /&gt;&lt;P&gt;What is the difference between batch input and call transaction in BDC? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method. &lt;/P&gt;&lt;P&gt;1) synchronous processing. &lt;/P&gt;&lt;P&gt;2) can tranfer large amount of data. &lt;/P&gt;&lt;P&gt;3) processing is slower. &lt;/P&gt;&lt;P&gt;4) error log is created &lt;/P&gt;&lt;P&gt;5) data is not updated until session is processed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction. &lt;/P&gt;&lt;P&gt;1) asynchronous processing &lt;/P&gt;&lt;P&gt;2) can transfer small amount of data &lt;/P&gt;&lt;P&gt;3) processing is faster. &lt;/P&gt;&lt;P&gt;4) errors need to be handled explicitly &lt;/P&gt;&lt;P&gt;5) data is updated automatically &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------" /&gt;&lt;P&gt;BATINPUT/DIRECT INPUT&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------" /&gt;&lt;P&gt;A: Batch-inputs can not be used to fill the "delivery due list" screen because it is not a dynpro. This is a standard SAP report. A SAP report (check with "System -&amp;gt; Status") may be called using SUBMIT sentence with the appropriate options . It is preferred to call a report than create a Batch-input program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO THROUGH THIS LINK&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.guidancetech.com/people/holland/sap/abap/zzsni001.htm" target="test_blank"&gt;http://www.guidancetech.com/people/holland/sap/abap/zzsni001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LSM Workbench is an SAP R/3 based tool that supports the one-time or periodic transfer of data from non-SAP systems ("legacy systems") to SAP systems.&lt;/P&gt;&lt;P&gt;The LSM Workbench helps you to organize your data migration project and guides you through the process by using a clear sequence of steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most common conversion rules are predefined. Reusable conversion rules assure consistent data conversion for different data objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW vs DX Workbench&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LSM Workbench covers the following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the legacy data from one or several files (e.g. spreadsheet tables, sequential files). &lt;/P&gt;&lt;P&gt;Convert the data from source format to target format. &lt;/P&gt;&lt;P&gt;Import the data using standard interfaces (Batch Input, Direct Input, BAPI, IDoc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experiences made in successful implementation projects have shown that using the LSM Workbench significantly contributes to accelerating data migration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP provides this tool along with documentation to customers and partners free of charge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users of the LSM Workbench receive the usual support via SAP Net - R/3 Frontend (component BC-SRV-DX-LSM).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Releases:&lt;/P&gt;&lt;P&gt;Version 1.7.2 of the LSM Workbench ("LSMW 1.7.2") available&lt;/P&gt;&lt;P&gt;Attention : LSMW 1.7.2 requires an SAP R/3 system with SAP R/3 4.0 or SAP R/3 4.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version 1.8.0 of the LSM Workbench (1.21mb) ("LSMW 1.8.0") available&lt;/P&gt;&lt;P&gt;Attention : LSMW 1.8.0 requires an SAP R/3 system with SAP R/3 4.6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version 3.0 of the LSM Workbench (1.89mb) ("LSMW 3.0") available for Web Application Server 6.10&lt;/P&gt;&lt;P&gt;Attention : LSMW 3.0 requires a SAP WAS 6.10. Functionality of version 1.7.2 and 3.0 are identical !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version 4.0 of the LSM Workbench ("LSMW 4.0") integrated in Web Application Server 6.20&lt;/P&gt;&lt;P&gt;Attention : LSMW 4.0 is an integrated part of SAP WAS 6.20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 14:04:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bdc-and-lsmw/m-p/1882491#M370481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T14:04:40Z</dc:date>
    </item>
  </channel>
</rss>

