<?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: Material Availability in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-availability/m-p/3496101#M840868</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;Go to MARD table use the field LABST to get the total availabilty for the material selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2008 09:18:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-11T09:18:55Z</dc:date>
    <item>
      <title>Material Availability</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-availability/m-p/3496099#M840866</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 using the BAPI BAPI_MATERIAL_AVAILABILITY to get the available qty of the Material.&lt;/P&gt;&lt;P&gt;but this BAPI is used in loop of which contains more than 20000 Materials, that makes my processing very slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I sthere any other way to get the available material skipping the BAPI to increas my performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 08:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-availability/m-p/3496099#M840866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T08:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Material Availability</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-availability/m-p/3496100#M840867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the material avialable qunatity, it is better to fetch from DDIC table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is batch managed then fetch from MCHB table otherwise from MARD table passing material number, plant and storage location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishnendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 09:05:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-availability/m-p/3496100#M840867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T09:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Material Availability</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-availability/m-p/3496101#M840868</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;Go to MARD table use the field LABST to get the total availabilty for the material selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 09:18:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-availability/m-p/3496101#M840868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T09:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Material Availability</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-availability/m-p/3496102#M840869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;Check this funtion module , might help you to solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: t_mdpsx  TYPE TABLE OF mdps,&lt;/P&gt;&lt;P&gt;      t_mdezx  TYPE TABLE OF mdez,&lt;/P&gt;&lt;P&gt;      t_mdsux  TYPE TABLE OF mdsu,&lt;/P&gt;&lt;P&gt;      t_mdinx  TYPE TABLE OF mdin.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DATA: wa_mt61d TYPE mt61d,&lt;/P&gt;&lt;P&gt;      wa_mdezx TYPE mdez.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Initial screen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'MD_STOCK_REQUIREMENTS_LIST_API'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    matnr   = '000000000000000175'&lt;/P&gt;&lt;P&gt;    werks   = '1100'&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    e_mt61d = wa_mt61d&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    mdpsx   = t_mdpsx&lt;/P&gt;&lt;P&gt;    mdezx   = t_mdezx&lt;/P&gt;&lt;P&gt;    mdsux   = t_mdsux&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    OTHERS  = 1.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Switch to period totals button&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'ATP_BERECHNEN_MDEZX'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    emt61d = wa_mt61d&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    mdezx  = t_mdezx&lt;/P&gt;&lt;P&gt;    mdinx  = t_mdinx&lt;/P&gt;&lt;P&gt;    mdpsx  = t_mdpsx.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;READ TABLE t_mdezx INTO wa_mdezx INDEX 1.&lt;/P&gt;&lt;P&gt;IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;  WRITE: wa_mdezx-mng04.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 09:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-availability/m-p/3496102#M840869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T09:37:10Z</dc:date>
    </item>
  </channel>
</rss>

