<?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: select statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/1120426#M108800</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 use a 'Funtion Module' :&lt;/P&gt;&lt;P&gt; (ex)&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CSAP_MAT_BOM_ITEM_SELECT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_STPO                     =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      material                   = p_material&lt;/P&gt;&lt;P&gt;      plant                      = p_plant&lt;/P&gt;&lt;P&gt;      bom_usage                  = p_bom_usage&lt;/P&gt;&lt;P&gt;      alternative                = p_alternative&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    VALID_FROM                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    VALID_TO                   =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      fl_material_check          = 'X'&lt;/P&gt;&lt;P&gt;      fl_foreign_key_check       = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    FL_WARNING                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      t_stpo                     = tbl_stpo&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      error                      = 1&lt;/P&gt;&lt;P&gt;      OTHERS                     = 2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if you find a material header - (BOM Header)&lt;/P&gt;&lt;P&gt; then you can use above that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; make sure function parameters and &lt;/P&gt;&lt;P&gt; structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; then... Bye... (Good Luck; GL) ^^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jan 2006 05:37:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-06T05:37:32Z</dc:date>
    <item>
      <title>select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/1120424#M108798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends,&lt;/P&gt;&lt;P&gt;I have 2 tables: MARA, STPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a report all MATNR(material no.s) are displayed in the output as of now. Now i have to dispaly the BOM(STPO-IDNRK)for the corresponding MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how to write the select statement for this.&lt;/P&gt;&lt;P&gt;plz help me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2006 22:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/1120424#M108798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-05T22:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/1120425#M108799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please check this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="858842"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: Award points if you find this useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2006 05:23:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/1120425#M108799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-06T05:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/1120426#M108800</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 use a 'Funtion Module' :&lt;/P&gt;&lt;P&gt; (ex)&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CSAP_MAT_BOM_ITEM_SELECT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_STPO                     =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      material                   = p_material&lt;/P&gt;&lt;P&gt;      plant                      = p_plant&lt;/P&gt;&lt;P&gt;      bom_usage                  = p_bom_usage&lt;/P&gt;&lt;P&gt;      alternative                = p_alternative&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    VALID_FROM                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    VALID_TO                   =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      fl_material_check          = 'X'&lt;/P&gt;&lt;P&gt;      fl_foreign_key_check       = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    FL_WARNING                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      t_stpo                     = tbl_stpo&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      error                      = 1&lt;/P&gt;&lt;P&gt;      OTHERS                     = 2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if you find a material header - (BOM Header)&lt;/P&gt;&lt;P&gt; then you can use above that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; make sure function parameters and &lt;/P&gt;&lt;P&gt; structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; then... Bye... (Good Luck; GL) ^^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2006 05:37:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/1120426#M108800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-06T05:37:32Z</dc:date>
    </item>
  </channel>
</rss>

