<?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 using bapi's in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi-s/m-p/2081271#M431791</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; Can any body provide the code to upload purchase order data using bapis in lsmw.urgent pls...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;assad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2007 11:54:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-12T11:54:07Z</dc:date>
    <item>
      <title>lsmw using bapi's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi-s/m-p/2081271#M431791</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; Can any body provide the code to upload purchase order data using bapis in lsmw.urgent pls...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;assad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 11:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi-s/m-p/2081271#M431791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T11:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: lsmw using bapi's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi-s/m-p/2081272#M431792</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;Give the parameters like this in the intial stage .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Business Object : BUS2012&lt;/P&gt;&lt;P&gt;2.Bapi : CreateFromData&lt;/P&gt;&lt;P&gt;3.Message Type : PORDCR&lt;/P&gt;&lt;P&gt;4.Basic Type : PORDCR02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this &lt;/P&gt;&lt;P&gt;Do the settings for the IDOC INBOUND Processing &lt;/P&gt;&lt;P&gt;mentioning FILEPORT, PARTNER TYPE , PARTNER NUMBER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after this step . proceed with ur steps . declare 2 structure . one for header &amp;amp; other for Item &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map the releveant structures with std structure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do the fiedl mapping . specify the files . assign the files &amp;amp; then continue with the other steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know , if u have any questions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manjunath MS&lt;/P&gt;&lt;P&gt;"Reward Points if it is useful"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 12:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi-s/m-p/2081272#M431792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T12:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: lsmw using bapi's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi-s/m-p/2081273#M431793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Manujunath,&lt;/P&gt;&lt;P&gt; If Possible can u just throw some more light wats happening internally since generating the flat files and uploading it to the idocs since i am new to lsmw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again.&lt;/P&gt;&lt;P&gt;assad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 12:22:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi-s/m-p/2081273#M431793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T12:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: lsmw using bapi's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi-s/m-p/2081274#M431794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPIs are normally called synchronously in order to get feedback immediately.A synchronous call will only work if the system we want to access is up and running.For some purposes like data transfer, SAP wanted BAPIs to invoke asynchronously  so that the calling application could proceed even if the remote system was currently unavailable.&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;Hence these BAPIs are linked to ALE (Application Linking and Enabling),an asynchronous message passing mechanism with guaranteed delivery.ALE uses Idocs as the containers for messages. Idocs are instances of Idocs types, which in turn are associated ALE message types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP has provided a generator which takes a BAPI and generates an appropriate ALE message type and an associated Idoc type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data stored in a file by means of the IDoc technique is generally imported in two steps. You can call these steps in LSM Workbench:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start IDoc creation. &lt;/P&gt;&lt;P&gt;First, the file of the converted data is read. The "information packages" contained are stored in the R/3 database in IDoc format. It is, however, not stored in the database of the corresponding application. The system assigns a number to every IDoc. Then the file of the converted data is deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start IDoc processing. &lt;/P&gt;&lt;P&gt;The IDocs created in the first step are submitted to the corresponding application program. This application program checks the data and posts it in the application&amp;#146;s database, if applicable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manjunath MS &lt;/P&gt;&lt;P&gt;"Reward Points if it is useful"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 12:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi-s/m-p/2081274#M431794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T12:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: lsmw using bapi's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi-s/m-p/2081275#M431795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Assad Hussain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI with LSMW&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI" target="test_blank"&gt;http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For document on using BAPI with LSMW, I suggest you to visit:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/LSMW/BAPIinLSMW/BL1.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/LSMW/BAPIinLSMW/BL1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 05:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi-s/m-p/2081275#M431795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T05:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: lsmw using bapi's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi-s/m-p/2081276#M431796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Assad,&lt;/P&gt;&lt;P&gt;Step-by-Step Procedure:&lt;/P&gt;&lt;P&gt;Details of the BAPI used in this scenario:&lt;/P&gt;&lt;P&gt;Business Object: BUS2012&lt;/P&gt;&lt;P&gt;Method:   CreateFromData  &lt;/P&gt;&lt;P&gt;Details of Message Type and Basic IDoc Type:&lt;/P&gt;&lt;P&gt;Message Type:     PORDCR&lt;/P&gt;&lt;P&gt;Basic IDoc Type: PORDCR02  &lt;/P&gt;&lt;P&gt;Let&amp;#146;s have a look at the BAPI first, before proceeding to the LSMW:&lt;/P&gt;&lt;P&gt;1.	Go to Transaction BAPI &lt;/P&gt;&lt;P&gt;2.	Click on Search Button &lt;/P&gt;&lt;P&gt;3.	Enter the value &amp;#147;BUS2012&amp;#148; and select &amp;#147;Obj.type(Technical Object Name&amp;#148; &lt;/P&gt;&lt;P&gt;Check the URL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI with LSMW&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI" target="test_blank"&gt;http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For document on using BAPI with LSMW, I suggest you to visit:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/LSMW/BAPIinLSMW/BL1.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/LSMW/BAPIinLSMW/BL1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 05:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi-s/m-p/2081276#M431796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T05:59:31Z</dc:date>
    </item>
  </channel>
</rss>

