<?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 Auto populating values in Selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-populating-values-in-selection-screen/m-p/2580525#M590034</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;can anybody  please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the selection screen i have a block that has 1 parameter and 1 select-options with no Intervals. now based on the value entered in the parameter the select options should populate by itself. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the values that have to be populated in a internal table , but could pass the value to the select-options. the user can click on enter after entering the values in the parametr field or may press F8 at any case the fields should auto populate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in Advance&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Aug 2007 06:15:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-02T06:15:50Z</dc:date>
    <item>
      <title>Auto populating values in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-populating-values-in-selection-screen/m-p/2580525#M590034</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;can anybody  please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the selection screen i have a block that has 1 parameter and 1 select-options with no Intervals. now based on the value entered in the parameter the select options should populate by itself. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the values that have to be populated in a internal table , but could pass the value to the select-options. the user can click on enter after entering the values in the parametr field or may press F8 at any case the fields should auto populate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in Advance&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 06:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-populating-values-in-selection-screen/m-p/2580525#M590034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T06:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Auto populating values in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-populating-values-in-selection-screen/m-p/2580526#M590035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;U can do like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a sample program.&lt;/P&gt;&lt;P&gt;TABLES: trdir.&lt;/P&gt;&lt;P&gt;PARAMETERS: name TYPE trdir-name.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: subc FOR trdir-subc NO INTERVALS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;  DATA: subc1 TYPE trdir-subc.&lt;/P&gt;&lt;P&gt;  SELECT SINGLE subc FROM trdir INTO subc1 WHERE name = name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  subc-sign  = 'I'.&lt;/P&gt;&lt;P&gt;  subc-option = 'EQ'.&lt;/P&gt;&lt;P&gt;  subc-low = subc1.&lt;/P&gt;&lt;P&gt;  APPEND subc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After entering a program name in parameter and press enter the value will be updated in the select-option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 06:26:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-populating-values-in-selection-screen/m-p/2580526#M590035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T06:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Auto populating values in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-populating-values-in-selection-screen/m-p/2580527#M590036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will this lgic work if i have multiple values in the Select-options.&lt;/P&gt;&lt;P&gt;actually based on the parameters we may have multiple values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 07:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-populating-values-in-selection-screen/m-p/2580527#M590036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-02T07:01:19Z</dc:date>
    </item>
  </channel>
</rss>

