<?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 column header problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-header-problem/m-p/11247163#M1913539</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;Check the&amp;nbsp; length of the field, it may be the reason .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Sep 2015 16:53:15 GMT</pubDate>
    <dc:creator>VenkatRamesh_V</dc:creator>
    <dc:date>2015-09-04T16:53:15Z</dc:date>
    <item>
      <title>ALV column header problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-header-problem/m-p/11247160#M1913536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ALV output, there are two columns with header names says 'Manager as on (Key date1)' and 'Manager as on (Key date2)'.&lt;/P&gt;&lt;P&gt;But they are not appearing full text. It displays only 'Manager as on (Key da' . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/783898" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me regarding this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Narasimha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 16:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-header-problem/m-p/11247160#M1913536</guid>
      <dc:creator>former_member210804</dc:creator>
      <dc:date>2015-09-04T16:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: ALV column header problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-header-problem/m-p/11247161#M1913537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narasimha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the SCRTEXT_x and COLTEXT fields in LVC_S_FCAT.&amp;nbsp; These are the fields where column headings come from in ALV grid.&amp;nbsp; ALV will choose a longer or shorter column heading, depending on how wide the column is.&amp;nbsp; It looks like you're getting the 20 character SCRTEXT_M field (since the truncated heading you see is 20 long).&amp;nbsp; You should fill each of these heading fields with a text that fits within its defined length to avoid getting arbitrarily truncated like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 16:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-header-problem/m-p/11247161#M1913537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-04T16:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: ALV column header problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-header-problem/m-p/11247162#M1913538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem solved.. I m using seltext_l instead seltext_m field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Narasimha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 16:47:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-header-problem/m-p/11247162#M1913538</guid>
      <dc:creator>former_member210804</dc:creator>
      <dc:date>2015-09-04T16:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: ALV column header problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-header-problem/m-p/11247163#M1913539</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;Check the&amp;nbsp; length of the field, it may be the reason .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 16:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-header-problem/m-p/11247163#M1913539</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2015-09-04T16:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: ALV column header problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-header-problem/m-p/11247164#M1913540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case the field names are SELTEXT_L, SELTEXT_M, and SELTEXT_S.&amp;nbsp; You can try setting the DDICTXT value in the field catalog to "L", I think that may force ALV to always use the long text.&amp;nbsp; Or set the OUTPUTLEN value high and avoid column width optimizing in order to for the column to be wide enough that ALV will choose the long version anywa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 16:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-header-problem/m-p/11247164#M1913540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-04T16:56:56Z</dc:date>
    </item>
  </channel>
</rss>

