<?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_MATERIAL_AVAILABILITY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-availability/m-p/1581038#M262167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balaji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem. Did you found a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Bogdan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Dec 2006 07:38:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-06T07:38:43Z</dc:date>
    <item>
      <title>BAPI_MATERIAL_AVAILABILITY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-availability/m-p/1581035#M262164</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;         I am using BAPI_MATERIAL_AVAILABILITY by giving PLANT,MATERIAL,STORAGELOCATION,CHECKRULE AND UNIT.It Is giving '9,999,999,999.000' for WMDVEX-COM_QTY(commited quantity).But if I checked for the same MATERIAL,PLANT AND STORAGELOCATION in MMBE transacion means I am getting values as '0' for unrestricted stock,Qual.inspection,Reserved.So what might be the problem.Even I checked for that particular material and plant in transactions MD04 and CO09 also.But there also I am getting as '0' for ATP Quantity in CO09 and '0' for available stock in MD04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So finally in transactions MD04,MMBE and CO09 it is showing '0' whereas in BAPI it is '9,999,999,999.000' for commited quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please I need it urgent.My mail is tkp2411@yahoo.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Tkp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2006 20:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-availability/m-p/1581035#M262164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-08T20:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_AVAILABILITY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-availability/m-p/1581036#M262165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function module does the availability check for a given date and quantity. You need to specify REQ_DATE and REQ_QTY in the table wmdvsx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MD04 gives you the total stock for the material and also the requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2006 21:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-availability/m-p/1581036#M262165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-08T21:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_AVAILABILITY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-availability/m-p/1581037#M262166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balaji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If Requirements date and Requirements Quantity is not&lt;/P&gt;&lt;P&gt;passed to the FM by default the system takes the date as &lt;/P&gt;&lt;P&gt;SY-DATUM and Qty to the maximum. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   So in output you will see the committed qty to be the&lt;/P&gt;&lt;P&gt; maximum qty that is available as of today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If you need to check if certain amount of quatity is &lt;/P&gt;&lt;P&gt;available on a particular date you can pass these two &lt;/P&gt;&lt;P&gt;values via table WMDVSX to get the commited quantity as &lt;/P&gt;&lt;P&gt;of that date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Hope this clears you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2006 13:59:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-availability/m-p/1581037#M262166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-09T13:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_AVAILABILITY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-availability/m-p/1581038#M262167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balaji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem. Did you found a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Bogdan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 07:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-availability/m-p/1581038#M262167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T07:38:43Z</dc:date>
    </item>
  </channel>
</rss>

