<?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 question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/1598087#M268577</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;it_fieldcat-FIX_COLUMN = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; for the four A, B, C and D fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azaz Ali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2006 21:22:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-26T21:22:59Z</dc:date>
    <item>
      <title>ALV question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/1598083#M268573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an simple ALV list of many fields. (I am using resue alv list display function module for this). I have to keep dragging cursor to the right to see all fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the output, I want say fields 'A', 'B', 'C', 'D' always appear on the output even if I drag the cursor. I mean even if I drag the cursor to the right to see the other fields, these fields A ,B,C, D should still appear stationary on the output where as the other fields should be moving when I drag right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me what to do for the above requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 19:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/1598083#M268573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T19:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: ALV question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/1598084#M268574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the EVENTS, say KEY = 'X' For the fields A,B,C,D,E .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more INFO about the same :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	no_keyfix   	  Not relevant for block lists (output of several lists consecutively)&lt;/P&gt;&lt;P&gt;value set: SPACE, 'X'&lt;/P&gt;&lt;P&gt;' ' = the key columns defined in the field catalog by FIELDCAT-KEY = 'X' are fixed in the list output. These columns do not scroll horizontally. The item table key columns are fixed in hierarchical-sequential lists. The header table key fields are not considered here.&lt;/P&gt;&lt;P&gt;'X' = key columns not fixed. The user can change these general settings interactively.&lt;/P&gt;&lt;P&gt;To fix a column by default which is not a key column, set the parameter to 'X' and control it via the field list. See the documentation of the field list parameter FIELDCAT-FIX_COLUMN of the IMPORTING parameter IT_FIELDCAT.&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;srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 19:56:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/1598084#M268574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T19:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: ALV question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/1598085#M268575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set FIX_COLUMN to 'X' in the field catalog definition for those fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 19:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/1598085#M268575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T19:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: ALV question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/1598086#M268576</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 field catalog internal table for the fields A,B,C and D have the field KEY = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 20:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/1598086#M268576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T20:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: ALV question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/1598087#M268577</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;it_fieldcat-FIX_COLUMN = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; for the four A, B, C and D fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azaz Ali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 21:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/1598087#M268577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T21:22:59Z</dc:date>
    </item>
  </channel>
</rss>

