<?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: Material  components in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1285037#M153704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check table &amp;lt;b&amp;gt;STPO, STKO and MAST&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can use this FM &amp;lt;b&amp;gt;CS_WHERE_USED_MAT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: begin of i_topmat occurs 0.
        include structure mc29s.
data: end of i_topmat.


data: begin of i_wultb occurs 0.
        include structure stpov.
data: end of i_wultb.


data: begin of i_equicat occurs 0.
        include structure cscequi.
data: end of i_equicat.


data: begin of i_kndcat occurs 0.
        include structure cscknd.
data: end of i_kndcat.


data: begin of i_matcat occurs 0.
        include structure cscmat.
data: end of i_matcat.


data: begin of i_prjcat occurs 0.
        include structure cscprj.
data: end of i_prjcat.


data: begin of i_stdcat occurs 0.
        include structure cscstd.
data: end of i_stdcat.


data: begin of i_tplcat occurs 0.
        include structure csctpl.
data: end of i_tplcat.


refresh: i_topmat, i_wultb.


call function 'CS_WHERE_USED_MAT'
  exporting
   datub                      = sy-datum
   datuv                      = sy-datum
   matnr                      = wa_matnr
   werks                      = wa_werks
  importing
    topmat                     = i_topmat
  tables
    wultb                      = i_wultb
    equicat                    = i_equicat
    kndcat                     = i_kndcat
    matcat                     = i_matcat
    stdcat                     = i_stdcat
    tplcat                     = i_tplcat
  exceptions
    call_invalid               = 1
    material_not_found         = 2
    no_where_used_rec_found    = 3
    no_where_used_rec_selected = 4
    no_where_used_rec_valid    = 5
    others                     = 6.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Apr 2006 13:10:14 GMT</pubDate>
    <dc:creator>ferry_lianto</dc:creator>
    <dc:date>2006-04-04T13:10:14Z</dc:date>
    <item>
      <title>Material  components</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1285033#M153700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As u know one material is a combination of small components(bill of materials) i want to know where all thse things like what are the componetes and their charactaristics are stored.&lt;/P&gt;&lt;P&gt; say one mateial is a combination of two things and for each combination we can have different materials,&lt;/P&gt;&lt;P&gt;where this data is stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 12:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1285033#M153700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T12:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Material  components</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1285034#M153701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai ram,&lt;/P&gt;&lt;P&gt; The transaction CS03 displays the bom components of the material.&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 12:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1285034#M153701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T12:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Material  components</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1285035#M153702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STKO for BOM Header&lt;/P&gt;&lt;P&gt;STPO for BOM Item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 13:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1285035#M153702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T13:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Material  components</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1285036#M153703</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;you can get the info from tables STPO and STKO.&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 13:10:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1285036#M153703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T13:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Material  components</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1285037#M153704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check table &amp;lt;b&amp;gt;STPO, STKO and MAST&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can use this FM &amp;lt;b&amp;gt;CS_WHERE_USED_MAT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: begin of i_topmat occurs 0.
        include structure mc29s.
data: end of i_topmat.


data: begin of i_wultb occurs 0.
        include structure stpov.
data: end of i_wultb.


data: begin of i_equicat occurs 0.
        include structure cscequi.
data: end of i_equicat.


data: begin of i_kndcat occurs 0.
        include structure cscknd.
data: end of i_kndcat.


data: begin of i_matcat occurs 0.
        include structure cscmat.
data: end of i_matcat.


data: begin of i_prjcat occurs 0.
        include structure cscprj.
data: end of i_prjcat.


data: begin of i_stdcat occurs 0.
        include structure cscstd.
data: end of i_stdcat.


data: begin of i_tplcat occurs 0.
        include structure csctpl.
data: end of i_tplcat.


refresh: i_topmat, i_wultb.


call function 'CS_WHERE_USED_MAT'
  exporting
   datub                      = sy-datum
   datuv                      = sy-datum
   matnr                      = wa_matnr
   werks                      = wa_werks
  importing
    topmat                     = i_topmat
  tables
    wultb                      = i_wultb
    equicat                    = i_equicat
    kndcat                     = i_kndcat
    matcat                     = i_matcat
    stdcat                     = i_stdcat
    tplcat                     = i_tplcat
  exceptions
    call_invalid               = 1
    material_not_found         = 2
    no_where_used_rec_found    = 3
    no_where_used_rec_selected = 4
    no_where_used_rec_valid    = 5
    others                     = 6.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 13:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1285037#M153704</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-04-04T13:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Material  components</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1285038#M153705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;GET THE CLASSIFICATION AND CHARACTERISTICS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;lt;b&amp;gt;CLAF_CLASSIFICATION_OF_OBJECTS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Tables&lt;/P&gt;&lt;P&gt;KONH&lt;/P&gt;&lt;P&gt;A901&lt;/P&gt;&lt;P&gt;A057&lt;/P&gt;&lt;P&gt;A004&lt;/P&gt;&lt;P&gt;MARA&lt;/P&gt;&lt;P&gt;MARC&lt;/P&gt;&lt;P&gt;MAKT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 13:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1285038#M153705</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-04-04T13:23:24Z</dc:date>
    </item>
  </channel>
</rss>

