<?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: LSMW   BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-bapi/m-p/1470661#M221263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LSMW is for&lt;/P&gt;&lt;P&gt;1. mass load &lt;/P&gt;&lt;P&gt;2. One time &lt;/P&gt;&lt;P&gt;3. manual &lt;/P&gt;&lt;P&gt;BAPI/BDC &lt;/P&gt;&lt;P&gt;1. If needs to be done Repetitive &lt;/P&gt;&lt;P&gt;2. Called from other systems (interfaces)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some times SAP does not provide BAPI , then we do BDC for the transaction. We can wrap the BDC into a BAPI , if needs to be called from external systems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2006 22:32:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-02T22:32:55Z</dc:date>
    <item>
      <title>LSMW   BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-bapi/m-p/1470660#M221262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to know when we will prefer using LSMW using BAPI over LSMW over batch recording or standard method ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&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;Tushar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 22:15:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-bapi/m-p/1470660#M221262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T22:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW   BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-bapi/m-p/1470661#M221263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LSMW is for&lt;/P&gt;&lt;P&gt;1. mass load &lt;/P&gt;&lt;P&gt;2. One time &lt;/P&gt;&lt;P&gt;3. manual &lt;/P&gt;&lt;P&gt;BAPI/BDC &lt;/P&gt;&lt;P&gt;1. If needs to be done Repetitive &lt;/P&gt;&lt;P&gt;2. Called from other systems (interfaces)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some times SAP does not provide BAPI , then we do BDC for the transaction. We can wrap the BDC into a BAPI , if needs to be called from external systems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 22:32:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-bapi/m-p/1470661#M221263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T22:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW   BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-bapi/m-p/1470662#M221264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what is the preference of methods in LSMW. I mean which we will try first and which after that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STANDRAD BATCH/DIRECT INPUT&lt;/P&gt;&lt;P&gt;BATCH INPUT RECORDING&lt;/P&gt;&lt;P&gt;BAPI&lt;/P&gt;&lt;P&gt;IDOC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 22:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-bapi/m-p/1470662#M221264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T22:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW   BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-bapi/m-p/1470663#M221265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Tushar,&lt;/P&gt;&lt;P&gt;It totally depends upon the different scenarios&lt;/P&gt;&lt;P&gt;like better is to proceed with recording method some times this method is not compatable.&lt;/P&gt;&lt;P&gt;like I will let you know one real time scenario here&lt;/P&gt;&lt;P&gt;Once I was working in PSCD module, I uploaded the data with the use of FPP1 tcode. I recorded the session n created the session for processing, I tried with background processing but it didn't work out. At that time I put message to SAP asking for the problem then they advised me to use the standard IDOC or BAPI method.So I completed it with IDOC method.&lt;/P&gt;&lt;P&gt;It also depends upon some more things like the data size and multiple or single usage.&lt;/P&gt;&lt;P&gt;If the flat file is in the application server and there exists a standard type in direct input method u need to fallow that method&lt;/P&gt;&lt;P&gt;one more case like while uploading the data with XD02 ie to make the changes to the existing customer here in some cases u need to create the partner function so at that time recording with XD02 is not perferable there is standard bapi existing for it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think info is useful for u &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 00:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-bapi/m-p/1470663#M221265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T00:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW   BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-bapi/m-p/1470664#M221266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Direct Input&amp;lt;/b&amp;gt;- Generally used for Master data uploading&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Batch Input Recording&amp;lt;/b&amp;gt; - For Transaction data uploading&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Idoc &amp;amp; BAPI - when you are having some Interfaces(for Ex: the production unit may be using some other softwares, other than SAP), the you go BAPI's and IDoc's.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards:-&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 04:20:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-bapi/m-p/1470664#M221266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T04:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW   BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-bapi/m-p/1470665#M221267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U say that Batch Input Recording is to be preferred for migration of transactional data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But out of my experience, Batch Input Recording will not be able to capture the item relevant data in the recording. I have used the same and had to take the help of IDoc Method for the data transfer of Transactional data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case, u were successful in migration using Batch Input recording, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Anticipation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can mail me on praveensgs@yahoo.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 21:56:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-bapi/m-p/1470665#M221267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T21:56:23Z</dc:date>
    </item>
  </channel>
</rss>

