<?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: Table control drop down list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045088#M1172837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you able to see the listbox in screen painter in table control (while designing)?.&lt;/P&gt;&lt;P&gt;can you send the flow logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jan 2009 11:31:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-20T11:31:12Z</dc:date>
    <item>
      <title>Table control drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045079#M1172828</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;     I have the case of getting one drop down list of two fixed values (YES NO) in one of the fields of the table control. what I did is I went to the screen painter and in that particular field I have already activated the attribute for listbox with key as I need only those 2 values to be input .  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; then in the PBO am using this function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_shelp TYPE vrm_values,&lt;/P&gt;&lt;P&gt;      wa_shelp LIKE LINE OF it_shelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_shelp-key = '1'.&lt;/P&gt;&lt;P&gt;wa_shelp-text  =  'YES'.&lt;/P&gt;&lt;P&gt;APPEND wa_shelp TO it_shelp.&lt;/P&gt;&lt;P&gt;CLEAR wa_shelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_shelp-key = '2'.&lt;/P&gt;&lt;P&gt;wa_shelp-text  =  'NO'.&lt;/P&gt;&lt;P&gt;APPEND wa_shelp TO it_shelp.&lt;/P&gt;&lt;P&gt;CLEAR wa_shelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  module searchhelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE searchhelp OUTPUT.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'VRM_SET_VALUES'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      id              = 'WA_UI-ZZ_ACCOUNT_TYPE'   This is the table control field name where I need the Dropdown list &lt;/P&gt;&lt;P&gt;      values          = it_shelp&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      id_illegal_name = 1&lt;/P&gt;&lt;P&gt;      OTHERS          = 2.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " searchhelp  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still am not getting the drop down .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I have tried with the 2nd option &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;  FIELD : wa_ui-zz_account_type MODULE searchhelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  searchhelp  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE searchhelp INPUT.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DDIC_STRUCTURE         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    retfield               = 'WA_UI-Z_ACCOUNT_TYPE'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PVALKEY                = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   DYNPPROG               = sy-repid&lt;/P&gt;&lt;P&gt;   DYNPNR                 = sy-dynnr&lt;/P&gt;&lt;P&gt;   DYNPROFIELD            = 'WA_UI-ZZ_ACCOUNT_TYPE'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  STEPL                  = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WINDOW_TITLE           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VALUE                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   VALUE_ORG              = 'S'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MULTIPLE_CHOICE        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DISPLAY                = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CALLBACK_PROGRAM       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CALLBACK_FORM          = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MARK_TAB               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  USER_RESET             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    value_tab              = it_shelp&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FIELD_TAB              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN_TAB             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DYNPFLD_MAPPING        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PARAMETER_ERROR        = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NO_VALUES_FOUND        = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                 = 3&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " searchhelp  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is also not working .. please let me know how to add the drop down list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 10:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045079#M1172828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T10:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table control drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045080#M1172829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this program RSDEMO_TABLE_CONTROL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;FIELD wa-field MODULE xyz.     "field - set this field as list box in screen painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE xyz INPUT.&lt;/P&gt;&lt;P&gt;wa-field = 'YES'.&lt;/P&gt;&lt;P&gt;APPEND wa TO itab.&lt;/P&gt;&lt;P&gt;wa-field = 'NO'.&lt;/P&gt;&lt;P&gt;APPEND wa TO itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;retfield = 'FIELD'&lt;/P&gt;&lt;P&gt;value_org = 'S'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;value_tab = itab.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Goutham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 10:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045080#M1172829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T10:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table control drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045081#M1172830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI In the program it is not creating the list it is taking from the dictionary.&lt;/P&gt;&lt;P&gt;please check it . and I have already tried the code which you are suggesting which is not working &lt;/P&gt;&lt;P&gt;It is not showing me the drop down list as I mentioned above I have already tried this one also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: surya nanda on Jan 20, 2009 11:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 10:48:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045081#M1172830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T10:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table control drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045082#M1172831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;  try to put the key and value fileds  to wa_shelp withih the search help OUTPUT like below...&lt;/P&gt;&lt;P&gt;pls try and reply back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_shelp TYPE vrm_values,&lt;/P&gt;&lt;P&gt;wa_shelp LIKE LINE OF it_shelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;module searchhelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE searchhelp OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_shelp-key = '1'.&lt;/P&gt;&lt;P&gt;wa_shelp-text = 'YES'.&lt;/P&gt;&lt;P&gt;APPEND wa_shelp TO it_shelp.&lt;/P&gt;&lt;P&gt;CLEAR wa_shelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_shelp-key = '2'.&lt;/P&gt;&lt;P&gt;wa_shelp-text = 'NO'.&lt;/P&gt;&lt;P&gt;APPEND wa_shelp TO it_shelp.&lt;/P&gt;&lt;P&gt;CLEAR wa_shelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'VRM_SET_VALUES'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;id = 'WA_UI-ZZ_ACCOUNT_TYPE' This is the table control field name where I need the Dropdown list &lt;/P&gt;&lt;P&gt;values = it_shelp&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;id_illegal_name = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;P&gt;IF sy-subrc 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE. " searchhelp OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if its not working , put the values that u need to display  in list box  in an itab ...&lt;/P&gt;&lt;P&gt;so iterate the itab and populate the it_shelp .&lt;/P&gt;&lt;P&gt;try it also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;rajye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajeshwari P on Jan 20, 2009 12:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 11:00:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045082#M1172831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T11:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table control drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045083#M1172832</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;The code using VRM_SET_VALUES looks correct.&lt;/P&gt;&lt;P&gt;Is there a type conflict between the field 'WA_UI-ZZ_ACCOUNT_TYPE'  &amp;amp; the text field you are putting yes/no values? The field 'WA_UI-ZZ_ACCOUNT_TYPE'  should be of type char/string to be compatible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 11:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045083#M1172832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T11:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table control drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045084#M1172833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sonali there is no type conflict &lt;/P&gt;&lt;P&gt;In my output am not even getting the drop down list icon though I have selected the attribute in the screen &lt;/P&gt;&lt;P&gt;VRM set is not at all working can anybody answer to this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 11:13:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045084#M1172833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T11:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table control drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045085#M1172834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajeshwari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nope not working &lt;/P&gt;&lt;P&gt;Not even getting the Drop down icon in my list output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 11:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045085#M1172834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T11:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table control drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045086#M1172835</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;yeh, have u selected listbox option ,while designing it in screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie have u set the attribute for the text field as listbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 11:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045086#M1172835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T11:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table control drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045087#M1172836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rajeshwari ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Yes I have already set the attribute. as I have mentioned in the beginning itself as this is the intial thing which we need to do . am quite surprised why even the drop down icons also not appearing in the table control output screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 11:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045087#M1172836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T11:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table control drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045088#M1172837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you able to see the listbox in screen painter in table control (while designing)?.&lt;/P&gt;&lt;P&gt;can you send the flow logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 11:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045088#M1172837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T11:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table control drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045089#M1172838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Satish ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Yes I can see the icon set in the column while setting the attribute on the screen&lt;/P&gt;&lt;P&gt;  but after calling the function module and once it is coming to the screen it is not showing any drop down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 11:37:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045089#M1172838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T11:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table control drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045090#M1172839</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;            Cant we create Drop down in a table control &lt;/P&gt;&lt;P&gt;            If yes can anyone answer how to create our own drop down list and add in the table control ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 12:01:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045090#M1172839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T12:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table control drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045091#M1172840</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;remove all your code(Function module related) and execute, check whether the dropdown list is appearing on the output or not. if it comes send your code along with screen flow logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 12:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045091#M1172840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T12:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table control drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045092#M1172841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its possible to do that..Becoz in the link below a person have said he placed listbox in table control ..but he wants to make more enhancements ...&lt;/P&gt;&lt;P&gt;plz check it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?f=13&amp;amp;t=306067" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?f=13&amp;amp;t=306067&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;surya , if ur problem is resolved , pls get back here with right solution..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajeshwari P on Jan 21, 2009 5:50 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 12:30:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-drop-down-list/m-p/5045092#M1172841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T12:30:13Z</dc:date>
    </item>
  </channel>
</rss>

