<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom/m-p/3348239#M802992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Check the table STAS and KDST.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vasanth M on Feb 4, 2008 1:58 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2008 12:55:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-04T12:55:29Z</dc:date>
    <item>
      <title>BOM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom/m-p/3348237#M802990</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;        STKO and STPO is the header and item table for BOM.&lt;/P&gt;&lt;P&gt;I've 3 alternative BOMs ,I want to know what is the correct items for 1st and for 2nd and for 3rd alternative BOMs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know how to find the items for each alternative BOMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 12:50:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom/m-p/3348237#M802990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T12:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: BOM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom/m-p/3348238#M802991</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;Lets assume i have a bom number: 1000000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume that it has 2 alternatives: 10, 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume that each alternative has 2 items each: 1000, 1010.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in STPO, items are not stored according to alternatives of BOM number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in order to find out the item number which corresponds to an alternative , you have to pass bom number to STAS and get the alternatives(STLAN) and get the node number STLKN. Using this you have to pass it to STPO to fetch the proper item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so entries will be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STPO: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STLNR STLKN ITEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1000000 000001 1010&lt;/P&gt;&lt;P&gt;1000000 000002 1020&lt;/P&gt;&lt;P&gt;1000000 000003 1010&lt;/P&gt;&lt;P&gt;1000000 000004 1020.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly in STAS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STLNR STLAN STLKN&lt;/P&gt;&lt;P&gt;1000000 10 000001&lt;/P&gt;&lt;P&gt;1000000 10 000002&lt;/P&gt;&lt;P&gt;1000000 20 000003&lt;/P&gt;&lt;P&gt;1000000 20 000004.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 12:53:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom/m-p/3348238#M802991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T12:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: BOM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom/m-p/3348239#M802992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Check the table STAS and KDST.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vasanth M on Feb 4, 2008 1:58 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 12:55:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom/m-p/3348239#M802992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T12:55:29Z</dc:date>
    </item>
  </channel>
</rss>

