<?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: API to create a select options table from a given input field value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/api-to-create-a-select-options-table-from-a-given-input-field-value/m-p/5483372#M1255248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not find any function module to that !&lt;/P&gt;&lt;P&gt;But what you can do is do it in your program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_so for &amp;lt;type&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform select_op using &amp;lt;your value&amp;gt; tables s_so. " Do this for the required values...

Form select_op using value tables s_so.
s_so-sign = 'I'.
s_so-option = 'BT'.
s_so-low = value.
s_so-high = ' '.
append s_so.
endform.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call this form using all your values and you will be ready with your select options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2009 13:23:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-10T13:23:01Z</dc:date>
    <item>
      <title>API to create a select options table from a given input field value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/api-to-create-a-select-options-table-from-a-given-input-field-value/m-p/5483371#M1255247</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;Is there a function module which can be called to create a Select-Options Table for a given input field value. For example,  if the user  enters the value ABC&lt;STRONG&gt;, then a line must be added to an select-options table like  I(Sign)  CP(Option)  ABC&lt;/STRONG&gt;(Low),  but if the value  ABCDE is entered in the input field, then a line must be added to the select-options table  I(Sign)  EQ(Option)  ABCDE(Low). Thanks.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Sukru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 12:00:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/api-to-create-a-select-options-table-from-a-given-input-field-value/m-p/5483371#M1255247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-10T12:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: API to create a select options table from a given input field value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/api-to-create-a-select-options-table-from-a-given-input-field-value/m-p/5483372#M1255248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not find any function module to that !&lt;/P&gt;&lt;P&gt;But what you can do is do it in your program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_so for &amp;lt;type&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform select_op using &amp;lt;your value&amp;gt; tables s_so. " Do this for the required values...

Form select_op using value tables s_so.
s_so-sign = 'I'.
s_so-option = 'BT'.
s_so-low = value.
s_so-high = ' '.
append s_so.
endform.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call this form using all your values and you will be ready with your select options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 13:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/api-to-create-a-select-options-table-from-a-given-input-field-value/m-p/5483372#M1255248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-10T13:23:01Z</dc:date>
    </item>
  </channel>
</rss>

