<?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: Link Between Produntion Orders and MRP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-produntion-orders-and-mrp/m-p/1385795#M187816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Need the Link Between to Production Orders.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jul 2006 19:03:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-20T19:03:52Z</dc:date>
    <item>
      <title>Link Between Produntion Orders and MRP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-produntion-orders-and-mrp/m-p/1385793#M187814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have the following scenario:&lt;/P&gt;&lt;P&gt;	1 - I have created Sales Order to material XPTO&lt;/P&gt;&lt;P&gt;	2 - Then executed the MRP to created the Production Order&lt;/P&gt;&lt;P&gt;	3 - The MRP have created 2 Productions Orders (One for Material XPTO and other to material XTPO1, that is need to product the Material XPTO). Whe are not using Collective Orders).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	But a need the relations between the to Orders. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        At the transaction MD4C can see the connection off the 2 Orders. Can some one tell me the tables where this info is??? And the link Between this tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;&lt;P&gt;PMR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 18:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-produntion-orders-and-mrp/m-p/1385793#M187814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-20T18:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Link Between Produntion Orders and MRP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-produntion-orders-and-mrp/m-p/1385794#M187815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="145456"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;TM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 18:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-produntion-orders-and-mrp/m-p/1385794#M187815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-20T18:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Link Between Produntion Orders and MRP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-produntion-orders-and-mrp/m-p/1385795#M187816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Need the Link Between to Production Orders.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 19:03:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-produntion-orders-and-mrp/m-p/1385795#M187816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-20T19:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Link Between Produntion Orders and MRP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-produntion-orders-and-mrp/m-p/1385796#M187817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pedro , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check these steps in that program&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; SELECT SINGLE * FROM MDFA                                                
        WHERE AUFNR = AUFNR                                               
        AND   POSNR = AUFPS.                                              
   MESSAGE E015 WITH AUFNR AUFPS.  "Fertigungsauftrag nicht vorhanden     
   PERFORM PEGGING                                                        
           USING MDFA-MATNR MDFA-PLWRK LS_MDLV-BERID                      
                 DELKZ MDFA-AUFNR MDFA-POSNR NULL.                                                                                
PERFORM CHECK_PRODUCTION_ORDER USING RM61O-AUFNR RM61O-AUFPS.          
 CALL FUNCTION 'MD_NETWORK_REPORT'                                        
      EXPORTING  AUFNR              = RM61O-NETPL                         
                 AVAILABILITY_CHECK = AVL_CHECK                           
                 NO_SAVETY_STOCK    = RM61O-SSTNO                         
      EXCEPTIONS ERROR              = 1.                                 &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>Fri, 21 Jul 2006 05:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-produntion-orders-and-mrp/m-p/1385796#M187817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T05:07:46Z</dc:date>
    </item>
  </channel>
</rss>

