<?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 BAPI LSMW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-lsmw/m-p/2553811#M581818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why is BAPI method of LSMW considered the most reliable &amp;amp; fast of all methods . I would think the IDOC is most reliable because of the tracing features and Direct Input would be the fastest method&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2007 15:59:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-12T15:59:38Z</dc:date>
    <item>
      <title>BAPI LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-lsmw/m-p/2553811#M581818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why is BAPI method of LSMW considered the most reliable &amp;amp; fast of all methods . I would think the IDOC is most reliable because of the tracing features and Direct Input would be the fastest method&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 15:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-lsmw/m-p/2553811#M581818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T15:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-lsmw/m-p/2553812#M581819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI is faster than IDOC because you are not creating the intermediate document, then reading it back to process. If your data is 'dirty' and likely to produce errors, then IDOPC is better since you can correct them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct Input is an earlier version of BAPI and only works for a small number of objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 16:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-lsmw/m-p/2553812#M581819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T16:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-lsmw/m-p/2553813#M581820</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;BAPI's use standard function modules, perform direct update and explicit commit work once done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With IDoc, it slower compared with BAPI (performance) but you have capabilty to analyze and reprocess the IDoc (if any error occured) without rerunning LSMW.&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>Thu, 12 Jul 2007 16:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-lsmw/m-p/2553813#M581820</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-07-12T16:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-lsmw/m-p/2553814#M581821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI is faster than any other method as they are integrated properly with the SAP tables and designed specially to fill them.&lt;/P&gt;&lt;P&gt;In LSMW we create BDC to execute.&lt;/P&gt;&lt;P&gt;Refer the 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="2765517"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/message/3407272#3407272 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 16:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-lsmw/m-p/2553814#M581821</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-07-12T16:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-lsmw/m-p/2553815#M581822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use a BAPI method using LSMW, it would still create IDOCs for processing. hence it is as reliable as an IDOC if not better.&lt;/P&gt;&lt;P&gt;When it comes to speed, I think Direct Input is stil the fastest. Can you tell us where did you get that information?&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>Thu, 12 Jul 2007 16:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-lsmw/m-p/2553815#M581822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T16:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-lsmw/m-p/2553816#M581823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Ravi, BAPI method creates an IDOC too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 03:11:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-lsmw/m-p/2553816#M581823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T03:11:59Z</dc:date>
    </item>
  </channel>
</rss>

