<?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: regarding 'Select'  statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/4915283#M1147408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use for all entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from glpct &lt;/P&gt;&lt;P&gt;           into t_glpct&lt;/P&gt;&lt;P&gt;           for all entries in t_glrepair&lt;/P&gt;&lt;P&gt;           where RACCT GE t_glrepair-valfrom&lt;/P&gt;&lt;P&gt;           and RACCT LE t_glrepair-valfrom.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Dec 2008 11:22:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-26T11:22:27Z</dc:date>
    <item>
      <title>regarding 'Select'  statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/4915282#M1147407</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;I  coded the 'Select' statement like this &lt;/P&gt;&lt;P&gt;SELECT SETCLASS&lt;/P&gt;&lt;P&gt;       SUBCLASS&lt;/P&gt;&lt;P&gt;       SETNAME&lt;/P&gt;&lt;P&gt;       VALFROM&lt;/P&gt;&lt;P&gt;       VALTO    FROM SETLEAF INTO TABLE T_GLREPAIR WHERE SETCLASS = '0109'&lt;/P&gt;&lt;P&gt;                                             AND SUBCLASS  = 'TEIL'&lt;/P&gt;&lt;P&gt;                                             AND SETNAME  = '10001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now  i will get account range based on Valfrom and Valto for the Account group '10001'..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to bring HSL01 and HSL02 values from GLPCT for all the accounts that are between Valfrom and Valto into another internal table. How can i pass this range into RACCT of GLPCT table.Please help in solving this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;K Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2008 11:15:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/4915282#M1147407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-26T11:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: regarding 'Select'  statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/4915283#M1147408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use for all entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from glpct &lt;/P&gt;&lt;P&gt;           into t_glpct&lt;/P&gt;&lt;P&gt;           for all entries in t_glrepair&lt;/P&gt;&lt;P&gt;           where RACCT GE t_glrepair-valfrom&lt;/P&gt;&lt;P&gt;           and RACCT LE t_glrepair-valfrom.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2008 11:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/4915283#M1147408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-26T11:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: regarding 'Select'  statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/4915284#M1147409</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT T_GLREPAIR .&lt;/P&gt;&lt;P&gt;Select single from GLPCT into &amp;lt;workarea&amp;gt; where...&lt;/P&gt;&lt;P&gt;Now u check whether the value which u want to select is between VALFROM and VALTO. If yes then &lt;/P&gt;&lt;P&gt;append to another internal table.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2008 11:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/4915284#M1147409</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-12-26T11:29:04Z</dc:date>
    </item>
  </channel>
</rss>

