<?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: BOM - Q in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-q/m-p/6583023#M1434687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this function module to display a single-level material BOM. Any assemblies in the BOM are not exploded.&lt;/P&gt;&lt;P&gt;chk this help doc.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/ru/92/58b507417011d189ec0000e81ddfac/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/ru/92/58b507417011d189ec0000e81ddfac/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use  BAPI_MATERIAL_BOM_GROUP_CREATE ,which will create a BOM for a material&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Feb 2010 14:10:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-03T14:10:14Z</dc:date>
    <item>
      <title>BOM - Q</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-q/m-p/6583020#M1434684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a question at hand which needs help!!!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a &lt;STRONG&gt;list of meaterials&lt;/STRONG&gt; with associated meaterial number.(say I have 20 meaterials)&lt;/P&gt;&lt;P&gt;I need to find the Meaterial BOM's(transaction cs03)- the root BOM,which contain one of these &lt;STRONG&gt;list of meaterials&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;condition being(need BOM'S where)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where MARA-matkl = 'xyz' OR knvv-kdgrp = 'abc'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any Function Module or class functions to do this.If not what is the best way to proceed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is to say in short,&lt;/P&gt;&lt;P&gt;-Have to loop through these 20 meaterials one at a time&lt;/P&gt;&lt;P&gt;-Find the Meaterial BOM's which contain the first meaterial satisfying the condition.&lt;/P&gt;&lt;P&gt;-Store all the BOM's containing this meaterial in a list or so.&lt;/P&gt;&lt;P&gt;-loop to the 2nd meateral and find the BOm's containing the 2nd meaterial and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 20:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-q/m-p/6583020#M1434684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T20:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: BOM - Q</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-q/m-p/6583021#M1434685</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;Please use this function module &lt;/P&gt;&lt;P&gt;CSAP_MAT_BOM_READ&lt;/P&gt;&lt;P&gt;here in import pass the material number (MATERIAL) and  BOM_USAGE &lt;/P&gt;&lt;P&gt;and get the list of bom's in tables - T_STPO and T_STKO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hiren K.Chitalia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 04:14:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-q/m-p/6583021#M1434685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T04:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: BOM - Q</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-q/m-p/6583022#M1434686</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;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Iam new to ABAp and Iam trying to fulfill a task using this Function Module.&lt;/P&gt;&lt;P&gt;Regarding the "csap_mat_bom_read" module ,I would like to clear up some things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Interface of this function module I see the "Tables" key word as well.Should I have to pass the T_stpo and T_stko structure when calling the function so that it is filled up after the function returns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;*"      T_STPO STRUCTURE  STPO_API02 OPTIONAL&lt;/P&gt;&lt;P&gt;*"      T_STKO STRUCTURE  STKO_API02 OPTIONAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The T_stko and t_stpo,are they itabs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The meaterial number, Iam passing in as input parameter.In which returned table will I find it in the header(stko) or in the position table(stpo).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So If I pass in a meaterial number and if this meaterial is contained in 2 BOm's.&lt;/P&gt;&lt;P&gt;the stko - contains the header items of the 2 boms(I assume).ie: 2 rows in the itab.&lt;/P&gt;&lt;P&gt;the stpo - what does it contain?It has to contain the componenent meaterials of the 2 Bom's..right...How is it stored..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please enlighten me.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 13:57:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-q/m-p/6583022#M1434686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T13:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: BOM - Q</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-q/m-p/6583023#M1434687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this function module to display a single-level material BOM. Any assemblies in the BOM are not exploded.&lt;/P&gt;&lt;P&gt;chk this help doc.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/ru/92/58b507417011d189ec0000e81ddfac/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/ru/92/58b507417011d189ec0000e81ddfac/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use  BAPI_MATERIAL_BOM_GROUP_CREATE ,which will create a BOM for a material&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 14:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-q/m-p/6583023#M1434687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T14:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: BOM - Q</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-q/m-p/6583024#M1434688</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 only single level root BOM's for each loop on the "list of meaterials"&lt;/P&gt;&lt;P&gt;Have modified my 1st post as follows.Thats what I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list of meaterials with associated meaterial number.(say I have 20 meaterials)&lt;/P&gt;&lt;P&gt;I need to find the Meaterial BOM's- the root(Header) Meaterial BOM,which contain one of these list of meaterials as a child.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any Function Module or class functions to do this.If not what is the best way to proceed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is to say in short,&lt;/P&gt;&lt;P&gt;-Have to loop through these 20 meaterials one at a time&lt;/P&gt;&lt;P&gt;-Find the root BOM's which contain the first meaterial as child satisfying the condition.&lt;/P&gt;&lt;P&gt;-Store the root BOM's containing this meaterial in a list or so.(there could be 1 or more bom which contain this meaterial as child)&lt;/P&gt;&lt;P&gt;-loop to the 2nd meateral and find the root BOm's containing the 2nd meaterial as child and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 2nd post are questions if I need to use the suggested FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam desperate for a solution:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pazzuzu on Feb 3, 2010 3:48 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pazzuzu on Feb 3, 2010 3:55 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 14:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-q/m-p/6583024#M1434688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T14:29:36Z</dc:date>
    </item>
  </channel>
</rss>

