<?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-options values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-values/m-p/2771068#M645672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you probably select some data in a table from you select-options... in this case you do a loop on internal table containing results and you do a NEW-PAGE each time it is needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you just want to go through numbers 100 to 200 then you can use WHILE counter IN so_count and increment your counter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 09:40:46 GMT</pubDate>
    <dc:creator>franois_henrotte</dc:creator>
    <dc:date>2007-09-18T09:40:46Z</dc:date>
    <item>
      <title>select-options values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-values/m-p/2771067#M645671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;  experts plz aswer and get points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  in select-options ,i put range 100 to 200.can i display 101,102,103,104.....199&lt;/P&gt;&lt;P&gt;  on every new page in report and how to create a page break in report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 05:22:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-values/m-p/2771067#M645671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T05:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: select-options values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-values/m-p/2771068#M645672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you probably select some data in a table from you select-options... in this case you do a loop on internal table containing results and you do a NEW-PAGE each time it is needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you just want to go through numbers 100 to 200 then you can use WHILE counter IN so_count and increment your counter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-values/m-p/2771068#M645672</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2007-09-18T09:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: select-options values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-values/m-p/2771069#M645673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but i m taking values for select-options from standard table,so how can take rom internal table,if possible plz give code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 10:21:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-values/m-p/2771069#M645673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T10:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: select-options values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-values/m-p/2771070#M645674</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;the requirement for 101 to 199 will be value of some field of the database table...right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * from Database into internal table&lt;/P&gt;&lt;P&gt;   where field1 = x and&lt;/P&gt;&lt;P&gt;            field2 contains values in range of 101 to 199&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the idea is to use this 101 to 199 from the internal table as reference for displaying on a page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort the internal table with the field containing 101 to 199 ascending and display it on the required page....using ALV or Write statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 11:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-values/m-p/2771070#M645674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T11:06:02Z</dc:date>
    </item>
  </channel>
</rss>

