<?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: Select option in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811679#M1588070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kumar &lt;/P&gt;&lt;P&gt;follow the below reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2011 09:26:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-14T09:26:31Z</dc:date>
    <item>
      <title>Select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811671#M1588062</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;Am using a FM HR_DISPLAY_BASIC_LIST to display results in an ALV grid . I want to select one are more records in the report to delete the selected records. I was not able to select more than one record at a time. Is there any way we can achive this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 15:36:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811671#M1588062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-13T15:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811672#M1588063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;before displaying your alv. try this&lt;/P&gt;&lt;P&gt;suppose you have table itab which is final table and select option s_vbeln.&lt;/P&gt;&lt;P&gt;and you want to check the values of field vbeln.&lt;/P&gt;&lt;P&gt;do this:&lt;/P&gt;&lt;P&gt;loop at itab into wa.&lt;/P&gt;&lt;P&gt;if wa-vbeln not in s_vbeln.&lt;/P&gt;&lt;P&gt;delete itab from wa.&lt;/P&gt;&lt;P&gt;modify itab.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above code will loop through the table and check the values of vbeln in select option s_vbeln and if there is not value in the s_vbeln then the value will be deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;LG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 15:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811672#M1588063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-13T15:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811673#M1588064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the Lay_out option .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 15:51:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811673#M1588064</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2011-04-13T15:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811674#M1588065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lalit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is different , i need to delete after the display of  alv. Here i need to have an option to select one or more records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 15:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811674#M1588065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-13T15:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811675#M1588066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be passed to the lay_out option as the type is i. We lnow that 'SEL' can be passed in normal ALV GRID DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 16:00:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811675#M1588066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-13T16:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811676#M1588067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i understood,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can select more rows pressing CTRL Key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: alessandro spadoni on Apr 13, 2011 9:57 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 19:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811676#M1588067</guid>
      <dc:creator>AlessandroSpadoni</dc:creator>
      <dc:date>2011-04-13T19:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811677#M1588068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Declare one field say 'SEL' in your final ALV table structure. This field 'SEL' will hold the records which you select in your ALV report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF ty_final,&lt;/P&gt;&lt;P&gt;        sel,    " Means one character&lt;/P&gt;&lt;P&gt;        mandt	            TYPE mandt,&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;             END of ty_final.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You do the needful to show your ALV Report&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Build field catalog&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    PERFORM f_build_fieldcatalog.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Build layout&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    PERFORM f_build_layout.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Display report&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    PERFORM f_display_alv_report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Tell the layout that 'SEL' is the field name which will store which records you have selected (press Control for multiple row)&lt;/P&gt;&lt;P&gt;FORM f_build_layout .&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;k_gd_layout-box_fieldname     = 'SEL'.   " Set field name to store row selection&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  k_gd_layout-zebra             = 'X'.&lt;/P&gt;&lt;P&gt;  k_gd_layout-colwidth_optimize = 'X'.&lt;/P&gt;&lt;P&gt;ENDFORM.             &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) In your ALV, call USER_COMMAND routine. In this routine you need to do whatever you want to do with the selected records.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_callback_program      = sy-repid&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;i_callback_user_command = 'F_USER_COMMAND'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      i_grid_title            = 'Select the row(s) and click save button to clear the status'&lt;/P&gt;&lt;P&gt;      is_layout               = k_gd_layout&lt;/P&gt;&lt;P&gt;      it_fieldcat             = i_fieldcatalog[]&lt;/P&gt;&lt;P&gt;      i_save                  = 'X'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      t_outtab                = i_echo_request&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      program_error           = 1&lt;/P&gt;&lt;P&gt;      OTHERS                  = 2.      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FORM f_user_command USING r_ucomm     LIKE sy-ucomm&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                        &lt;STRONG&gt;rs_selfield TYPE slis_selfield.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Local data declaration&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  DATA: lk_update_data TYPE zot_echo_request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Check function code&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CASE r_ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN '&amp;amp;DATA_SAVE'.  " user presses SAVE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LOOP AT i_echo_request INTO k_echo_request&lt;/P&gt;&lt;P&gt;        &lt;STRONG&gt;WHERE SEL EQ 'X'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Do what you want to do with the selected rows&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SET PF-STATUS space. " This will call the Standard GUI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LEAVE TO LIST-PROCESSING.  " In case you want show some report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this should solve your issue. To select multiple records, press Control and then the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 23:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811677#M1588068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-13T23:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811678#M1588069</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 am using the below FM to display the grid. CRTL key is not working in this case to select multiple records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HR_DISPLAY_BASIC_LIST'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            basic_list_title     = sy-title&lt;/P&gt;&lt;P&gt;            file_name            = 'trce'&lt;/P&gt;&lt;P&gt;            head_line1           = text-a&lt;/P&gt;&lt;P&gt;            foot_note1           = text-b&lt;/P&gt;&lt;P&gt;            foot_note2           = text-c&lt;/P&gt;&lt;P&gt;            dyn_pushbutton_text1 = text-d&lt;/P&gt;&lt;P&gt;            dyn_pushbutton_text2 = text-e&lt;/P&gt;&lt;P&gt;            current_report       = report&lt;/P&gt;&lt;P&gt;            list_level           = 01&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            return_code          = return_code&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            data_tab             = ctab&lt;/P&gt;&lt;P&gt;            fieldname_tab        = fieldname&lt;/P&gt;&lt;P&gt;            select_tab           = sel&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            ERROR_TAB            =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            download_problem     = 1&lt;/P&gt;&lt;P&gt;            no_data_tab_entries  = 2&lt;/P&gt;&lt;P&gt;            table_mismatch       = 3&lt;/P&gt;&lt;P&gt;            print_problems       = 4&lt;/P&gt;&lt;P&gt;            OTHERS               = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 08:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811678#M1588069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-14T08:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811679#M1588070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kumar &lt;/P&gt;&lt;P&gt;follow the below reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 09:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811679#M1588070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-14T09:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811680#M1588071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can solve this issue like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ever your ALV grid is having editable fields then a selection column appears as first column in  the form of buttons on ur alv.&lt;/P&gt;&lt;P&gt;then u can select multiple rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your field catalog make a field as editable.like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lwa_fldcat-edit = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then delete the seleted rows using delete key or delete row button on the alv tool bar.&lt;/P&gt;&lt;P&gt;and manage it programatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply if any queries..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murthy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 09:28:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811680#M1588071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-14T09:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811681#M1588072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please pass the EXPORTING PARAMTER&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no_alv_grid                = 'X'.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference use the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES:&lt;/P&gt;&lt;P&gt;  marc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF mtab_materials OCCURS 0,&lt;/P&gt;&lt;P&gt;        matnr LIKE marc-matnr,&lt;/P&gt;&lt;P&gt;        werks LIKE marc-werks,&lt;/P&gt;&lt;P&gt;        pstat LIKE marc-pstat,&lt;/P&gt;&lt;P&gt;        mmsta LIKE marc-mmsta,&lt;/P&gt;&lt;P&gt;      END OF mtab_materials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF mtab_fieldnames OCCURS 3,&lt;/P&gt;&lt;P&gt;      title(60) TYPE c,&lt;/P&gt;&lt;P&gt;      table(6)  TYPE c,&lt;/P&gt;&lt;P&gt;      field(10) TYPE c,&lt;/P&gt;&lt;P&gt;      type(1)   TYPE c,&lt;/P&gt;&lt;P&gt;      END OF mtab_fieldnames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: headline(80).&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF error_tab OCCURS 10.    "Error table&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE hrerror.&lt;/P&gt;&lt;P&gt;DATA: END OF error_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM get_data.&lt;/P&gt;&lt;P&gt;PERFORM set_column_headers.&lt;/P&gt;&lt;P&gt;PERFORM setup_control.&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;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;      Form  get_data&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;FORM get_data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT * UP TO 500 ROWS FROM marc INTO CORRESPONDING FIELDS OF TABLE&lt;/P&gt;&lt;P&gt;    mtab_materials.&lt;/P&gt;&lt;P&gt;ENDFORM.                    " get data&lt;/P&gt;&lt;P&gt;&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;      Form  set_column_headers&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;FORM set_column_headers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  mtab_fieldnames-title = 'Material Number'.&lt;/P&gt;&lt;P&gt;  mtab_fieldnames-table = 'MARC'.&lt;/P&gt;&lt;P&gt;  mtab_fieldnames-field = 'MATNR'.&lt;/P&gt;&lt;P&gt;  mtab_fieldnames-type  = ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  APPEND mtab_fieldnames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  mtab_fieldnames-title = 'Plant'.&lt;/P&gt;&lt;P&gt;  mtab_fieldnames-field = 'WERKS'.&lt;/P&gt;&lt;P&gt;  APPEND mtab_fieldnames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  mtab_fieldnames-title = 'Maintenance status'.&lt;/P&gt;&lt;P&gt;  mtab_fieldnames-field = 'PSTAT'.&lt;/P&gt;&lt;P&gt;  APPEND mtab_fieldnames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  mtab_fieldnames-title = 'Plant-Specific Material Status'.&lt;/P&gt;&lt;P&gt;  mtab_fieldnames-field = 'MMSTA'.&lt;/P&gt;&lt;P&gt;  APPEND mtab_fieldnames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&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;      Form  setup_control&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;FORM setup_control .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HR_DISPLAY_BASIC_LIST'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;     file_name                  = sy-repid&lt;/P&gt;&lt;P&gt;     head_line1                 = 'head1'&lt;/P&gt;&lt;P&gt;     foot_note1                 = 'foot1'&lt;/P&gt;&lt;P&gt;     dyn_pushbutton_text1       = 'Push1'&lt;/P&gt;&lt;P&gt;     dyn_pushbutton_text2       = 'Push2'&lt;/P&gt;&lt;P&gt;     LIST_LEVEL                 = '01'&lt;/P&gt;&lt;P&gt;     no_alv_grid                = 'X'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      data_tab                   = mtab_materials&lt;/P&gt;&lt;P&gt;     fieldname_tab              = mtab_fieldnames  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 15:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/7811681#M1588072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-14T15:19:39Z</dc:date>
    </item>
  </channel>
</rss>

