<?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 LSMW import data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-import-data/m-p/2492449#M562602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In LSMW which is the best way to import data - batch input, direct input , BAPI or IDOC What is the  benefit of one over the other&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2007 19:06:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-11T19:06:33Z</dc:date>
    <item>
      <title>LSMW import data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-import-data/m-p/2492449#M562602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In LSMW which is the best way to import data - batch input, direct input , BAPI or IDOC What is the  benefit of one over the other&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 19:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-import-data/m-p/2492449#M562602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T19:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW import data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-import-data/m-p/2492450#M562603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an excellent question, and there may not be a concrete correct answer as I've used LSMW extensivly over the past few years.  First, if there is a standard object, like creating material masters, there may only be one option using standard programs, in this case direct input,  i have used it and I can't say that I am all that impressed with it. Others, like Bill of Material creation, you can only do batch input, again, I got it working, but really bad error reporting, in my opinion.  I've never used IDOCs, so can't anything there.  Also, I've never had to use BAPI within LSMW, but would most likely try using that if I couldn't get the direct input or batch input working correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 19:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-import-data/m-p/2492450#M562603</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-07-11T19:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW import data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-import-data/m-p/2492451#M562604</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;Please check these information from other thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDoc in LSMW:&lt;/P&gt;&lt;P&gt;- If you need to transfer data into more than one system you can use IDoc in LSMW&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC: - If you less amount of data and if you need to transfer data regularly you can use BDC. 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. &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;- Error Log created automatically.&lt;/P&gt;&lt;P&gt;- Batch input session can&amp;#146;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;&lt;/P&gt;&lt;P&gt;Direct Input:&lt;/P&gt;&lt;P&gt;Direct Input programs work exactly similar to Batch Input programs. But the only difference is, instead of processing screens they validate fields and directly load the data into tables using standard function modules in place of online Transaction screens. For this reason, DI programs are much faster than the BDC counterpart and so ideally suited for loading large volume data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct Input or BAPI would be preferable way.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 19:14:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-import-data/m-p/2492451#M562604</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-07-11T19:14:05Z</dc:date>
    </item>
  </channel>
</rss>

