<?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: Filter material in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-material/m-p/7615282#M1569778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi damon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you mach fetch the maerial class MARA-MATKL. If it is 'RAW', delete the unwanted levels STB-STUFE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Jan 2011 15:07:06 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2011-01-01T15:07:06Z</dc:date>
    <item>
      <title>Filter material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-material/m-p/7615281#M1569777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,experts, after i call function "CS_BOM_EXPL_MAT_V2",i got the exploded BOM material data,if it have raw material,i only want to reserve the first level raw material,and remove all  the lower level material,leave other material type as it is,how can i achieve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jan 2011 07:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-material/m-p/7615281#M1569777</guid>
      <dc:creator>former_member533538</dc:creator>
      <dc:date>2011-01-01T07:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filter material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-material/m-p/7615282#M1569778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi damon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you mach fetch the maerial class MARA-MATKL. If it is 'RAW', delete the unwanted levels STB-STUFE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jan 2011 15:07:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-material/m-p/7615282#M1569778</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-01-01T15:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Filter material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-material/m-p/7615283#M1569779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get all the BOM data into an internal table ITAB and then -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data itab like jtab occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;select single * from mara where matnr = itab-matnr.&lt;/P&gt;&lt;P&gt;if mara-mtart = 'ROH'&lt;/P&gt;&lt;P&gt;and itab-stufe &amp;gt; 1.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;move-corresponding itab to jtab.&lt;/P&gt;&lt;P&gt;Append JTAB.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--- your JTAB has the value you want .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pankaj Singh on Jan 1, 2011 9:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jan 2011 15:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-material/m-p/7615283#M1569779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-01T15:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filter material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-material/m-p/7615284#M1569780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,my point is i don't want to explode the raw material BOM,other material type will be exploded,and the first level raw material may exist in different stufe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Jan 2011 07:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-material/m-p/7615284#M1569780</guid>
      <dc:creator>former_member533538</dc:creator>
      <dc:date>2011-01-02T07:21:18Z</dc:date>
    </item>
  </channel>
</rss>

