<?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: Function module for select-options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-select-options/m-p/6587572#M1435318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PRINT_SELECTIONS reads the low and high values ... I don't think there is any FM which can give values between high and low.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2010 20:33:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-10T20:33:35Z</dc:date>
    <item>
      <title>Function module for select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-select-options/m-p/6587569#M1435315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colleagues !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any function module to read select-options fields in a window ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot and kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 20:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-select-options/m-p/6587569#M1435315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T20:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-select-options/m-p/6587570#M1435316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this FM : PRINT_SELECTIONS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 20:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-select-options/m-p/6587570#M1435316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T20:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-select-options/m-p/6587571#M1435317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to read select-options values (from - to) from the screen ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot and kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 20:28:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-select-options/m-p/6587571#M1435317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T20:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-select-options/m-p/6587572#M1435318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PRINT_SELECTIONS reads the low and high values ... I don't think there is any FM which can give values between high and low.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 20:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-select-options/m-p/6587572#M1435318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T20:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-select-options/m-p/6587573#M1435319</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 had this requirement as well, I came up with a workaround....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ended up creating a Z structure EG. ZRANGESTRUC with the fields:&lt;/P&gt;&lt;P&gt;SIGN - CHAR1&lt;/P&gt;&lt;P&gt;ZOPTION - CHAR2&lt;/P&gt;&lt;P&gt;LOW - CHAR18&lt;/P&gt;&lt;P&gt;HIGH - CHAR18 (this would depend on your maximum length of field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to make a ZOPTION field because option was a reserved system field. &lt;/P&gt;&lt;P&gt;I then declare tables in my function module pointing at ZRANGESTRUC data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside your function module declare ranges and then simply say S_MATNR[]  =  ZSTRUC_MATNR[] and then use the standard range inside your select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I understood your requirement correctly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Brad Gorlicki on Feb 10, 2010 9:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 20:35:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-select-options/m-p/6587573#M1435319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T20:35:48Z</dc:date>
    </item>
  </channel>
</rss>

