<?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 Copying internal table values into select options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226592#M1718022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the selection screen I am having two fields as select options, for eg date and vendor number. When date is filled, I would like to get the vendors automatically into the vendors field based on the date range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an internal table and retreived the values but unable to copy those into the select options field before executing the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone share their views on how to achive this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2013 09:51:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-01-16T09:51:12Z</dc:date>
    <item>
      <title>Copying internal table values into select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226592#M1718022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the selection screen I am having two fields as select options, for eg date and vendor number. When date is filled, I would like to get the vendors automatically into the vendors field based on the date range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an internal table and retreived the values but unable to copy those into the select options field before executing the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone share their views on how to achive this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 09:51:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226592#M1718022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-16T09:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Copying internal table values into select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226593#M1718023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chakravarthy&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select options work same as range table ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insert your data in select options as per as range table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For help , View this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES SBOOK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS FL_DATE FOR SBOOK-FLDATE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MOVE: 'BT' TO FL_DATE-OPTION, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; '19960101' TO FL_DATE-LOW, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; '19960630' TO FL_DATE-HIGH. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; APPEND FL_DATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE: 'I' TO FL_DATE-SIGN, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'EQ' TO FL_DATE-OPTION, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SY-DATUM TO FL_DATE-LOW.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND FL_DATE. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 09:59:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226593#M1718023</guid>
      <dc:creator>yogendra_bhaskar</dc:creator>
      <dc:date>2013-01-16T09:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Copying internal table values into select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226594#M1718024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(FAQ) Just loop at your internal table of vendors, and append records into the &lt;A href="http://help.sap.com/abapdocu_731/en/abapselect-options.htm"&gt;select-options&lt;/A&gt; parameter which is also an internal table, First read the select-options statement documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Spoiler (select to display) : &lt;SPAN style="color: #ffffff;"&gt;If you cannot find it yourself , use SIGN = 'I', OPTION = 'EQ' and LOW = LIFNR.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 10:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226594#M1718024</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-01-16T10:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Copying internal table values into select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226595#M1718025</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;thanks for the replies, I am able to retreive the records, but my question is how can i populate them in the select options field before executing the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Chakravarthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 10:44:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226595#M1718025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-16T10:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Copying internal table values into select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226596#M1718026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt; When date is filled, I would like to get the vendors automatically into the vendors field based on the date range.&lt;/P&gt; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;From the above statement I assume you want to populate vendors within the selected date range. If so, then try the below code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose V_TAB is your vendor table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : wa_vendor LIKE LINE OF s_vendor. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE V_TAB WHERE date &amp;gt; s_date-high and date &amp;lt; s_date-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORT V_TAB ASCENDING BY vendor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT v_tab INTO wa_vtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_vendor-low = wa_vtab-vendor.&lt;/P&gt;&lt;P&gt;APPEND wa_vendor TO s_vendor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hpoe this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1142/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 10:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226596#M1718026</guid>
      <dc:creator>former_member491621</dc:creator>
      <dc:date>2013-01-16T10:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Copying internal table values into select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226597#M1718027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chakravarthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do u mean to tell that as soon as u type or input the date in input field, ur select option for vendor should get populated...means without executing? I think that will not be possible in core abap..u can do that in webdynpro etc..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 10:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226597#M1718027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-16T10:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Copying internal table values into select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226598#M1718028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chakravarthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One option to do that is u can use AT SELECTION-SCREEN OUTPUT event...enter the dates and click enter... if u r getting the dates by F4 help then use the event AT SELECTION-SCREEN ON VALUE REQUEST... i hope it works...do let me know if this works..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good question anyway &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1142/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 11:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226598#M1718028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-16T11:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Copying internal table values into select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226599#M1718029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kumar ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting exactly , what you want ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want to display the records on selection screen ? &lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;you want to populate the records in select option ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 11:01:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226599#M1718029</guid>
      <dc:creator>yogendra_bhaskar</dc:creator>
      <dc:date>2013-01-16T11:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Copying internal table values into select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226600#M1718030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to populate the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scenario is we need to do some pre-work in excel and then copy them to the select option vendor field and then execute the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I am able to retreive the records as needed but dont know how to populate them in the field, as there would be no user action other than keying in the required fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 11:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226600#M1718030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-16T11:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Copying internal table values into select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226601#M1718031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chakravarthy kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need a selection-screen event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use AT SELECTION SCREEN and put the code as mentioned here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check SAP help on report selection screen events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 11:26:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226601#M1718031</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2013-01-16T11:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Copying internal table values into select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226602#M1718032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shahir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried at selection screen, but the issue is we cannot get the date values, anyways thanks a lot for all the inputs, maybe I should give some user event and use at user command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 11:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226602#M1718032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-16T11:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Copying internal table values into select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226603#M1718033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&amp;nbsp; Chakravarthy ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all write the code at selection screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are getting the data from excel to any internal table e.g. it_tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to write such code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_tab into wa_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE: 'I'&amp;nbsp;&amp;nbsp;&amp;nbsp; TO S_VENDOR-SIGN, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'EQ' TO S_VENDOR-OPTION,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_itab-kunnr to s_vendor-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append s_vendor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 12:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226603#M1718033</guid>
      <dc:creator>yogendra_bhaskar</dc:creator>
      <dc:date>2013-01-16T12:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Copying internal table values into select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226604#M1718034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chakravarthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can use &lt;STRONG&gt;function key&lt;/STRONG&gt; in you selection screen. It allows you to add a button on the application toolbar of the screen. After you enter date on the screen, you can click the button and get the vendor values in the select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here You have to use the &lt;STRONG&gt;ucomm &lt;/STRONG&gt;of the table SSCRFIELDS(for selection screen fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to right the code in AT SELECTION SCREEN event for the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1142/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do revert back if you nedd anything&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 13:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226604#M1718034</guid>
      <dc:creator>former_member491621</dc:creator>
      <dc:date>2013-01-16T13:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Copying internal table values into select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226605#M1718035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all, with at selection screen output was able to achive it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so-vendor-sign = i&lt;/P&gt;&lt;P&gt;so-vendor-option = eq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab&lt;/P&gt;&lt;P&gt;so-vendor-low = itab-vendor1.&lt;/P&gt;&lt;P&gt;append so-vendor.&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 19:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226605#M1718035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-16T19:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Copying internal table values into select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226606#M1718036</link>
      <description>&lt;P&gt;Is it possible to move the select statement output(structure) to the parameter value?&lt;/P&gt;&lt;P&gt;when I select the value from the search help of another parameter?&lt;/P&gt;&lt;P&gt;PARAMETERS:p1 TYPE zd_studentno MATCHCODE OBJECT z1132_sh,&lt;BR /&gt;
 p2 TYPE zd_studentname.&lt;BR /&gt;
&lt;BR /&gt;
AT SELECTION-SCREEN OUTPUT .&lt;BR /&gt;
 SELECT SINGLE studentname FROM ztt_sd WHERE studentno = @p1 INTO @p2.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 10:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-internal-table-values-into-select-options/m-p/9226606#M1718036</guid>
      <dc:creator>arumallaanusha</dc:creator>
      <dc:date>2019-10-14T10:41:05Z</dc:date>
    </item>
  </channel>
</rss>

