<?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: Record selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661024#M1096554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT...UP TO 800 ROWS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will result in max 800 hits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2008 08:42:22 GMT</pubDate>
    <dc:creator>MarcinPciak</dc:creator>
    <dc:date>2008-10-17T08:42:22Z</dc:date>
    <item>
      <title>Record selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661023#M1096553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is any way by which we can restrict the record of database to be selected , for example if my table have 1000 record and &lt;/P&gt;&lt;P&gt;i am interested in picking record from row 500 to 800 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sanju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 08:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661023#M1096553</guid>
      <dc:creator>sanju_joseph</dc:creator>
      <dc:date>2008-10-17T08:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Record selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661024#M1096554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT...UP TO 800 ROWS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will result in max 800 hits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 08:42:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661024#M1096554</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2008-10-17T08:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Record selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661025#M1096555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure you can choose rows 500-800 but you could use the UP TO X ROWS clause in the select statement (set X to 800) to retrieve the first 800 rows and then discard the first 499.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 08:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661025#M1096555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T08:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Record selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661026#M1096556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i think this will happend with setting a flag(a new field)  in database table and populate it with X .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 08:43:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661026#M1096556</guid>
      <dc:creator>former_member203501</dc:creator>
      <dc:date>2008-10-17T08:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Record selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661027#M1096557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply,but i am interested at time of selection , and don';t want to do any calcualtion after that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 08:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661027#M1096557</guid>
      <dc:creator>sanju_joseph</dc:creator>
      <dc:date>2008-10-17T08:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Record selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661028#M1096558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set default values to your select-option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Initialization .
S_option-low = 500.
S_option-high = 800.
S_option-sign = 'I'.
S_option-option = 'BT'..

append S_option.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Always Learner on Oct 17, 2008 10:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 08:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661028#M1096558</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2008-10-17T08:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Record selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661029#M1096559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can initialise in select-options,&lt;/P&gt;&lt;P&gt;or while writing it you use&lt;/P&gt;&lt;P&gt;loop at itab from 500 to 800.&lt;/P&gt;&lt;P&gt;write:/&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: janagar sundaramoorthy on Oct 17, 2008 10:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 08:52:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661029#M1096559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T08:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Record selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661030#M1096560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;flag option specified by venkat looks good , but the real question is if some new records are inserted in table then flag should&lt;/P&gt;&lt;P&gt;hold the value of the row it is pointing to , don;t know how that&lt;/P&gt;&lt;P&gt;can be done automatically&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 08:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection/m-p/4661030#M1096560</guid>
      <dc:creator>sanju_joseph</dc:creator>
      <dc:date>2008-10-17T08:56:35Z</dc:date>
    </item>
  </channel>
</rss>

