<?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 Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-problem/m-p/1467098#M219902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;check the sample code:&lt;/P&gt;&lt;P&gt;report z.&lt;/P&gt;&lt;P&gt;type-pools: vrm.&lt;/P&gt;&lt;P&gt;data: it_val type vrm_values,&lt;/P&gt;&lt;P&gt;      w_line like line of it_val.&lt;/P&gt;&lt;P&gt;parameters p_bukrs like t001-bukrs as listbox&lt;/P&gt;&lt;P&gt;           visible length 25 obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;  select bukrs butxt from t001 into (w_line-key, w_line-text).&lt;/P&gt;&lt;P&gt;    append w_line to it_val.&lt;/P&gt;&lt;P&gt;    check p_bukrs is initial.&lt;/P&gt;&lt;P&gt;    p_bukrs = w_line-key.&lt;/P&gt;&lt;P&gt;  endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen 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     = 'P_BUKRS'&lt;/P&gt;&lt;P&gt;            values = it_val.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;  write: / 'Company Code:', p_bukrs.&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;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2006 14:23:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-25T14:23:07Z</dc:date>
    <item>
      <title>List Box Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-problem/m-p/1467096#M219900</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;   I'm facing a problem while dealing with List Box . I have created a I/O field with the LISTBOX property set to 1 . (That means I have a list box on the screen ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I'm uploading values through VRM_SET_VALUES . But the problem is whenever I select any value , the field is not storing the value .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  My further selection is dependent on select value in the list box . How can I get the value which is selected in the list box ?&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;Shounak M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 14:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-problem/m-p/1467096#M219900</guid>
      <dc:creator>former_member628175</dc:creator>
      <dc:date>2006-07-25T14:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-problem/m-p/1467097#M219901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Shounak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dropdown box with a value list from input help (recommended)&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; Report DEMO_DROPDOWN_LIST_BOX                                 *&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;&lt;/P&gt;&lt;P&gt;REPORT demo_dropdown_list_box.&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; Global Declarations                                           *&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;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Screen Interfaces&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES sdyn_conn.&lt;/P&gt;&lt;P&gt;DATA   ok_code TYPE sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Global data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF type_carrid,&lt;/P&gt;&lt;P&gt;         carrid type spfli-carrid,&lt;/P&gt;&lt;P&gt;         carrname type scarr-carrname,&lt;/P&gt;&lt;P&gt;       END OF type_carrid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA itab_carrid TYPE STANDARD TABLE &lt;/P&gt;&lt;P&gt;     OF type_carrid WITH HEADER LINE.&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; Processing Blocks called by the Runtime Environment           *&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;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Event Block START-OF-SELECTION&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Dialog Module PBO&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE status_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'SCREEN_100'.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Dialog Modules PAI&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE cancel INPUT.&lt;/P&gt;&lt;P&gt;  LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE user_command_0100 INPUT.&lt;/P&gt;&lt;P&gt;  CASE ok_code.&lt;/P&gt;&lt;P&gt;    WHEN 'SELECTED'.&lt;/P&gt;&lt;P&gt;      MESSAGE i888(sabapdocu) WITH sdyn_conn-carrid.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Dialog Module POV&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE create_dropdown_box INPUT.&lt;/P&gt;&lt;P&gt;  SELECT carrid carrname&lt;/P&gt;&lt;P&gt;                FROM scarr&lt;/P&gt;&lt;P&gt;                INTO CORRESPONDING FIELDS OF TABLE itab_carrid.&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        = 'CARRID'&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_carrid&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            parameter_error = 1&lt;/P&gt;&lt;P&gt;            no_values_found = 2&lt;/P&gt;&lt;P&gt;            OTHERS          = 3.&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;ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next screen (statically defined) for screen 100 is 100. The only input field on the screen is the component SDYN_CONN-CARRID. Its Dropdown attribute is set to L, and it has the output length 20. The Value list attribute is empty, and it has the function code SELECTED. The function codes of the buttons EXECUTE and CANCEL. CANCEL are defined in the GUI status as having the function type E. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen flow logic is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODULE status_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODULE cancel AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;  MODULE user_command_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  FIELD sdyn_conn-carrid MODULE create_dropdown_box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users cannot enter any values into the screen fields. When they choose the input field on screen 100, the system displays a list box. The Value list attribute is empty, so the system launches the input mechanism. In this case, the event block PROCESS ON VALUE-REQUEST is created in the screen flow logic. This event block controls all other mechanisms. A two-column internal table is filled in the appropriate dialog module and passed to the input help using the F4IF_INT_TABLE_VALUE_REQUEST function module. The system inserts the two columns of the table into the list box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user chooses a line in the list box, the PAI event is triggered using the function code SELECTED and the value in the first column of the internal table is copied to the input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dropdown box with a value list from the PBO module for screen 200 (not recommended)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_dynpro_dropdown_listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS vrm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: name  TYPE vrm_id,&lt;/P&gt;&lt;P&gt;      list  TYPE vrm_values,&lt;/P&gt;&lt;P&gt;      value LIKE LINE OF list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: wa_spfli TYPE spfli,&lt;/P&gt;&lt;P&gt;      ok_code TYPE sy-ucomm,&lt;/P&gt;&lt;P&gt;      save_ok TYPE sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES demof4help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name = 'DEMOF4HELP-CONNID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE cancel INPUT.&lt;/P&gt;&lt;P&gt;  LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE init_listbox OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR demof4help-connid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT  connid cityfrom cityto deptime&lt;/P&gt;&lt;P&gt;    FROM  spfli&lt;/P&gt;&lt;P&gt;    INTO  CORRESPONDING FIELDS OF wa_spfli&lt;/P&gt;&lt;P&gt;   WHERE  carrid = demof4help-carrier2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    value-key  = wa_spfli-connid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WRITE wa_spfli-deptime TO value-text USING EDIT MASK '__:__:__'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CONCATENATE value-text&lt;/P&gt;&lt;P&gt;                wa_spfli-cityfrom&lt;/P&gt;&lt;P&gt;                wa_spfli-cityto&lt;/P&gt;&lt;P&gt;                INTO value-text SEPARATED BY space.&lt;/P&gt;&lt;P&gt;    APPEND value TO list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDSELECT.&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     = name&lt;/P&gt;&lt;P&gt;            values = list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE user_command_100.&lt;/P&gt;&lt;P&gt;  save_ok = ok_code.&lt;/P&gt;&lt;P&gt;  CLEAR ok_code.&lt;/P&gt;&lt;P&gt;  IF save_ok = 'CARRIER' AND NOT demof4help-carrier2 IS INITIAL.&lt;/P&gt;&lt;P&gt;    LEAVE TO SCREEN 200.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    SET SCREEN 100.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE user_command_200.&lt;/P&gt;&lt;P&gt;  save_ok = ok_code.&lt;/P&gt;&lt;P&gt;  CLEAR ok_code.&lt;/P&gt;&lt;P&gt;  IF save_ok = 'SELECTED'.&lt;/P&gt;&lt;P&gt;    MESSAGE i888(sabapdocu) WITH text-001 demof4help-carrier2&lt;/P&gt;&lt;P&gt;                                          demof4help-connid.&lt;/P&gt;&lt;P&gt;ENDIF.&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;Laxmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 14:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-problem/m-p/1467097#M219901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T14:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-problem/m-p/1467098#M219902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;check the sample code:&lt;/P&gt;&lt;P&gt;report z.&lt;/P&gt;&lt;P&gt;type-pools: vrm.&lt;/P&gt;&lt;P&gt;data: it_val type vrm_values,&lt;/P&gt;&lt;P&gt;      w_line like line of it_val.&lt;/P&gt;&lt;P&gt;parameters p_bukrs like t001-bukrs as listbox&lt;/P&gt;&lt;P&gt;           visible length 25 obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;  select bukrs butxt from t001 into (w_line-key, w_line-text).&lt;/P&gt;&lt;P&gt;    append w_line to it_val.&lt;/P&gt;&lt;P&gt;    check p_bukrs is initial.&lt;/P&gt;&lt;P&gt;    p_bukrs = w_line-key.&lt;/P&gt;&lt;P&gt;  endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen 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     = 'P_BUKRS'&lt;/P&gt;&lt;P&gt;            values = it_val.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;  write: / 'Company Code:', p_bukrs.&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;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 14:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-problem/m-p/1467098#M219902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T14:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-problem/m-p/1467099#M219903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shounak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this thread..&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2056407"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/ab012.htm" target="test_blank"&gt;http://www.sap-img.com/ab012.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/fm-vrm-set-value-to-list-box.htm" target="test_blank"&gt;http://www.sap-img.com/abap/fm-vrm-set-value-to-list-box.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbabe435c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbabe435c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 14:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-problem/m-p/1467099#M219903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T14:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-problem/m-p/1467100#M219904</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;&lt;/P&gt;&lt;P&gt;  Thanks for your input , but the problem is whenever I'm saving the data , the list box is returning me blank value instead of selected value . How to rectify this ?&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;Shounak M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 05:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-problem/m-p/1467100#M219904</guid>
      <dc:creator>former_member628175</dc:creator>
      <dc:date>2006-07-26T05:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-problem/m-p/1467101#M219905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shounak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you paste the code so that we can check what is the problem with your code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 05:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-problem/m-p/1467101#M219905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-26T05:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-problem/m-p/1467102#M219906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically the code has been written for table maintenance screen . The module fill_list upload the data in the list through VRM_SET_VALUES . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt; MODULE detail_init.&lt;/P&gt;&lt;P&gt; MODULE FILL_LIST &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt; MODULE DETAIL_EXIT_COMMAND AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt; MODULE DETAIL_SET_PFSTATUS.&lt;/P&gt;&lt;P&gt; CHAIN.&lt;/P&gt;&lt;P&gt;    FIELD ZRTPM_STLMT_TOL-SALES_ORG .&lt;/P&gt;&lt;P&gt;    FIELD ZRTPM_STLMT_TOL-DIS_CHANNEL .&lt;/P&gt;&lt;P&gt;    FIELD ZRTPM_STLMT_TOL-DIVISION .&lt;/P&gt;&lt;P&gt;    FIELD ZRTPM_STLMT_TOL-SPEND_IND .&lt;/P&gt;&lt;P&gt;    FIELD ZRTPM_STLMT_TOL-PERCENT_VALUE .&lt;/P&gt;&lt;P&gt;    FIELD ZRTPM_STLMT_TOL-AMOUNT_VALUE .&lt;/P&gt;&lt;P&gt;    FIELD ZRTPM_STLMT_TOL-CURRENCY .&lt;/P&gt;&lt;P&gt;    FIELD ZRTPM_STLMT_TOL-CRM_SALES_ORG .&lt;/P&gt;&lt;P&gt;  MODULE SET_UPDATE_FLAG ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt; endchain.&lt;/P&gt;&lt;P&gt; chain.&lt;/P&gt;&lt;P&gt;    FIELD ZRTPM_STLMT_TOL-SALES_ORG .&lt;/P&gt;&lt;P&gt;    FIELD ZRTPM_STLMT_TOL-DIS_CHANNEL .&lt;/P&gt;&lt;P&gt;    FIELD ZRTPM_STLMT_TOL-DIVISION .&lt;/P&gt;&lt;P&gt;    FIELD ZRTPM_STLMT_TOL-SPEND_IND .&lt;/P&gt;&lt;P&gt;  module detail_pai.&lt;/P&gt;&lt;P&gt; endchain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 05:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-problem/m-p/1467102#M219906</guid>
      <dc:creator>former_member628175</dc:creator>
      <dc:date>2006-07-26T05:19:37Z</dc:date>
    </item>
  </channel>
</rss>

