<?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: Stock Count with Multiple Materials...?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/stock-count-with-multiple-materials/m-p/10028796#M1807644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the two FM's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_MATPHYSINV_GETDETAIL&lt;/P&gt;&lt;P&gt;BAPI_MATPHYSINV_COUNT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Jan 2014 11:16:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-01-18T11:16:15Z</dc:date>
    <item>
      <title>Stock Count with Multiple Materials...??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stock-count-with-multiple-materials/m-p/10028792#M1807640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am creating a Stock Count for Materials that takes up input fields like Plant, Storage location, Quantity, Post Stock Adjustments and Material Code from the user and saves into SAP. My Question is if it is possible to create a stock count for Multiple Materials; in short, multiple line items for a single stock count !! If yes, then is there any BAPI available for the same ...?? Any relevant sample code will be more than helpful !! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" src="https://community.sap.com/408/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 09:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stock-count-with-multiple-materials/m-p/10028792#M1807640</guid>
      <dc:creator>vaibhav_deorukhkar</dc:creator>
      <dc:date>2014-01-10T09:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Stock Count with Multiple Materials...??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stock-count-with-multiple-materials/m-p/10028793#M1807641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you talking about physical inventory count, if yes at what level MM or WM!&lt;/P&gt;&lt;P&gt;either in MM or WM it is possible to have one physical inventory document for more than one material!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 09:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stock-count-with-multiple-materials/m-p/10028793#M1807641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-10T09:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Stock Count with Multiple Materials...??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stock-count-with-multiple-materials/m-p/10028794#M1807642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i was talking about MM module ... thanks !! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2014 10:50:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stock-count-with-multiple-materials/m-p/10028794#M1807642</guid>
      <dc:creator>vaibhav_deorukhkar</dc:creator>
      <dc:date>2014-01-18T10:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Stock Count with Multiple Materials...??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stock-count-with-multiple-materials/m-p/10028795#M1807643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vibhav ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; you are trying this count using MI04 t-code ?then use following bapi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_MATPHYSINV_COUNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Shri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2014 10:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stock-count-with-multiple-materials/m-p/10028795#M1807643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-18T10:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stock Count with Multiple Materials...??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stock-count-with-multiple-materials/m-p/10028796#M1807644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the two FM's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_MATPHYSINV_GETDETAIL&lt;/P&gt;&lt;P&gt;BAPI_MATPHYSINV_COUNT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2014 11:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stock-count-with-multiple-materials/m-p/10028796#M1807644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-18T11:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Stock Count with Multiple Materials...??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stock-count-with-multiple-materials/m-p/10028797#M1807645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kiran,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actually&amp;nbsp; I HAD TRY FOR THIS BUT PHY INVENTRY DOCUMNET NOT UPDATED like one error face that time ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if you possible please proved us code for this to upload phy inventory.&lt;/P&gt;&lt;P&gt;i had done this using BDC only &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&amp;nbsp; shri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2014 11:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stock-count-with-multiple-materials/m-p/10028797#M1807645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-18T11:21:05Z</dc:date>
    </item>
  </channel>
</rss>

