<?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/1246878#M143806</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;Pass '1' to field STLAN while querying MAST to get the BOM number, pass the bom number to get components from STPO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Mar 2006 11:16:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-27T11:16:34Z</dc:date>
    <item>
      <title>material components</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1246876#M143804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for each material find whether the components exist for that material. In case it is a production BOM retrieve all the components from the MAST, STPO and STKO tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to fetch that and what is production bom means&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 10:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1246876#M143804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T10:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: material components</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1246877#M143805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janardhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A production BOM refers to the BOM usage (STLAN). &lt;/P&gt;&lt;P&gt;All the components that are needed to produce a material will be a part of the production BOM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easiest way to retrieve data is to do a select join on the three tables ( MAST, STKO, and STPO )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know that the BOM Category ( STLTY = 'M') then you can also use the function module :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              capid                 = space&lt;/P&gt;&lt;P&gt;              datuv                 = sy-datum&lt;/P&gt;&lt;P&gt;              mtnrv                 = material number&lt;/P&gt;&lt;P&gt;              stlal                 = '01'&lt;/P&gt;&lt;P&gt;              stlan                 = '1'      "prod bom &lt;/P&gt;&lt;P&gt;              werks                 = space    &lt;/P&gt;&lt;P&gt;              mehrs                 = 'X'&lt;/P&gt;&lt;P&gt;         IMPORTING&lt;/P&gt;&lt;P&gt;              topmat                = v_topmat&lt;/P&gt;&lt;P&gt;              dstst                 = v_dstst&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              stb                   = vit_stb&lt;/P&gt;&lt;P&gt;         EXCEPTIONS&lt;/P&gt;&lt;P&gt;             OTHERS                = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Urmila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 10:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1246877#M143805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T10:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: material components</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1246878#M143806</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;Pass '1' to field STLAN while querying MAST to get the BOM number, pass the bom number to get components from STPO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 11:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-components/m-p/1246878#M143806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T11:16:34Z</dc:date>
    </item>
  </channel>
</rss>

