<?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: Internal Table Select options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-select-options/m-p/4388107#M1043505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select options also a table. so loop the select option table and move them to an internal table.&lt;/P&gt;&lt;P&gt;some thing like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at s_selopt.

if s_selopt-low is not initial.
"move to internal table
"append 
endif.

if s_selopt-hig is not initial.
"move to internal table
"append 
endif.


endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Aug 2008 01:04:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-24T01:04:00Z</dc:date>
    <item>
      <title>Internal Table Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-select-options/m-p/4388106#M1043504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 'years of service' as a select option field in selection screen for which i created possible values through&lt;/P&gt;&lt;P&gt;'F4_INT_TABLE_VALUE_REQUEST' FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 5,10,16,25,30,45 values in both low and high fields of the select option field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to bring the values into an internal table after user selects a particular value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone give me a suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Aug 2008 00:53:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-select-options/m-p/4388106#M1043504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-24T00:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-select-options/m-p/4388107#M1043505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select options also a table. so loop the select option table and move them to an internal table.&lt;/P&gt;&lt;P&gt;some thing like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at s_selopt.

if s_selopt-low is not initial.
"move to internal table
"append 
endif.

if s_selopt-hig is not initial.
"move to internal table
"append 
endif.


endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Aug 2008 01:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-select-options/m-p/4388107#M1043505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-24T01:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-select-options/m-p/4388108#M1043506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Aug 2008 16:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-select-options/m-p/4388108#M1043506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-24T16:00:47Z</dc:date>
    </item>
  </channel>
</rss>

