<?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 BOM Recursive logic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-recursive-logic/m-p/3862655#M928413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I need a logic for re-cursive call.I am drilling down the BOM components.Example as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have A as header with B as component and again B may have C as component again C may have D and E as components in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if I pass A i should find B,C,D,E,F.&lt;/P&gt;&lt;P&gt;Please suggest somebody some idea how to get this logic?&lt;/P&gt;&lt;P&gt;I am using the function module CS_BOM_EXPL_MAT_V2 to get the components of a BOM.&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;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2008 06:42:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-23T06:42:19Z</dc:date>
    <item>
      <title>BOM Recursive logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-recursive-logic/m-p/3862655#M928413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I need a logic for re-cursive call.I am drilling down the BOM components.Example as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have A as header with B as component and again B may have C as component again C may have D and E as components in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if I pass A i should find B,C,D,E,F.&lt;/P&gt;&lt;P&gt;Please suggest somebody some idea how to get this logic?&lt;/P&gt;&lt;P&gt;I am using the function module CS_BOM_EXPL_MAT_V2 to get the components of a BOM.&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;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 06:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-recursive-logic/m-p/3862655#M928413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T06:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: BOM Recursive logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-recursive-logic/m-p/3862656#M928414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mahesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would assume that if you set IMPORTING parameter &lt;STRONG&gt;MEHRS&lt;/STRONG&gt; ( &lt;EM&gt;Multi-level explosion&lt;/EM&gt; ) &lt;STRONG&gt;= 'X'&lt;/STRONG&gt; and do not restrict the multi-level explosion then you should get the entire hierarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2008 20:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-recursive-logic/m-p/3862656#M928414</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-05-25T20:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: BOM Recursive logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-recursive-logic/m-p/3862657#M928415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use cs_mat_bom_read.&lt;/P&gt;&lt;P&gt;after boming once loop over stb internal table and within the loop check the phantom field. if it's equal to X call this form itself and so and so ..&lt;/P&gt;&lt;P&gt;It's very easy to implement.&lt;/P&gt;&lt;P&gt;If you want the source code I'll attach it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rebeka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2008 21:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-recursive-logic/m-p/3862657#M928415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-25T21:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: BOM Recursive logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-recursive-logic/m-p/3862658#M928416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rebecca,&lt;/P&gt;&lt;P&gt;can you send the code you mentioned to perform recursive logic?  It would be most helpful if you can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 May 2010 05:44:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-recursive-logic/m-p/3862658#M928416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-23T05:44:19Z</dc:date>
    </item>
  </channel>
</rss>

