<?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: finding stock availability for a material in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-stock-availability-for-a-material/m-p/822682#M42820</link>
    <description>&lt;P&gt;HI &lt;A href="https://answers.sap.com/users/265422/balakrishna007.html"&gt;Balakrishna t Krishna&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;MD_STOCK_REQUIREMENTS_LIST_API function module may help you for the available stock of a material. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data : lwa_mdkp type mdkp.
CALL FUNCTION 'MD_STOCK_REQUIREMENTS_LIST_API'
  EXPORTING
    matnr                      =      "Material
    werks                      =      "Plant
 IMPORTING
  E_MDKP                       = lwa_mdkp.
 EXCEPTIONS
   MATERIAL_PLANT_NOT_FOUND       = 1
   PLANT_NOT_FOUND                = 2
   OTHERS                         = 3
          .
          
write : lwa_mdkp-sum01 . " it is the available stock for material 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 22 Feb 2019 11:19:33 GMT</pubDate>
    <dc:creator>former_member596005</dc:creator>
    <dc:date>2019-02-22T11:19:33Z</dc:date>
    <item>
      <title>finding stock availability for a material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-stock-availability-for-a-material/m-p/822681#M42819</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I am finding stock for a material, I know that there are some standard reports available for this but from my custom report I want to check this.&lt;/P&gt;
  &lt;P&gt;I know that there are tables mentioned below to find the different types of stock for a material.&lt;/P&gt; MARD MSSQ MSSL MSSA MKOL MSKU 
  &lt;P&gt;Want to know if there is any FM or BAPI where we can check the stock for a material. or can I join all the tables mentioned based on material no?&lt;/P&gt;
  &lt;P&gt;thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 10:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-stock-availability-for-a-material/m-p/822681#M42819</guid>
      <dc:creator>bala_krishna007</dc:creator>
      <dc:date>2019-02-21T10:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: finding stock availability for a material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-stock-availability-for-a-material/m-p/822682#M42820</link>
      <description>&lt;P&gt;HI &lt;A href="https://answers.sap.com/users/265422/balakrishna007.html"&gt;Balakrishna t Krishna&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;MD_STOCK_REQUIREMENTS_LIST_API function module may help you for the available stock of a material. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data : lwa_mdkp type mdkp.
CALL FUNCTION 'MD_STOCK_REQUIREMENTS_LIST_API'
  EXPORTING
    matnr                      =      "Material
    werks                      =      "Plant
 IMPORTING
  E_MDKP                       = lwa_mdkp.
 EXCEPTIONS
   MATERIAL_PLANT_NOT_FOUND       = 1
   PLANT_NOT_FOUND                = 2
   OTHERS                         = 3
          .
          
write : lwa_mdkp-sum01 . " it is the available stock for material 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Feb 2019 11:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-stock-availability-for-a-material/m-p/822682#M42820</guid>
      <dc:creator>former_member596005</dc:creator>
      <dc:date>2019-02-22T11:19:33Z</dc:date>
    </item>
  </channel>
</rss>

