<?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 Regarding interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-interface/m-p/3295014#M788503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;      There various types data transfer methods. &lt;/P&gt;&lt;P&gt;Direct Input&lt;/P&gt;&lt;P&gt;Batch Input&lt;/P&gt;&lt;P&gt;call transaction&lt;/P&gt;&lt;P&gt;BAPI function call&lt;/P&gt;&lt;P&gt;Idoc inbound processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one say &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which method is favourable for which type transfers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How a is choosen during data migration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2008 14:19:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-11T14:19:39Z</dc:date>
    <item>
      <title>Regarding interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-interface/m-p/3295014#M788503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;      There various types data transfer methods. &lt;/P&gt;&lt;P&gt;Direct Input&lt;/P&gt;&lt;P&gt;Batch Input&lt;/P&gt;&lt;P&gt;call transaction&lt;/P&gt;&lt;P&gt;BAPI function call&lt;/P&gt;&lt;P&gt;Idoc inbound processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one say &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which method is favourable for which type transfers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How a is choosen during data migration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 14:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-interface/m-p/3295014#M788503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T14:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-interface/m-p/3295015#M788504</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 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;&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;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 14:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-interface/m-p/3295015#M788504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T14:27:22Z</dc:date>
    </item>
  </channel>
</rss>

