<?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 ALV Split window in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-window/m-p/5212559#M1205710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Freinds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls call tcode se16 enter there the&lt;/P&gt;&lt;P&gt;table Name -&amp;gt; MARA press F7 (or press enter directly ) and then F8 to execute.&lt;/P&gt;&lt;P&gt;You will see result entries of Table MARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls go and choose now from the menu Settings/User Paramters and&lt;/P&gt;&lt;P&gt;go to the tabstrip Data Browser. Right here choose pls "ALV GRID display" and press enter key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will see now the entries in ALV Format. And now if you hit now &lt;/P&gt;&lt;P&gt;Settings/Layout/Change there will be displayed a split popup window with&lt;/P&gt;&lt;P&gt;Display Columns on the left side Column Set on right side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear Friends please tell me urgently what is this a strange window.&lt;/P&gt;&lt;P&gt;How can I create such a window. Is there any tutorial or guide &lt;/P&gt;&lt;P&gt;about how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be very glad if somebody could support me in this matter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagards&lt;/P&gt;&lt;P&gt;Ilhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Feb 2009 12:37:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-22T12:37:35Z</dc:date>
    <item>
      <title>ALV Split window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-window/m-p/5212559#M1205710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Freinds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls call tcode se16 enter there the&lt;/P&gt;&lt;P&gt;table Name -&amp;gt; MARA press F7 (or press enter directly ) and then F8 to execute.&lt;/P&gt;&lt;P&gt;You will see result entries of Table MARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls go and choose now from the menu Settings/User Paramters and&lt;/P&gt;&lt;P&gt;go to the tabstrip Data Browser. Right here choose pls "ALV GRID display" and press enter key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will see now the entries in ALV Format. And now if you hit now &lt;/P&gt;&lt;P&gt;Settings/Layout/Change there will be displayed a split popup window with&lt;/P&gt;&lt;P&gt;Display Columns on the left side Column Set on right side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear Friends please tell me urgently what is this a strange window.&lt;/P&gt;&lt;P&gt;How can I create such a window. Is there any tutorial or guide &lt;/P&gt;&lt;P&gt;about how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be very glad if somebody could support me in this matter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagards&lt;/P&gt;&lt;P&gt;Ilhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2009 12:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-window/m-p/5212559#M1205710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-22T12:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Split window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-window/m-p/5212560#M1205711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ilhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This popup window is to change the layout of the ALV displayed. U can customise fields according to ur requirement. This can be done by selecting the field and clicking the '&amp;gt;' button and the selected field will move from the 'Displayed Columns' to 'Column Set'. This will remove the field from the ALV grid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want to create a new popup like this as a new requirement, the u need to call the function module&lt;/P&gt;&lt;P&gt;'ALV_GENERIC_DIALOG' as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: ref_to_variant type ref to cl_alv_variant.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'ALV_GENERIC_DIALOG'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;    is_dtc_layout           = is_dtc_layout&lt;/P&gt;&lt;P&gt;    i_bypassing_buffer      = i_bypassing_buffer&lt;/P&gt;&lt;P&gt;    i_buffer_active         = i_buffer_active&lt;/P&gt;&lt;P&gt;  importing&lt;/P&gt;&lt;P&gt;    e_saved                 = e_saved&lt;/P&gt;&lt;P&gt;  changing&lt;/P&gt;&lt;P&gt;    c_ref_to_cl_alv_variant = ref_to_variant&lt;/P&gt;&lt;P&gt;  exceptions&lt;/P&gt;&lt;P&gt;    no_change               = 1&lt;/P&gt;&lt;P&gt;    restore_old_view        = 2&lt;/P&gt;&lt;P&gt;    no_filt_change          = 3&lt;/P&gt;&lt;P&gt;    others                  = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where the structure 'is_dtc_layout' the component T_TABSTRIP  needs to be filled, where T_TABSTRIP is a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just put a ' /h' when u r in the ALV grid display and then goto menu settings-&amp;gt;layout-&amp;gt;change. Then u will find the code for this FM and u will find the values which needs to be passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u have any more dbts please let me know.&lt;/P&gt;&lt;P&gt;                                           &lt;/P&gt;&lt;P&gt;Keerthi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Keerthy K on Feb 23, 2009 7:06 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Keerthy K on Feb 23, 2009 7:10 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 06:03:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-window/m-p/5212560#M1205711</guid>
      <dc:creator>keerthy_k</dc:creator>
      <dc:date>2009-02-23T06:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Split window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-window/m-p/5212561#M1205712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keerthy K  thank you very much for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me to fill the structure 'is_dtc_layout' completely in order to call this FM.&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;Ilhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 06:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-window/m-p/5212561#M1205712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T06:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Split window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-window/m-p/5212562#M1205713</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 debugged the code and I can find that there are 9 entries and they are as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: IS_DTC_LAYOUT TYPE DTC_S_LAYO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: T_WS type DTC_T_TS,&lt;/P&gt;&lt;P&gt;           L_WS type DTC_S_TS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L_WS-TS_DEFAULT = 'X'.&lt;/P&gt;&lt;P&gt;L_WS-TS_UCOMM   = 'ALV_M_R1'.&lt;/P&gt;&lt;P&gt;L_WS-TS_HEADER  = 'Displayed Columns'.&lt;/P&gt;&lt;P&gt;L_WS-TS_ORDER   = '1'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1STYLE = '1'.&lt;/P&gt;&lt;P&gt;L_WS-GRID2STYLE = '0'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1NOTEM = ' '.&lt;/P&gt;&lt;P&gt;L_WS-GRID2NOTEM = 'X'.&lt;/P&gt;&lt;P&gt;append L_WS to T_WS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear L_WS.&lt;/P&gt;&lt;P&gt;L_WS-TS_DEFAULT = ' '.&lt;/P&gt;&lt;P&gt;L_WS-TS_UCOMM   = 'ALV_M_R1_SUM'.&lt;/P&gt;&lt;P&gt;L_WS-TS_HEADER  = 'Displayed Columns'.&lt;/P&gt;&lt;P&gt;L_WS-TS_ORDER   = '1'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1STYLE = '1'.&lt;/P&gt;&lt;P&gt;L_WS-GRID2STYLE = '0'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1NOTEM = ' '.&lt;/P&gt;&lt;P&gt;L_WS-GRID2NOTEM = 'X'.&lt;/P&gt;&lt;P&gt;append L_WS to T_WS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear L_WS.&lt;/P&gt;&lt;P&gt;L_WS-TS_DEFAULT = ' '.&lt;/P&gt;&lt;P&gt;L_WS-TS_UCOMM   = 'ALV_M_R2'.&lt;/P&gt;&lt;P&gt;L_WS-TS_HEADER  = 'Sort Order'.&lt;/P&gt;&lt;P&gt;L_WS-TS_ORDER   = '2'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1STYLE = '1'.&lt;/P&gt;&lt;P&gt;L_WS-GRID2STYLE = '0'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1NOTEM = ' '.&lt;/P&gt;&lt;P&gt;L_WS-GRID2NOTEM = 'X'.&lt;/P&gt;&lt;P&gt;append L_WS to T_WS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear L_WS.&lt;/P&gt;&lt;P&gt;L_WS-TS_DEFAULT = ' '.&lt;/P&gt;&lt;P&gt;L_WS-TS_UCOMM   = 'ALV_M_R3'.&lt;/P&gt;&lt;P&gt;L_WS-TS_HEADER  = 'Filter'.&lt;/P&gt;&lt;P&gt;L_WS-TS_ORDER   = '3'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1STYLE = '1'.&lt;/P&gt;&lt;P&gt;L_WS-GRID2STYLE = '0'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1NOTEM = ' '.&lt;/P&gt;&lt;P&gt;L_WS-GRID2NOTEM = ' '.&lt;/P&gt;&lt;P&gt;append L_WS to T_WS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear L_WS.&lt;/P&gt;&lt;P&gt;L_WS-TS_DEFAULT = ' '.&lt;/P&gt;&lt;P&gt;L_WS-TS_UCOMM   = 'ALV_M_R4'.&lt;/P&gt;&lt;P&gt;L_WS-TS_HEADER  = 'View'.&lt;/P&gt;&lt;P&gt;L_WS-TS_ORDER   = '4'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1STYLE = '1'.&lt;/P&gt;&lt;P&gt;L_WS-GRID2STYLE = '0'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1NOTEM = ' '.&lt;/P&gt;&lt;P&gt;L_WS-GRID2NOTEM = ' '.&lt;/P&gt;&lt;P&gt;append L_WS to T_WS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear L_WS.&lt;/P&gt;&lt;P&gt;L_WS-TS_DEFAULT = ' '.&lt;/P&gt;&lt;P&gt;L_WS-TS_UCOMM   = 'ALV_M_R4_EXCEL'.&lt;/P&gt;&lt;P&gt;L_WS-TS_HEADER  = 'View'.&lt;/P&gt;&lt;P&gt;L_WS-TS_ORDER   = '4'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1STYLE = '1'.&lt;/P&gt;&lt;P&gt;L_WS-GRID2STYLE = '0'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1NOTEM = ' '.&lt;/P&gt;&lt;P&gt;L_WS-GRID2NOTEM = ' '.&lt;/P&gt;&lt;P&gt;append L_WS to T_WS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear L_WS.&lt;/P&gt;&lt;P&gt;L_WS-TS_DEFAULT = ' '.&lt;/P&gt;&lt;P&gt;L_WS-TS_UCOMM   = 'ALV_M_R4_LOTUS'.&lt;/P&gt;&lt;P&gt;L_WS-TS_HEADER  = 'View'.&lt;/P&gt;&lt;P&gt;L_WS-TS_ORDER   = '4'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1STYLE = '1'.&lt;/P&gt;&lt;P&gt;L_WS-GRID2STYLE = '0'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1NOTEM = ' '.&lt;/P&gt;&lt;P&gt;L_WS-GRID2NOTEM = ' '.&lt;/P&gt;&lt;P&gt;append L_WS to T_WS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear L_WS.&lt;/P&gt;&lt;P&gt;L_WS-TS_DEFAULT = ' '.&lt;/P&gt;&lt;P&gt;L_WS-TS_UCOMM   = 'ALV_M_R5'.&lt;/P&gt;&lt;P&gt;L_WS-TS_HEADER  = 'Display'.&lt;/P&gt;&lt;P&gt;L_WS-TS_ORDER   = '5'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1STYLE = '1'.&lt;/P&gt;&lt;P&gt;L_WS-GRID2STYLE = '0'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1NOTEM = ' '.&lt;/P&gt;&lt;P&gt;L_WS-GRID2NOTEM = ' '.&lt;/P&gt;&lt;P&gt;append L_WS to T_WS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear L_WS.&lt;/P&gt;&lt;P&gt;L_WS-TS_DEFAULT = ' '.&lt;/P&gt;&lt;P&gt;L_WS-TS_UCOMM   = 'ALV_M_R6'.&lt;/P&gt;&lt;P&gt;L_WS-TS_HEADER  = 'Web options'.&lt;/P&gt;&lt;P&gt;L_WS-TS_ORDER   = '6'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1STYLE = '1'.&lt;/P&gt;&lt;P&gt;L_WS-GRID2STYLE = '0'.&lt;/P&gt;&lt;P&gt;L_WS-GRID1NOTEM = ' '.&lt;/P&gt;&lt;P&gt;L_WS-GRID2NOTEM = ' '.&lt;/P&gt;&lt;P&gt;append L_WS to T_WS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is_dtc_layout-T_TABSTRIP = T_WS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is there in the class 'CL_ALV_VARIANT' and the method in which the FM is called is 'LVC_VARIANT'. Please see the coding in the method, how the FM is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keerthi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Keerthy K on Feb 23, 2009 8:50 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Keerthy K on Feb 23, 2009 8:53 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Keerthy K on Feb 23, 2009 8:57 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 07:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-window/m-p/5212562#M1205713</guid>
      <dc:creator>keerthy_k</dc:creator>
      <dc:date>2009-02-23T07:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Split window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-window/m-p/5212563#M1205714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting a dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: l_dummy type ref to cl_alv_variant.
