<?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: Problem in CS03 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-cs03/m-p/3168183#M753781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dharmishta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In such cases, you can "trace" the source of information by one of these two methods:&lt;/P&gt;&lt;P&gt;1. To check which all DB tables are being queried to get the pop up - and also analyze the query on the DB tables, you can start a SQL trace (ST05) on your user ID + transaction before you press enter in the CS03 screen. Once the pop up appears, stop the trace and display it. It will show you all the DB tables which have been accessed and you can also "explain" the queries. The where clauses might give you an idea of how the tables are being filtered, or which other tables are being queried there.&lt;/P&gt;&lt;P&gt;2. Switch on debug mode (/h in command box) and then press enter and place a break point on statement CALL FUNCTION. Normally, SAP would have encapsulated the code within a function module OR method for retrieving the popup details. Hence if this is the case, here then you can get the same and use it in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Dec 2007 10:48:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-25T10:48:05Z</dc:date>
    <item>
      <title>Problem in CS03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-cs03/m-p/3168182#M753780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In CS03 t-code,&lt;/P&gt;&lt;P&gt;I m providing Material no., Plant, Bom Usage and Alternative Bom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then pressing enter ,&lt;/P&gt;&lt;P&gt;another screen is displayed, in which all the bom component are dislayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my problem is that all this component are coming from STPO table as per my knowledge.&lt;/P&gt;&lt;P&gt;But for some material when i m matching o/p of cs03 against table it is not matching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help me to find out that from where this componets are coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or can anyone is able to give me the tables Related to the BOM.&lt;/STRONG&gt;&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, 25 Dec 2007 10:35:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-cs03/m-p/3168182#M753780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-25T10:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in CS03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-cs03/m-p/3168183#M753781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dharmishta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In such cases, you can "trace" the source of information by one of these two methods:&lt;/P&gt;&lt;P&gt;1. To check which all DB tables are being queried to get the pop up - and also analyze the query on the DB tables, you can start a SQL trace (ST05) on your user ID + transaction before you press enter in the CS03 screen. Once the pop up appears, stop the trace and display it. It will show you all the DB tables which have been accessed and you can also "explain" the queries. The where clauses might give you an idea of how the tables are being filtered, or which other tables are being queried there.&lt;/P&gt;&lt;P&gt;2. Switch on debug mode (/h in command box) and then press enter and place a break point on statement CALL FUNCTION. Normally, SAP would have encapsulated the code within a function module OR method for retrieving the popup details. Hence if this is the case, here then you can get the same and use it in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2007 10:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-cs03/m-p/3168183#M753781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-25T10:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in CS03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-cs03/m-p/3168184#M753782</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;Tables related to BOM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAST Material to BOM Link&lt;/P&gt;&lt;P&gt;EQST Equipment to BOM Link&lt;/P&gt;&lt;P&gt;STAS BOMs header&lt;/P&gt;&lt;P&gt;STKO BOM header&lt;/P&gt;&lt;P&gt;STPN BOM follow-Up control&lt;/P&gt;&lt;P&gt;STPO BOM item&lt;/P&gt;&lt;P&gt;STPU BOM sub-item&lt;/P&gt;&lt;P&gt;STST Standard BOM link&lt;/P&gt;&lt;P&gt;STVB Bills of material - Serialisation of posting&lt;/P&gt;&lt;P&gt;STZU Permanent BOM data&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;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2007 10:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-cs03/m-p/3168184#M753782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-25T10:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in CS03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-cs03/m-p/3168185#M753783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks of helping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 04:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-cs03/m-p/3168185#M753783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T04:27:53Z</dc:date>
    </item>
  </channel>
</rss>

