<?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: Dropdown listbox not automatically filled in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-listbox-not-automatically-filled/m-p/10603469#M1862211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mustafa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer this link, i think raghunadh suggested idea also works in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="15319658" __jive_macro_name="message" class="jive_macro_message jive_macro" data-orig-content="Re: Selection Screen" href="https://community.sap.com/" modifiedtitle="true" title="Re: Selection Screen"&gt;&lt;/A&gt;&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;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2014 13:01:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-14T13:01:42Z</dc:date>
    <item>
      <title>Dropdown listbox not automatically filled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-listbox-not-automatically-filled/m-p/10603465#M1862207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a screen with 3 listbox fields LAND1 REGIO and CITYC. these fields refer to dictonary and linked with check table T005,T005S and T005G.&lt;/P&gt;&lt;P&gt;when i fill the LAND1 field before calling the screen, REGIO field automatically filled without using VRM_SET_VALUES. but when i select the REGIO the CITYC field not filled automatically. but when i fill the LAND1 and REGIO field before calling the screen the CITYC field automatically filled without using VRM_SET_VALUES. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so is it possible to fill the listbox automatically or should i use the VRM_SET_VALUES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 12:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-listbox-not-automatically-filled/m-p/10603465#M1862207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-03T12:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown listbox not automatically filled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-listbox-not-automatically-filled/m-p/10603466#M1862208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mustafa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that the listbox only fills automatically when the assigned field has a domain with defined values.Then you should use VRM_SET_VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 10:46:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-listbox-not-automatically-filled/m-p/10603466#M1862208</guid>
      <dc:creator>bernat_loscos</dc:creator>
      <dc:date>2014-09-04T10:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown listbox not automatically filled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-listbox-not-automatically-filled/m-p/10603467#M1862209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mustafa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U should be used VRM_SET_VALUES for displaying that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;call function 'VRM_SET_VALUES'&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;exporting&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ID = NAME1&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;VALUES = LIST1.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;clear LIST1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....................(Like that.).&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 11:32:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-listbox-not-automatically-filled/m-p/10603467#M1862209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-14T11:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown listbox not automatically filled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-listbox-not-automatically-filled/m-p/10603468#M1862210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sadik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use&amp;nbsp; F4IF_INT_TABLE_VALUE_REQUEST FM for listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to fill the land1 as list box you can do below following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_LAND1.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to fill region based on the land1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_REGIO.&lt;/P&gt;&lt;P&gt;get the screen values by using FM DYNP_VALUES_READ &lt;/P&gt;&lt;P&gt;fill the internal table and call below FM. &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_CITY.&lt;/P&gt;&lt;P&gt;get the screen values by using FM DYNP_VALUES_READ &lt;/P&gt;&lt;P&gt;fill the internal table and call below FM. &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Raghunadh Kodali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 12:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-listbox-not-automatically-filled/m-p/10603468#M1862210</guid>
      <dc:creator>former_member226225</dc:creator>
      <dc:date>2014-10-14T12:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown listbox not automatically filled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-listbox-not-automatically-filled/m-p/10603469#M1862211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mustafa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer this link, i think raghunadh suggested idea also works in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="15319658" __jive_macro_name="message" class="jive_macro_message jive_macro" data-orig-content="Re: Selection Screen" href="https://community.sap.com/" modifiedtitle="true" title="Re: Selection Screen"&gt;&lt;/A&gt;&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;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 13:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-listbox-not-automatically-filled/m-p/10603469#M1862211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-14T13:01:42Z</dc:date>
    </item>
  </channel>
</rss>