DATA: IS_DTC_LAYOUT TYPE DTC_S_LAYO.
DATA: T_WS type DTC_T_TS,
L_WS type DTC_S_TS.

L_WS-TS_DEFAULT = 'X'.
L_WS-TS_UCOMM = 'ALV_M_R1'.
L_WS-TS_HEADER = 'Displayed Columns'.
L_WS-TS_ORDER = '1'.
L_WS-GRID1STYLE = '1'.
L_WS-GRID2STYLE = '0'.
L_WS-GRID1NOTEM = ' '.
L_WS-GRID2NOTEM = 'X'.
append L_WS to T_WS.

clear L_WS.
L_WS-TS_DEFAULT = ' '.
L_WS-TS_UCOMM = 'ALV_M_R1_SUM'.
L_WS-TS_HEADER = 'Displayed Columns'.
L_WS-TS_ORDER = '1'.
L_WS-GRID1STYLE = '1'.
L_WS-GRID2STYLE = '0'.
L_WS-GRID1NOTEM = ' '.
L_WS-GRID2NOTEM = 'X'.
append L_WS to T_WS.

clear L_WS.
L_WS-TS_DEFAULT = ' '.
L_WS-TS_UCOMM = 'ALV_M_R2'.
L_WS-TS_HEADER = 'Sort Order'.
L_WS-TS_ORDER = '2'.
L_WS-GRID1STYLE = '1'.
L_WS-GRID2STYLE = '0'.
L_WS-GRID1NOTEM = ' '.
L_WS-GRID2NOTEM = 'X'.
append L_WS to T_WS.

