<?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: upload stock through BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676627#M1099824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Priti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please do a "commit work" after the BAPi call. Your problem will be solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2008 18:53:20 GMT</pubDate>
    <dc:creator>nivin_varkey</dc:creator>
    <dc:date>2008-10-28T18:53:20Z</dc:date>
    <item>
      <title>upload stock through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676621#M1099818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using function module BAPI_GOODSMVT_CREATE to upload stock for movement types Z61 and Z62. Z61 is used to increase stock and Z62 to decrease it. Now the same i want to modify fir movement types 701 and 702. 701 is used for increase stock &amp;amp; 702 to decrease it. But when i execute the report it is giving me error &lt;/P&gt;&lt;P&gt;"Qty and / or "delivery completed" ind. or final issue ind. are missing". How do i proceed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 11:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676621#M1099818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T11:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: upload stock through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676622#M1099819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priti, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are physical inventory movement types. Is this what you are trying to accomplish?  If so, use BAPI_MATPHYSINV_CREATE_MULT (to create physical inventory documents), BAPI_MATPHYSINV_COUNT (to enter count for the documents), and BAPI_MATPHYSINV_POSTDIFF (to post the differences between physical inventory and inventory management).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 12:05:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676622#M1099819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T12:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: upload stock through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676623#M1099820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u so much. I think this will surely help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 12:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676623#M1099820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T12:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: upload stock through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676624#M1099821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Initially i will have to use BAPI_MATPHYSINV_CREATE_MULT,&lt;/P&gt;&lt;P&gt;then after this when i use BAPI_MATPHYSINV_COUNT, i need to pass thephysical inventory document. How do i get the physical inventory document after using BAPI_MATPHYSINV_CREATE_MULT bcoz this BAPI does not export the phys. doc created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 13:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676624#M1099821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T13:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: upload stock through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676625#M1099822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right, BAPI does not return physical inventory documents, but you can search return table for message M7 710 (id = 'M7' and number = '710'). Then, physical inventory is populated at message_v1 of table return&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 17:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676625#M1099822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T17:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: upload stock through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676626#M1099823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now initialy when i use BAPI_MATPHYSINV_CREATE_MULT, i get the physical inven. no. in message_v1 of table return.&lt;/P&gt;&lt;P&gt;Now when i pass this inven. no. to next BAPI to enter count for doc. i.e. BAPI_MATPHYSINV_COUNT, it says that this document does not exist. Then how do i proceed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 08:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676626#M1099823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T08:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: upload stock through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676627#M1099824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Priti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please do a "commit work" after the BAPi call. Your problem will be solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 18:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676627#M1099824</guid>
      <dc:creator>nivin_varkey</dc:creator>
      <dc:date>2008-10-28T18:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: upload stock through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676628#M1099825</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;I am also using the above mentioned BAPI's. But the BAPI_MATPHYSINV_COUNT return error that the Inventory document does not exists. I am doing a BAPI_TRANSACTION_COMMIT with Wait = 'X' after BAPI_MATPHYSINV_CREATE_MULT. But the DB is not updated. Even I have inseterd a select query like: &lt;/P&gt;&lt;P&gt;      DO.&lt;/P&gt;&lt;P&gt;        SELECT SINGLE iblnr FROM iseg INTO lv_inventory WHERE iblnr = lv_inventory.&lt;/P&gt;&lt;P&gt;        IF 0 = sy-subrc.&lt;/P&gt;&lt;P&gt;          EXIT.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, this goes in an infinite loop..&lt;/P&gt;&lt;P&gt;Help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Rohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 10:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-stock-through-bapi/m-p/4676628#M1099825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-09T10:17:33Z</dc:date>
    </item>
  </channel>
</rss>

