<?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: List Box values in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-values-in-table-control/m-p/9168238#M1711870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check this SAP Standard Program&amp;nbsp; using SE38 'RSDEMO_TABLE_CONTROL' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard's&lt;/P&gt;&lt;P&gt;Smruti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2012 13:07:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-10T13:07:46Z</dc:date>
    <item>
      <title>List Box values in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-values-in-table-control/m-p/9168237#M1711869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;BR /&gt;I have a list box in a table control that contains Material descriptions. Right now i am getting all material descriptions. &lt;/P&gt;&lt;P&gt;But i want to populate the list box values (for each row) &lt;STRONG&gt;based&lt;/STRONG&gt; on column 'Material Type' for which i may get single or multiple entries as relevant for each row.&lt;/P&gt;&lt;P&gt;Can some one tell me how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ricky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 12:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-values-in-table-control/m-p/9168237#M1711869</guid>
      <dc:creator>ricky_shaw</dc:creator>
      <dc:date>2012-12-10T12:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: List Box values in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-values-in-table-control/m-p/9168238#M1711870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check this SAP Standard Program&amp;nbsp; using SE38 'RSDEMO_TABLE_CONTROL' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard's&lt;/P&gt;&lt;P&gt;Smruti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 13:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-values-in-table-control/m-p/9168238#M1711870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-10T13:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: List Box values in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-values-in-table-control/m-p/9168239#M1711871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smurti,&lt;/P&gt;&lt;P&gt;The program does not use FM : VRM_SET_VALUES for values in List display. I dont know how its picking up values. &lt;/P&gt;&lt;P&gt;Any more inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 19:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-values-in-table-control/m-p/9168239#M1711871</guid>
      <dc:creator>ricky_shaw</dc:creator>
      <dc:date>2012-12-10T19:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: List Box values in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-values-in-table-control/m-p/9168240#M1711872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ricky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check the &lt;EM&gt;ON VALUE-REQUEST&lt;/EM&gt; module(s) in your dynpro? I prefer not to use the unreleased FM &lt;EM&gt;VRM_SET_VALUES&lt;/EM&gt; for the list-box functionality, rather i try to use &lt;SPAN style="color: #666666; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;F4IF_INT_TABLE_VALUE_REQUEST&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 02:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-values-in-table-control/m-p/9168240#M1711872</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-12-11T02:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: List Box values in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-values-in-table-control/m-p/9168241#M1711873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Saha,&lt;/P&gt;&lt;P&gt;I tried as you said WITHOUT using FM &lt;EM&gt;VRM_SET_VALUES &lt;/EM&gt;but i&amp;nbsp; cannot see any values filled in listbox. Let me tell you that i have this listbox as a field in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me how to fill Listbox using &lt;SPAN style="color: #666666; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;F4IF_INT_TABLE_VALUE_REQUEST.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am NOT able to fill the material desctripions based on Material Type .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 05:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-values-in-table-control/m-p/9168241#M1711873</guid>
      <dc:creator>ricky_shaw</dc:creator>
      <dc:date>2012-12-11T05:02:36Z</dc:date>
    </item>
  </channel>
</rss>

