<?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 Finding the Routing (any Function module) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-routing-any-function-module/m-p/4497431#M1064191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       I have to find the routing for a given material . &lt;/P&gt;&lt;P&gt;       Like i have to know which work centers involve in the production of the product . &lt;/P&gt;&lt;P&gt;       Please let me know any standard FM is available . &lt;/P&gt;&lt;P&gt;       If FM is not there please let me know the table links ...... &lt;/P&gt;&lt;P&gt;       I appreciate for any suggestions .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Sep 2008 13:42:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-29T13:42:36Z</dc:date>
    <item>
      <title>Finding the Routing (any Function module)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-routing-any-function-module/m-p/4497431#M1064191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       I have to find the routing for a given material . &lt;/P&gt;&lt;P&gt;       Like i have to know which work centers involve in the production of the product . &lt;/P&gt;&lt;P&gt;       Please let me know any standard FM is available . &lt;/P&gt;&lt;P&gt;       If FM is not there please let me know the table links ...... &lt;/P&gt;&lt;P&gt;       I appreciate for any suggestions .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 13:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-routing-any-function-module/m-p/4497431#M1064191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T13:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the Routing (any Function module)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-routing-any-function-module/m-p/4497432#M1064192</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;Check the below code where the work centre location is drawn &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select aufpl from afko into w_aufpl where aufnr = itab_display-aufnr.  &amp;lt;---- Production order &lt;/P&gt;&lt;P&gt; endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; clear afvc.&lt;/P&gt;&lt;P&gt;  select * from afvc where aufpl = w_aufpl&lt;/P&gt;&lt;P&gt;    and  steus   = 'PP03'.&lt;/P&gt;&lt;P&gt;  endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; clear crhd. &amp;lt;--- work centre header table &lt;/P&gt;&lt;P&gt;  select * from crhd where objid = afvc-arbid.&lt;/P&gt;&lt;P&gt;    exit.&lt;/P&gt;&lt;P&gt;  endselect.&lt;/P&gt;&lt;P&gt; if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt; t_stand = crhd-stand.   &amp;lt;---- Production Line &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;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Vind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 14:00:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-routing-any-function-module/m-p/4497432#M1064192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T14:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the Routing (any Function module)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-routing-any-function-module/m-p/4497433#M1064193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vind , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Thanks for the reply . &lt;/P&gt;&lt;P&gt;      I am new to SAP ,   I do have some questions ..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1) Can we find the routing if we give Material No and Plant .  ?? &lt;/P&gt;&lt;P&gt; 2)  Is Production order is a must to find the routing ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know . &lt;/P&gt;&lt;P&gt;My requirement is like find the routing process and then check those work centers against any open orders already assigned to that work center so that we can know when we can start production on that workcenter . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can we find workcenter depeneding on Material no and plant ...... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 14:27:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-routing-any-function-module/m-p/4497433#M1064193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T14:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the Routing (any Function module)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-routing-any-function-module/m-p/4497434#M1064194</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;    As far as i know the best process is to get through the production order as it is uniqe to get the work centre .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 14:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-routing-any-function-module/m-p/4497434#M1064194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T14:39:37Z</dc:date>
    </item>
  </channel>
</rss>

