<?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: Get routing component allocation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-routing-component-allocation/m-p/5345794#M1231117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try function module "CARO_ROUTING_READ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table parameter :"COM_TAB: Component allocation details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2009 11:14:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-09T11:14:18Z</dc:date>
    <item>
      <title>Get routing component allocation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-routing-component-allocation/m-p/5345792#M1231115</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;In a routing when clicking on button "ComAlloc" we can see list of component allocations.&lt;/P&gt;&lt;P&gt;In a program I need to get this list, I need the links component/operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function module to get component allocations for a routing ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julien SCHNEERBERGER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 09:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-routing-component-allocation/m-p/5345792#M1231115</guid>
      <dc:creator>former_member770378</dc:creator>
      <dc:date>2009-03-09T09:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get routing component allocation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-routing-component-allocation/m-p/5345793#M1231116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure but you can try the CSAP_MAT_BOM_ITEM_SELECT function module. Hope this solves your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 10:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-routing-component-allocation/m-p/5345793#M1231116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T10:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get routing component allocation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-routing-component-allocation/m-p/5345794#M1231117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try function module "CARO_ROUTING_READ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table parameter :"COM_TAB: Component allocation details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 11:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-routing-component-allocation/m-p/5345794#M1231117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T11:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get routing component allocation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-routing-component-allocation/m-p/5345795#M1231118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CARO_ROUTING_READ doesn't returns the same lines, in my sample CA03 display 11 lines, but function module returns only one line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 12:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-routing-component-allocation/m-p/5345795#M1231118</guid>
      <dc:creator>former_member770378</dc:creator>
      <dc:date>2009-03-10T12:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get routing component allocation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-routing-component-allocation/m-p/5345796#M1231119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i do not think them there is any standard function module which can do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try hitting database tabel : PLMZ in combuination with PLPO and PLAS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 13:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-routing-component-allocation/m-p/5345796#M1231119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T13:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get routing component allocation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-routing-component-allocation/m-p/5345797#M1231120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 14:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-routing-component-allocation/m-p/5345797#M1231120</guid>
      <dc:creator>former_member770378</dc:creator>
      <dc:date>2010-07-27T14:57:16Z</dc:date>
    </item>
  </channel>
</rss>

