<?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 Table control Listbox in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-listbox/m-p/4548770#M1074222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a search help zsearch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am creating a structure with 4-5 fields of which to one field I assign this search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my program I define a WA &amp;amp; ITAB with the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i am gonna create a table control with ITAB &amp;amp; WA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem here.&lt;/P&gt;&lt;P&gt;First thing is the F4 from the search help is unavailable in the table control for that particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second: I don't want to add the search help through the screen Attributes because the particular field is a listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me where i am going wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2008 06:38:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-08T06:38:50Z</dc:date>
    <item>
      <title>Table control Listbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-listbox/m-p/4548770#M1074222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a search help zsearch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am creating a structure with 4-5 fields of which to one field I assign this search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my program I define a WA &amp;amp; ITAB with the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i am gonna create a table control with ITAB &amp;amp; WA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem here.&lt;/P&gt;&lt;P&gt;First thing is the F4 from the search help is unavailable in the table control for that particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second: I don't want to add the search help through the screen Attributes because the particular field is a listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me where i am going wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 06:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-listbox/m-p/4548770#M1074222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T06:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Table control Listbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-listbox/m-p/4548771#M1074223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;First thing is the F4 from the search help is unavailable in the table control for that particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Second: I don't want to add the search help through the screen Attributes because the particular field is a &amp;gt;listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the use of List box if you are planning for F4 help. better go for input field. if you want list box then you have to use Search help in the screen attributes. then all the values will be shown in the List box, you can choose the values from the list box ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 06:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-listbox/m-p/4548771#M1074223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T06:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table control Listbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-listbox/m-p/4548772#M1074224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose i use a listbox is because i  want to see the corresponding text of the input field value and not the value itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if I choose listbox search help option is disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 08:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-listbox/m-p/4548772#M1074224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T08:11:48Z</dc:date>
    </item>
  </channel>
</rss>

