<?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: BAPI for Physical Inventory Count without Reference in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-physical-inventory-count-without-reference/m-p/9981846#M1802066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use BAPI_MATPHYSINV_CREATE or BAPI_MATPHYSINV_CREATE_MULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arivazhagan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jan 2014 05:58:36 GMT</pubDate>
    <dc:creator>arivazhagan_sivasamy</dc:creator>
    <dc:date>2014-01-28T05:58:36Z</dc:date>
    <item>
      <title>BAPI for Physical Inventory Count without Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-physical-inventory-count-without-reference/m-p/9981845#M1802065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I want to create a RFC to perform Physical Inventory Count on the basis of Plant and Storage Location but i am unable to get any BAPI for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 05:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-physical-inventory-count-without-reference/m-p/9981845#M1802065</guid>
      <dc:creator>former_member203894</dc:creator>
      <dc:date>2014-01-28T05:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for Physical Inventory Count without Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-physical-inventory-count-without-reference/m-p/9981846#M1802066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use BAPI_MATPHYSINV_CREATE or BAPI_MATPHYSINV_CREATE_MULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arivazhagan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 05:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-physical-inventory-count-without-reference/m-p/9981846#M1802066</guid>
      <dc:creator>arivazhagan_sivasamy</dc:creator>
      <dc:date>2014-01-28T05:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for Physical Inventory Count without Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-physical-inventory-count-without-reference/m-p/9981847#M1802067</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;MM level: first you have to get the Physical Inventory documents for plant and storage location level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that you have to use BAPI : BAPI_MATPHYSINV_GETLIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that for each physical inventory document you have to get the count!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_MATPHYSINV_GETDETAIL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the more details in transaction MI06&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 06:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-physical-inventory-count-without-reference/m-p/9981847#M1802067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-28T06:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for Physical Inventory Count without Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-physical-inventory-count-without-reference/m-p/9981848#M1802068</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;below ARE THE BAPIS...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR PHYSICAL INVENTORY COUNT THERE MUST BE PHYSICAL INVETORY DOCUMENT FIRST THAT CAN BE CREATED USING CREATE BAPI AFTER THAT U CAN USE BAPI_TRANSACTION_COMMIT AND THEN USE (BAPI_MATPHYSINV_COUNT AFTER THAT POST THE DIFFERANCE.... USING BAPI_MATPHYSINV_POSTDIFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;Create (BAPI_MATPHYSINV_CREATE)&lt;BR /&gt;Create physical inventory document&lt;/LI&gt;&lt;LI&gt;Count (BAPI_MATPHYSINV_COUNT)&lt;BR /&gt;Enter count for certain items in physical inventory document&lt;/LI&gt;&lt;LI&gt;ChangeCount (BAPI_MATPHYSINV_CHANGECOUNT)&lt;BR /&gt;Change count for certain items in a physical inventory document &lt;/LI&gt;&lt;LI&gt;PostDifferences (BAPI_MATPHYSINV_POSTDIFF)&lt;BR /&gt;Post differences&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;REGARDS,&lt;/P&gt;&lt;P&gt;SIVA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 06:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-physical-inventory-count-without-reference/m-p/9981848#M1802068</guid>
      <dc:creator>sivaprasad_paruchuri</dc:creator>
      <dc:date>2014-01-28T06:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for Physical Inventory Count without Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-physical-inventory-count-without-reference/m-p/9981849#M1802069</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;Below are list of BAPI's can be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_MATPHYSINV_CREATE_MULT -&amp;gt; posting of physcial inventory document&lt;/P&gt;&lt;P&gt;BAPI_MATPHYSINV_COUNT -&amp;gt; counting&lt;/P&gt;&lt;P&gt;BAPI_MATPHYSINV_POSTDIFF -&amp;gt; posting the differences&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gangadhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 06:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-physical-inventory-count-without-reference/m-p/9981849#M1802069</guid>
      <dc:creator>former_member223133</dc:creator>
      <dc:date>2014-01-28T06:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for Physical Inventory Count without Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-physical-inventory-count-without-reference/m-p/9981850#M1802070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;siva prasad paruchuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 11:13:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-physical-inventory-count-without-reference/m-p/9981850#M1802070</guid>
      <dc:creator>former_member203894</dc:creator>
      <dc:date>2014-01-28T11:13:29Z</dc:date>
    </item>
  </channel>
</rss>

