<?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 Material Forecasting Tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-forecasting-tables/m-p/5115294#M1186586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm have a requirement where I need to show the material forecast value for each period, as we can be seen in the transaction MM03 forecasting view.   My problem is that I cannot found a FM or the correct tables sequence to get this data into an Abap Report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using this Select:&lt;/P&gt;&lt;P&gt; SELECT  mapr&lt;SUB&gt;matnr mapr&lt;/SUB&gt;werks mapr~pnum1&lt;/P&gt;&lt;P&gt;          prop&lt;SUB&gt;hsnum prop&lt;/SUB&gt;pnum2 prop~prdat&lt;/P&gt;&lt;P&gt;          prow&lt;SUB&gt;ertag prow&lt;/SUB&gt;prwrt prow~koprw&lt;/P&gt;&lt;P&gt;    INTO CORRESPONDING FIELDS OF TABLE p_t_forec&lt;/P&gt;&lt;P&gt;             FROM mapr&lt;/P&gt;&lt;P&gt;             INNER JOIN prop&lt;/P&gt;&lt;P&gt;               ON mapr&lt;SUB&gt;pnum1 = prop&lt;/SUB&gt;pnum1&lt;/P&gt;&lt;P&gt;             INNER JOIN prow&lt;/P&gt;&lt;P&gt;               ON prop&lt;SUB&gt;prdat = prow&lt;/SUB&gt;ertag&lt;/P&gt;&lt;P&gt;              AND prop&lt;SUB&gt;pnum2 = prow&lt;/SUB&gt;pnum2&lt;/P&gt;&lt;P&gt;             FOR ALL entries IN t_mara&lt;/P&gt;&lt;P&gt;             WHERE mapr~matnr EQ t_mara-matnr&lt;/P&gt;&lt;P&gt;               AND mapr~werks IN s_werks&lt;/P&gt;&lt;P&gt;               AND prop~hsnum = '00'&lt;/P&gt;&lt;P&gt;               AND prow~ertag = v_first_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have noticed that I cannot get the data as I can see through MM03 - forecasting view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciated if someone can help me in this matter&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;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2009 20:53:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-29T20:53:49Z</dc:date>
    <item>
      <title>Material Forecasting Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-forecasting-tables/m-p/5115294#M1186586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm have a requirement where I need to show the material forecast value for each period, as we can be seen in the transaction MM03 forecasting view.   My problem is that I cannot found a FM or the correct tables sequence to get this data into an Abap Report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using this Select:&lt;/P&gt;&lt;P&gt; SELECT  mapr&lt;SUB&gt;matnr mapr&lt;/SUB&gt;werks mapr~pnum1&lt;/P&gt;&lt;P&gt;          prop&lt;SUB&gt;hsnum prop&lt;/SUB&gt;pnum2 prop~prdat&lt;/P&gt;&lt;P&gt;          prow&lt;SUB&gt;ertag prow&lt;/SUB&gt;prwrt prow~koprw&lt;/P&gt;&lt;P&gt;    INTO CORRESPONDING FIELDS OF TABLE p_t_forec&lt;/P&gt;&lt;P&gt;             FROM mapr&lt;/P&gt;&lt;P&gt;             INNER JOIN prop&lt;/P&gt;&lt;P&gt;               ON mapr&lt;SUB&gt;pnum1 = prop&lt;/SUB&gt;pnum1&lt;/P&gt;&lt;P&gt;             INNER JOIN prow&lt;/P&gt;&lt;P&gt;               ON prop&lt;SUB&gt;prdat = prow&lt;/SUB&gt;ertag&lt;/P&gt;&lt;P&gt;              AND prop&lt;SUB&gt;pnum2 = prow&lt;/SUB&gt;pnum2&lt;/P&gt;&lt;P&gt;             FOR ALL entries IN t_mara&lt;/P&gt;&lt;P&gt;             WHERE mapr~matnr EQ t_mara-matnr&lt;/P&gt;&lt;P&gt;               AND mapr~werks IN s_werks&lt;/P&gt;&lt;P&gt;               AND prop~hsnum = '00'&lt;/P&gt;&lt;P&gt;               AND prow~ertag = v_first_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have noticed that I cannot get the data as I can see through MM03 - forecasting view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciated if someone can help me in this matter&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;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 20:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-forecasting-tables/m-p/5115294#M1186586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T20:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Material Forecasting Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-forecasting-tables/m-p/5115295#M1186587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you check FM - MATERIAL_FORECAST_DISPLAY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 21:47:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-forecasting-tables/m-p/5115295#M1186587</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2009-01-29T21:47:12Z</dc:date>
    </item>
  </channel>
</rss>

