<?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: Regarding ALV layout in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-layout/m-p/4630866#M1090549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;data: wa_flayout TYPE slis_layout_alv.

FORM build_layout.
wa_flayout-zebra = 'X'.      "this is for alternate colors
wa_flayout-colwidth_optimize = 'X'. " for columns  width optimzation

wa_flayout-window_titlebar = 'Inventory BOM Report'.   " tilte bar
wa_flayout-detail_popup = 'X'.  " this is used for Detail popup 
                                       "if you click on any row a popup comes , in that all the row details will be shown
wa_flayout-no_min_linesize = 'X'. " this is related to line size
ENDFORM. "build_layout&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;actually the problem is the fieldcat is built in different way and the output what i am getting is different, i &amp;gt;mean the columns are interchanged kind,&lt;/P&gt;&lt;P&gt;&amp;gt;how is this happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be you have some variant (which may be default one ) , because of that you will see different order.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2008 15:32:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-09T15:32:09Z</dc:date>
    <item>
      <title>Regarding ALV layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-layout/m-p/4630865#M1090548</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;can anyone tell me what does this statement do : &lt;/P&gt;&lt;P&gt;wa_flayout TYPE slis_layout_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM build_layout.&lt;/P&gt;&lt;P&gt;  wa_flayout-zebra = 'X'.&lt;/P&gt;&lt;P&gt;  wa_flayout-colwidth_optimize = 'X'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; wa_flayout-window_titlebar = 'Inventory BOM Report'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  wa_flayout-detail_popup = 'X'.&lt;/P&gt;&lt;P&gt;  wa_flayout-no_min_linesize = 'X'.&lt;/P&gt;&lt;P&gt;ENDFORM.                    "build_layout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually the problem is the fieldcat is built in different way and the output what i am getting is different, i mean the columns are interchanged kind,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how is this happening?&lt;/P&gt;&lt;P&gt;can anyone tell me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 15:21:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-layout/m-p/4630865#M1090548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T15:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-layout/m-p/4630866#M1090549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;data: wa_flayout TYPE slis_layout_alv.

FORM build_layout.
wa_flayout-zebra = 'X'.      "this is for alternate colors
wa_flayout-colwidth_optimize = 'X'. " for columns  width optimzation

wa_flayout-window_titlebar = 'Inventory BOM Report'.   " tilte bar
wa_flayout-detail_popup = 'X'.  " this is used for Detail popup 
                                       "if you click on any row a popup comes , in that all the row details will be shown
wa_flayout-no_min_linesize = 'X'. " this is related to line size
ENDFORM. "build_layout&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;actually the problem is the fieldcat is built in different way and the output what i am getting is different, i &amp;gt;mean the columns are interchanged kind,&lt;/P&gt;&lt;P&gt;&amp;gt;how is this happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be you have some variant (which may be default one ) , because of that you will see different order.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 15:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-layout/m-p/4630866#M1090549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T15:32:09Z</dc:date>
    </item>
  </channel>
</rss>

