<?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 Identify parent and child BOM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-parent-and-child-bom/m-p/5589581#M1274291</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;I need to identify who's the parent item and the child item after use 'CS_BOM_EXPL_MAT_V2'. &lt;/P&gt;&lt;P&gt;I know how view this through transactions like IE03 or CS03. But I want save this information in an internal table. &lt;/P&gt;&lt;P&gt;Please give me a code example. I saw similar post but I didn't understand it. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2009 16:17:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-05T16:17:50Z</dc:date>
    <item>
      <title>Identify parent and child BOM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-parent-and-child-bom/m-p/5589581#M1274291</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;I need to identify who's the parent item and the child item after use 'CS_BOM_EXPL_MAT_V2'. &lt;/P&gt;&lt;P&gt;I know how view this through transactions like IE03 or CS03. But I want save this information in an internal table. &lt;/P&gt;&lt;P&gt;Please give me a code example. I saw similar post but I didn't understand it. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 16:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-parent-and-child-bom/m-p/5589581#M1274291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T16:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Identify parent and child BOM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-parent-and-child-bom/m-p/5589582#M1274292</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;Use this function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="Code"&gt;
 CALL FUNCTION 'CSAP_MAT_BOM_READ'
    EXPORTING
      material   = p_assy
      plant      = p_plant
      bom_usage  = p_usage
      change_no  = p_chgnm
    TABLES
      t_stpo     = t_bom
      t_dep_data = t_dep_data
    EXCEPTIONS
      error      = 1
      OTHERS     = 2.

  IF sy-subrc &amp;lt;&amp;gt; 0 OR t_dep_data[] IS INITIAL.
    RETURN.
  ENDIF.

&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 16:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-parent-and-child-bom/m-p/5589582#M1274292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T16:40:30Z</dc:date>
    </item>
  </channel>
</rss>

