<?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 grid layout ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout/m-p/3558754#M856394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; The attributes you have mentioned are of properties for the grid.&lt;/P&gt;&lt;P&gt;Just goto se11 and in the type-group option give SLIS as input and get into it. You can see lotsof properties. Also use the sample program as BCALV_GRID_DEMO. It will give you some picture about the ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sanki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2008 11:52:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-28T11:52:33Z</dc:date>
    <item>
      <title>Alv grid layout ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout/m-p/3558751#M856391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey people i am new to ALV reports.&lt;/P&gt;&lt;P&gt;Can any one plz tell me what these grid layouts in the following codes are for??&amp;amp; how do they function??thanx.&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;FORM build_layout.&lt;/P&gt;&lt;P&gt;  gd_layout-no_input          = 'X'.&lt;/P&gt;&lt;P&gt;  gd_layout-colwidth_optimize = 'X'.&lt;/P&gt;&lt;P&gt;  gd_layout-totals_text       = 'Totals'(201).&lt;/P&gt;&lt;P&gt;ENDFORM.                    " BUILD_LAYOUT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 11:29:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout/m-p/3558751#M856391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T11:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alv grid layout ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout/m-p/3558752#M856392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Study this u will understand the Layout Functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The layout structure is of type LVC_S_LAYO . It contains fields for settinig graphical properties of the grid control, displaying exceptions, calculating totals and enabling specific interaction options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alphabetic Index&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field name&lt;/P&gt;&lt;P&gt; Short description&lt;/P&gt;&lt;P&gt; Purpose&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CTAB_FNAME&lt;/P&gt;&lt;P&gt; Field name of table with cell color codes&lt;/P&gt;&lt;P&gt; Colors&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CWIDTH_OPT&lt;/P&gt;&lt;P&gt; Optimize column width&lt;/P&gt;&lt;P&gt; Properties of the Grid Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DETAILINIT&lt;/P&gt;&lt;P&gt; Display initial values on detail screen&lt;/P&gt;&lt;P&gt; Interaction Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DETAILTITL&lt;/P&gt;&lt;P&gt; Title bar of detail screen&lt;/P&gt;&lt;P&gt; Interaction Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;EXCP_CONDS&lt;/P&gt;&lt;P&gt; Inherit exceptions to (sub) total&lt;/P&gt;&lt;P&gt; Exceptions&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;EXCP_FNAME&lt;/P&gt;&lt;P&gt; Field name with exception code&lt;/P&gt;&lt;P&gt; Exceptions&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;EXCP_LED&lt;/P&gt;&lt;P&gt; Exception as LED&lt;/P&gt;&lt;P&gt; Exceptions&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;EXCP_ROLLN&lt;/P&gt;&lt;P&gt; Data element for exception documentation&lt;/P&gt;&lt;P&gt; Exceptions&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;GRID_TITLE&lt;/P&gt;&lt;P&gt; Text of title bar&lt;/P&gt;&lt;P&gt; Properties of the Grid Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;INFO_FNAME&lt;/P&gt;&lt;P&gt; Name of field with row color codes&lt;/P&gt;&lt;P&gt; Colors&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;KEYHOT&lt;/P&gt;&lt;P&gt; Key columns as hotspot&lt;/P&gt;&lt;P&gt; Interaction Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NO_HEADERS&lt;/P&gt;&lt;P&gt; Hide column headers&lt;/P&gt;&lt;P&gt; Properties of the Grid Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NO_HGRIDLN&lt;/P&gt;&lt;P&gt; Hide horizontal grid lines&lt;/P&gt;&lt;P&gt; Properties of the Grid Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NO_MERGING&lt;/P&gt;&lt;P&gt; Disable cell merging&lt;/P&gt;&lt;P&gt; Properties of the Grid Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NO_ROWMARK&lt;/P&gt;&lt;P&gt; Hide row marks&lt;/P&gt;&lt;P&gt; Properties of the Grid Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NO_TOOLBAR&lt;/P&gt;&lt;P&gt; Hide toolbar&lt;/P&gt;&lt;P&gt; Properties of the Grid Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NO_TOTARR&lt;/P&gt;&lt;P&gt; Do not display totals arrrows&lt;/P&gt;&lt;P&gt; Totals Options&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NO_TOTEXP&lt;/P&gt;&lt;P&gt; Do not display expand icons&lt;/P&gt;&lt;P&gt; Totals Options&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NO_TOTLINE&lt;/P&gt;&lt;P&gt; Do not display totals line&lt;/P&gt;&lt;P&gt; Totals Options&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NO_VGRIDLN&lt;/P&gt;&lt;P&gt; Hide vertical grid lines&lt;/P&gt;&lt;P&gt; Properties of the Grid Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NUMC_TOTAL&lt;/P&gt;&lt;P&gt; Allow totals calculation for NUMC fields &lt;/P&gt;&lt;P&gt; Totals Options&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;S_DRAGDROP&lt;/P&gt;&lt;P&gt; Drag &amp;amp; Drop control settings&lt;/P&gt;&lt;P&gt; Interaction Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SEL_MODE&lt;/P&gt;&lt;P&gt; Selection mode&lt;/P&gt;&lt;P&gt; Properties of the Grid Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SGL_CLK_HD&lt;/P&gt;&lt;P&gt; Single click on column header&lt;/P&gt;&lt;P&gt; Interaction Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SMALLTITLE&lt;/P&gt;&lt;P&gt; Title size&lt;/P&gt;&lt;P&gt; Properties of the Grid Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;STYLEFNAME&lt;/P&gt;&lt;P&gt; Name of the cell table for pushbuttons&lt;/P&gt;&lt;P&gt; Interaction Control&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;TOTALS_BEF&lt;/P&gt;&lt;P&gt; Totals output before single records&lt;/P&gt;&lt;P&gt; Totals Options&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ZEBRA&lt;/P&gt;&lt;P&gt; Alternating cell color (zebra pattern) for print output&lt;/P&gt;&lt;P&gt; Colors&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Morris Bond.&lt;/P&gt;&lt;P&gt;Reward Points if Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 11:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout/m-p/3558752#M856392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T11:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Alv grid layout ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout/m-p/3558753#M856393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohanty,&lt;/P&gt;&lt;P&gt;No_input  =  it won't accepts input ie; it is only for display purpose.&lt;/P&gt;&lt;P&gt;colwidth_optimize = resize facility is available for columns.&lt;/P&gt;&lt;P&gt;totals_text = it totals for only ist column...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz rewards if useful,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ganesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 11:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout/m-p/3558753#M856393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T11:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Alv grid layout ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout/m-p/3558754#M856394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; The attributes you have mentioned are of properties for the grid.&lt;/P&gt;&lt;P&gt;Just goto se11 and in the type-group option give SLIS as input and get into it. You can see lotsof properties. Also use the sample program as BCALV_GRID_DEMO. It will give you some picture about the ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sanki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 11:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-layout/m-p/3558754#M856394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T11:52:33Z</dc:date>
    </item>
  </channel>
</rss>