clear L_WS.
L_WS-TS_DEFAULT = ' '.
L_WS-TS_UCOMM = 'ALV_M_R3'.
L_WS-TS_HEADER = 'Filter'.
L_WS-TS_ORDER = '3'.
L_WS-GRID1STYLE = '1'.
L_WS-GRID2STYLE = '0'.
L_WS-GRID1NOTEM = ' '.
L_WS-GRID2NOTEM = ' '.
append L_WS to T_WS.

clear L_WS.
L_WS-TS_DEFAULT = ' '.
L_WS-TS_UCOMM = 'ALV_M_R4'.
L_WS-TS_HEADER = 'View'.
L_WS-TS_ORDER = '4'.
L_WS-GRID1STYLE = '1'.
L_WS-GRID2STYLE = '0'.
L_WS-GRID1NOTEM = ' '.
L_WS-GRID2NOTEM = ' '.
append L_WS to T_WS.

clear L_WS.
L_WS-TS_DEFAULT = ' '.
L_WS-TS_UCOMM = 'ALV_M_R4_EXCEL'.
L_WS-TS_HEADER = 'View'.
L_WS-TS_ORDER = '4'.
L_WS-GRID1STYLE = '1'.
L_WS-GRID2STYLE = '0'.
L_WS-GRID1NOTEM = ' '.
L_WS-GRID2NOTEM = ' '.
append L_WS to T_WS.

