<?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: Function Module: MD_SALES_ORDER_STATUS_REPORT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-md-sales-order-status-report/m-p/6241208#M1382158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anurita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you read the comment inside this function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* Rel. 4.70: new parameter MEMORY_ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* with the following new function:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* if MEMORY_ID = 'ABBL' and DATA_IN_MEMORY = 'X' then&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* the order report takes the planning situation (MDPSX) from the&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* memory buffer. If they are not found in the memory then the&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* order report reads from database and puts the result in the buffer.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* Useful for performance improvement in MD04,MD07,...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* if order report is done multiple times during the transacation.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* In MD04,MD05,MD06,MD07,.. this function can be switched on/off with a&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* flag in the user parameters.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* The data is taken from the buffer only&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* for Make-to-stock. Sales order segment / project segments are&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* always read from the database.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* memory_id = ABBL --&amp;gt; use the buffer for stock req. list&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* memory_id = PLHS --&amp;gt; use the buffer from simulative planning&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*             (old functionality used in sim. MD02,...)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* for compatibility the default is PLHS (which only makes sense&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* in simulative MD02).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Oct 2009 22:25:18 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2009-10-03T22:25:18Z</dc:date>
    <item>
      <title>Function Module: MD_SALES_ORDER_STATUS_REPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-md-sales-order-status-report/m-p/6241207#M1382157</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 looking for an alternative to function module "MD_SALES_ORDER_STATUS_REPORT". We are running an extract to pull production orders. This function module is being called for every production order and causes a huge performance issue. We need an alternative to this FM to extract the lower level prod orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there are any alternatives available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2009 05:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-md-sales-order-status-report/m-p/6241207#M1382157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-03T05:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module: MD_SALES_ORDER_STATUS_REPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-md-sales-order-status-report/m-p/6241208#M1382158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anurita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you read the comment inside this function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* Rel. 4.70: new parameter MEMORY_ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* with the following new function:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* if MEMORY_ID = 'ABBL' and DATA_IN_MEMORY = 'X' then&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* the order report takes the planning situation (MDPSX) from the&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* memory buffer. If they are not found in the memory then the&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* order report reads from database and puts the result in the buffer.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* Useful for performance improvement in MD04,MD07,...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* if order report is done multiple times during the transacation.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* In MD04,MD05,MD06,MD07,.. this function can be switched on/off with a&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* flag in the user parameters.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* The data is taken from the buffer only&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* for Make-to-stock. Sales order segment / project segments are&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* always read from the database.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* memory_id = ABBL --&amp;gt; use the buffer for stock req. list&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* memory_id = PLHS --&amp;gt; use the buffer from simulative planning&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*             (old functionality used in sim. MD02,...)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* for compatibility the default is PLHS (which only makes sense&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* in simulative MD02).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2009 22:25:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-md-sales-order-status-report/m-p/6241208#M1382158</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-10-03T22:25:18Z</dc:date>
    </item>
  </channel>
</rss>

