<?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: Grid with fixed column widths in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/grid-with-fixed-column-widths/m-p/1519954#M238888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Regarding my request about the wanted effect of columns to be non-rezizable by the user I must add further clarification:&lt;/P&gt;&lt;P&gt;I didn't mean the "fixed columns" to prevent them from scrolling out of the current window when the list is wider than the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I really meant is, that I do not want the user to pull the left or right margin of certain columns to narrow or widen that columns&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Fouad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Aug 2006 09:28:12 GMT</pubDate>
    <dc:creator>former_member124228</dc:creator>
    <dc:date>2006-08-15T09:28:12Z</dc:date>
    <item>
      <title>Grid with fixed column widths</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grid-with-fixed-column-widths/m-p/1519950#M238884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a grid in which I want to prevent the user to move the set column widths, because this grid has a separate graphik on top of it which would then cease to correspond with the grid columns.&lt;/P&gt;&lt;P&gt;My question: is there any means of difining a grid with &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;non-resizeble columns&amp;lt;/b&amp;gt;?&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Fouad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Fouad Sebbane&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 07:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grid-with-fixed-column-widths/m-p/1519950#M238884</guid>
      <dc:creator>former_member124228</dc:creator>
      <dc:date>2006-08-15T07:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Grid with fixed column widths</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grid-with-fixed-column-widths/m-p/1519951#M238885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can only restrict the user from changing the position of the column using the KEY / FIX_COLUMN attributes, but length I don't think we can restrict the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you need not allow the user to save the layout so that the report when executed later will have the default width for the columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 07:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grid-with-fixed-column-widths/m-p/1519951#M238885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-15T07:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Grid with fixed column widths</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grid-with-fixed-column-widths/m-p/1519952#M238886</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;In the below structure ,set bold field as 'X' for columns u wish to keep fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Fieldcat&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;types: begin of slis_fieldcat_main0,&lt;/P&gt;&lt;P&gt;         row_pos        like sy-curow, " output in row&lt;/P&gt;&lt;P&gt;         col_pos        like sy-cucol, " position of col &lt;/P&gt;&lt;P&gt;         fieldname      type slis_fieldname,&lt;/P&gt;&lt;P&gt;         tabname        type slis_tabname,&lt;/P&gt;&lt;P&gt;         currency(5)    type c,&lt;/P&gt;&lt;P&gt;         cfieldname     type slis_fieldname, " currency &lt;/P&gt;&lt;P&gt;         ctabname       type slis_tabname,   " and table&lt;/P&gt;&lt;P&gt;         ifieldname     type slis_fieldname, " initialcol&lt;/P&gt;&lt;P&gt;         quantity(3)    type c,&lt;/P&gt;&lt;P&gt;         qfieldname     type slis_fieldname, " qty&lt;/P&gt;&lt;P&gt;         qtabname       type slis_tabname,   " and table&lt;/P&gt;&lt;P&gt;         round          type i," round in write statement&lt;/P&gt;&lt;P&gt;         exponent(3)       type c,  " exponent for floats&lt;/P&gt;&lt;P&gt;         key(1)         type c,   " column with key-color&lt;/P&gt;&lt;P&gt;         icon(1)        type c,        " as icon&lt;/P&gt;&lt;P&gt;         symbol(1)      type c,        " as symbol&lt;/P&gt;&lt;P&gt;         checkbox(1)    type c,        " as checkbox&lt;/P&gt;&lt;P&gt;         just(1)        type c,  " (R)ight (L)eft (C)ent.&lt;/P&gt;&lt;P&gt;         lzero(1)       type c,        " leading zero&lt;/P&gt;&lt;P&gt;         no_sign(1)     type c,        " write no-sign&lt;/P&gt;&lt;P&gt;         no_zero(1)     type c,        " write no-zero&lt;/P&gt;&lt;P&gt;         no_convext(1)  type c,&lt;/P&gt;&lt;P&gt;         edit_mask      type slis_edit_mask,             &lt;/P&gt;&lt;P&gt;         emphasize(4)   type c,        " emphasize&lt;/P&gt;&lt;P&gt;   &amp;lt;b&amp;gt;fix_column&amp;lt;/b&amp;gt;(1)   type c,       " Spalte fixieren&lt;/P&gt;&lt;P&gt;         do_sum(1)      type c,        " sum up&lt;/P&gt;&lt;P&gt;         no_out(1)      type c,   " (O)blig.(X)no out&lt;/P&gt;&lt;P&gt;         tech(1)        type c,        " technical field&lt;/P&gt;&lt;P&gt;         outputlen      like dd03p-outputlen,&lt;/P&gt;&lt;P&gt;         offset         type dd03p-outputlen,     "offset&lt;/P&gt;&lt;P&gt;         seltext_l      like dd03p-scrtext_l, " long key &lt;/P&gt;&lt;P&gt;         seltext_m      like dd03p-scrtext_m, " middle &lt;/P&gt;&lt;P&gt;         seltext_s      like dd03p-scrtext_s, " short &lt;/P&gt;&lt;P&gt;         ddictxt(1)     type c,        " (S)hort (M)&lt;/P&gt;&lt;P&gt;         rollname       like dd03p-rollname,&lt;/P&gt;&lt;P&gt;         datatype       like dd03p-datatype,&lt;/P&gt;&lt;P&gt;         inttype        like dd03p-inttype,&lt;/P&gt;&lt;P&gt;         intlen         like dd03p-intlen,&lt;/P&gt;&lt;P&gt;         lowercase      like dd03p-lowercase,&lt;/P&gt;&lt;P&gt;       end of slis_fieldcat_main0.&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;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 07:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grid-with-fixed-column-widths/m-p/1519952#M238886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-15T07:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Grid with fixed column widths</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grid-with-fixed-column-widths/m-p/1519953#M238887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;in the field catalog, you can set &amp;lt;b&amp;gt;FIELDCAT-FIX_COLUMN = 'X'.&amp;lt;/b&amp;gt; so that the column will fixed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 07:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grid-with-fixed-column-widths/m-p/1519953#M238887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-15T07:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Grid with fixed column widths</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grid-with-fixed-column-widths/m-p/1519954#M238888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Regarding my request about the wanted effect of columns to be non-rezizable by the user I must add further clarification:&lt;/P&gt;&lt;P&gt;I didn't mean the "fixed columns" to prevent them from scrolling out of the current window when the list is wider than the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I really meant is, that I do not want the user to pull the left or right margin of certain columns to narrow or widen that columns&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Fouad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 09:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grid-with-fixed-column-widths/m-p/1519954#M238888</guid>
      <dc:creator>former_member124228</dc:creator>
      <dc:date>2006-08-15T09:28:12Z</dc:date>
    </item>
  </channel>
</rss>

