<?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: Range fields within screens... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/range-fields-within-screens/m-p/3819989#M918739</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;use FM: 'COMPLEX_SELECTIONS_DIALOG'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-- &lt;/P&gt;&lt;P&gt;DATA: h_range(16. &lt;/P&gt;&lt;P&gt;RANGES r_range FOR h_range.&lt;/P&gt;&lt;P&gt;*-- &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;title = 'Auswahl'&lt;/P&gt;&lt;P&gt;text = 'Bitte wählen Sie'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;range = r_range&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;no_range_tab = 1&lt;/P&gt;&lt;P&gt;cancelled = 2&lt;/P&gt;&lt;P&gt;internal_error = 3&lt;/P&gt;&lt;P&gt;invalid_fieldname = 4&lt;/P&gt;&lt;P&gt;OTHERS = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to create a button with icon "ICON_DISPLAY_MORE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpfull...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ameen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2008 06:11:07 GMT</pubDate>
    <dc:creator>former_member515797</dc:creator>
    <dc:date>2008-05-16T06:11:07Z</dc:date>
    <item>
      <title>Range fields within screens...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/range-fields-within-screens/m-p/3819987#M918737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone identify a transaction/program that has a range (low/high and all the associated options) within a screen, but NOT a selection-screen. I'm trying to implement the same functionality as supplied when using the SELECT-OPTIONS command, but within a standard screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I can identify an existing SAP program that does this I'll take a look at the code. I thought I knew a few transactions but when looking I suddenly realised that it's not that easy to find such a transaction/program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 14:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/range-fields-within-screens/m-p/3819987#M918737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T14:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Range fields within screens...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/range-fields-within-screens/m-p/3819988#M918738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not use a selection screen and then use CALL SCREEN #### to enter into your other screen processing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 14:22:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/range-fields-within-screens/m-p/3819988#M918738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T14:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Range fields within screens...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/range-fields-within-screens/m-p/3819989#M918739</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;use FM: 'COMPLEX_SELECTIONS_DIALOG'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-- &lt;/P&gt;&lt;P&gt;DATA: h_range(16. &lt;/P&gt;&lt;P&gt;RANGES r_range FOR h_range.&lt;/P&gt;&lt;P&gt;*-- &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;title = 'Auswahl'&lt;/P&gt;&lt;P&gt;text = 'Bitte wählen Sie'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;range = r_range&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;no_range_tab = 1&lt;/P&gt;&lt;P&gt;cancelled = 2&lt;/P&gt;&lt;P&gt;internal_error = 3&lt;/P&gt;&lt;P&gt;invalid_fieldname = 4&lt;/P&gt;&lt;P&gt;OTHERS = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to create a button with icon "ICON_DISPLAY_MORE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpfull...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ameen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 06:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/range-fields-within-screens/m-p/3819989#M918739</guid>
      <dc:creator>former_member515797</dc:creator>
      <dc:date>2008-05-16T06:11:07Z</dc:date>
    </item>
  </channel>
</rss>