clear L_WS.
L_WS-TS_DEFAULT = ' '.
L_WS-TS_UCOMM = 'ALV_M_R4_LOTUS'.
L_WS-TS_HEADER = 'View'.
L_WS-TS_ORDER = '4'.
L_WS-GRID1STYLE = '1'.
L_WS-GRID2STYLE = '0'.
L_WS-GRID1NOTEM = ' '.
L_WS-GRID2NOTEM = ' '.
append L_WS to T_WS.

clear L_WS.
L_WS-TS_DEFAULT = ' '.
L_WS-TS_UCOMM = 'ALV_M_R5'.
L_WS-TS_HEADER = 'Display'.
L_WS-TS_ORDER = '5'.
L_WS-GRID1STYLE = '1'.
L_WS-GRID2STYLE = '0'.
L_WS-GRID1NOTEM = ' '.
L_WS-GRID2NOTEM = ' '.
append L_WS to T_WS.

clear L_WS.
L_WS-TS_DEFAULT = ' '.
L_WS-TS_UCOMM = 'ALV_M_R6'.
L_WS-TS_HEADER = 'Web options'.
L_WS-TS_ORDER = '6'.
L_WS-GRID1STYLE = '1'.
L_WS-GRID2STYLE = '0'.
L_WS-GRID1NOTEM = ' '.
L_WS-GRID2NOTEM = ' '.
append L_WS to T_WS.

is_dtc_layout-T_TABSTRIP = T_WS.

    CALL FUNCTION 'ALV_GENERIC_DIALOG'
         EXPORTING
              IS_DTC_LAYOUT           = is_dtc_layout
         changing
              C_REF_TO_CL_ALV_VARIANT = l_dummy
         EXCEPTIONS
              NO_CHANGE               = 1
              OTHERS                  = 2.
    IF SY-SUBRC ne 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
     endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds&lt;/P&gt;&lt;P&gt;Ilhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 08:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-window/m-p/5212563#M1205714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T08:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Split window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-window/m-p/5212564#M1205715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ilhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the method MAINTAIN_VARIANT of the class 'CL_CRM_IPM_AVAIL_SEL_VARIANT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 08:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-window/m-p/5212564#M1205715</guid>
      <dc:creator>keerthy_k</dc:creator>
      <dc:date>2009-02-23T08:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Split window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-window/m-p/5212565#M1205716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, I have seen it. And now ?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont have the solutioin anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 09:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-split-window/m-p/5212565#M1205716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-23T09:16:50Z</dc:date>
    </item>
  </channel>
</rss>

