<?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 Data Transfer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/1681233#M300233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in an interview i was asked the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. when we have to use BDC,LSMW,BAPI&lt;/P&gt;&lt;P&gt;2. Which is the hardware r u using&lt;/P&gt;&lt;P&gt;3. which dynpro r u using&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Nov 2006 12:21:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-14T12:21:51Z</dc:date>
    <item>
      <title>Data Transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/1681233#M300233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in an interview i was asked the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. when we have to use BDC,LSMW,BAPI&lt;/P&gt;&lt;P&gt;2. Which is the hardware r u using&lt;/P&gt;&lt;P&gt;3. which dynpro r u using&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 12:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/1681233#M300233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T12:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/1681234#M300234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LSMW can import data from legacy systems (e.g. in the form of Excel sheets or CSV files). For this, I guess, LSMW converts your data into batch input files automatically. If you use BDC, on the other hand, you have to write your batch input file yourself, line per line.&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;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;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;/P&gt;&lt;P&gt;BAPI is based on OOPs concept. BAPI is a set of interfaces to object-oriented programming methods that enable a programmer to integrate third-party software into the proprietary R/3 product from SAP. For specific business tasks such as uploading transactional data, BAPIs are implemented and stored in the R/3 system as remote function call (RFC) modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e0/9eb2370f9cbe68e10000009b38f8cf/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e0/9eb2370f9cbe68e10000009b38f8cf/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 12:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/1681234#M300234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T12:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/1681235#M300235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) All the three are used in case of migrating the data from a Legacy System into SAP system.&lt;/P&gt;&lt;P&gt;more specifically BDC -Call Transaction method is used for &amp;lt;10000 records, BDC session for more than 10000 records.&lt;/P&gt;&lt;P&gt;LSMW is a one stop transaction where you can define the steps in uploading the legacy data into sap. The lsmw is a toll which can use any one of Direct Input, BDC, BAPI or IDOc methods od data transfer into SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) ??? Do you mean database? SAP almost supports all databases eg: ORACLE.&lt;/P&gt;&lt;P&gt;3) This is very vague. a Dynpro is another name for screen. The question doesn't make any sense to me.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 12:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/1681235#M300235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T12:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/1681236#M300236</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;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.&lt;/P&gt;&lt;P&gt; It does not have the built-in features for mapping for source structures to target structures, &lt;/P&gt;&lt;P&gt;but it will allow you to integrate Legacy System Migration Workbench (LSMW) objects as processing tasks within a run definition. &lt;/P&gt;&lt;P&gt;The DX workbench has many features for creating 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. &lt;/P&gt;&lt;P&gt;Or, you can integrate your LSMW objects as task within a more user-friendly data migration run, in which the LSMW project steps "Read data", "Convert data," and "Start IDoc processing" are automated and use the features of both tools. If you donot need logging and automated data migration runs, you can perform your data migration without the DX Workbench.&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 oldest batch interfacing technique that SAP provided since the early versions of R/3. BDC is not a 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. BDC works on the principle of simulating user input for transactional screen, via an ABAP program. Typically the input comes in the form of a flat file. The ABAP program reads this file and formats the input data screen by screen into an internal table (BDCDATA). The transaction is then started using this internal table as the input and executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread&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="1165286"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;the other 2 questions are strange&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 12:28:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/1681236#M300236</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-14T12:28:39Z</dc:date>
    </item>
  </channel>
</rss>

