<?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: ALV display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/2008686#M409740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the structure lvc_s_layo can be used for to customize the grid appearance in many ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ALV control: Layout structure&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;gs_layout TYPE lvc_s_layo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Set grid title&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;gs_layout-grid_title = 'Flights'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD go_grid-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;            EXPORTING i_structure_name = 'SFLIGHT'&lt;/P&gt;&lt;P&gt;                                    is_layout               = gs_layout&lt;/P&gt;&lt;P&gt;            CHANGING   it_outtab               = gi_sflight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customize the appearence of the grid&lt;/P&gt;&lt;P&gt;The structure lvc_s_layo contains fields for setting graphical properties, displaying exceptions, calculating totals and enabling specific interaction options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill the apporpiate fields of structure lvc_s_layo and insert it as a parameter in the CALL METHOD go_grid-&amp;gt;set_table_for_first_display. See the example under Set the title of the grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to change apperance after list output, use the methods get_frontend_layout and set_frontend_layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples of fields in structure lvc_s_layo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GRID_TITLE Setting the title of the grid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEL_MODE. Selection mode, determines how rows can be selected. Can have the following values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Multiple columns, multiple rows with selection buttons.&lt;/P&gt;&lt;P&gt;B Simple selection, listbox, Single row/column&lt;/P&gt;&lt;P&gt;C Multiple rows without buttons&lt;/P&gt;&lt;P&gt;D Multiple rows with buttons and select all ICON&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/controls/alvgrid.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/controls/alvgrid.htm&lt;/A&gt;&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;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2007 13:16:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-23T13:16:32Z</dc:date>
    <item>
      <title>ALV display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/2008684#M409738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;   i have filled my layout for avl display using slis_layout_alv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; cs_layout-detail_initial_lines =  'X'.        "all fields in detail&lt;/P&gt;&lt;P&gt;  MOVE 'COLOR' TO cs_layout-info_fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  cs_layout-get_selinfos      = 'X'.&lt;/P&gt;&lt;P&gt;  cs_layout-group_change_edit = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but now i need to convert this  using LVC_S_LAYO . i m not getting the respective fields...&lt;/P&gt;&lt;P&gt;please can any one help me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 12:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/2008684#M409738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T12:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/2008685#M409739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cs_layout-info_fieldname -&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;&amp;gt;   INFO_FNAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in Se11 with structure  LVC_S_LAYO , you can get an idea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 12:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/2008685#M409739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T12:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: ALV display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/2008686#M409740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the structure lvc_s_layo can be used for to customize the grid appearance in many ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ALV control: Layout structure&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;gs_layout TYPE lvc_s_layo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Set grid title&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;gs_layout-grid_title = 'Flights'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD go_grid-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;            EXPORTING i_structure_name = 'SFLIGHT'&lt;/P&gt;&lt;P&gt;                                    is_layout               = gs_layout&lt;/P&gt;&lt;P&gt;            CHANGING   it_outtab               = gi_sflight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customize the appearence of the grid&lt;/P&gt;&lt;P&gt;The structure lvc_s_layo contains fields for setting graphical properties, displaying exceptions, calculating totals and enabling specific interaction options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill the apporpiate fields of structure lvc_s_layo and insert it as a parameter in the CALL METHOD go_grid-&amp;gt;set_table_for_first_display. See the example under Set the title of the grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to change apperance after list output, use the methods get_frontend_layout and set_frontend_layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples of fields in structure lvc_s_layo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GRID_TITLE Setting the title of the grid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEL_MODE. Selection mode, determines how rows can be selected. Can have the following values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Multiple columns, multiple rows with selection buttons.&lt;/P&gt;&lt;P&gt;B Simple selection, listbox, Single row/column&lt;/P&gt;&lt;P&gt;C Multiple rows without buttons&lt;/P&gt;&lt;P&gt;D Multiple rows with buttons and select all ICON&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/controls/alvgrid.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/controls/alvgrid.htm&lt;/A&gt;&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;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 13:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/2008686#M409740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T13:16:32Z</dc:date>
    </item>
  </channel>
</rss>

