<?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: Production Orders in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/1561969#M254040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get the confirmed latest orders in AFRU table.Sort the resuts by RMZHL descending.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Sep 2006 04:29:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-21T04:29:52Z</dc:date>
    <item>
      <title>Production Orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/1561967#M254038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I get the latest production orders for the whole work week except for the current week. I'm looking at table afpo, afko, mseg and mkpf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 01:52:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/1561967#M254038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T01:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Production Orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/1561968#M254039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  select afru~wablnr as mblnr          "Material Doc. no.
         afru~werks                    "Plant
         afru~aufnr                    "Order no.
         afru~iedd  as budat           "Order Posting Date
         afru~budat                    "Order Posting Date
         afru~lmnga
         afru~stokz
         afru~vornr
         afpo~matnr                    "Material no.
         afpo~wemng                    "Net.QTY "Prabhu 5.5.5.
    into corresponding fields of table t_fert
    from afru
    inner join afpo
      on   afru~aufnr = afpo~aufnr
    where  afru~budat  in s_budat
    and    afru~werks  in r_werks
    and    afru~wablnr ne space
    and    afru~stokz  ne 'X'           "Document not cancelled
    and    afru~stzhl  = '00000000'
    and    afpo~matnr  in s_matnr
    and    afpo~pwerk  in r_werks. "Prabhu On 1.1.2005&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 04:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/1561968#M254039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T04:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Production Orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/1561969#M254040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get the confirmed latest orders in AFRU table.Sort the resuts by RMZHL descending.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 04:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/1561969#M254040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T04:29:52Z</dc:date>
    </item>
  </channel>
</rss>

