<?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 problem. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765049#M1305533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could make two substrings, from the big string and sohw it one after the other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2009 13:00:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-06T13:00:40Z</dc:date>
    <item>
      <title>Alv column problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765040#M1305524</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;I have an alv report which is not displaying the complete text in one of the alv's column.&lt;/P&gt;&lt;P&gt;The text is visible in my internal table and the size of text is 169 characters.&lt;/P&gt;&lt;P&gt;But when i am using the same internal table for displaying the data in alv, the alv is just showing the first 128 characters of the column.&lt;/P&gt;&lt;P&gt;i have tried wa_fcat-outputlen and it didn't solve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 11:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765040#M1305524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T11:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Alv column problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765041#M1305525</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;Where you declare the layout(Form for layout),put the following code snippet there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p_it_layout-colwidth_optimize = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where p_it_layout is the internal table of layout type i.e. slis_layout_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarbajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 11:48:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765041#M1305525</guid>
      <dc:creator>sarbajitm</dc:creator>
      <dc:date>2009-07-06T11:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alv column problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765042#M1305526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarbajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have already written this code in my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 11:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765042#M1305526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T11:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Alv column problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765043#M1305527</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;Also  set LINE-SIZE 255 in Report statement  . I mean -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT 'Rep name'  LINE-COUNT 65(3)&lt;/P&gt;&lt;P&gt;         LINE-SIZE 255&lt;/P&gt;&lt;P&gt;         MESSAGE-ID ZZ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 11:55:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765043#M1305527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T11:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alv column problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765044#M1305528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried it but it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 11:59:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765044#M1305528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T11:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alv column problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765045#M1305529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonu!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly check this thread &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link :[&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5609775"&gt;&lt;/A&gt;;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this thread somebody has told that a line in ALV can take maximum 1023 character.......that's why I'm telling you to check it out.&lt;/P&gt;&lt;P&gt;May it helps you to solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarbajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 12:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765045#M1305529</guid>
      <dc:creator>sarbajitm</dc:creator>
      <dc:date>2009-07-06T12:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alv column problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765046#M1305530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarbajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My line in alv has less than 1024 characters.&lt;/P&gt;&lt;P&gt;The problem is not of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that a maximum number of characters which can be assigned in alv's column is 255.&lt;/P&gt;&lt;P&gt;But in my case the no. of character is just 169 which is less than 255.&lt;/P&gt;&lt;P&gt;Then why alv is not displaying the complete information in it's column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 12:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765046#M1305530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T12:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Alv column problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765047#M1305531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OSS note &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;857823 - ALV grid: Strings with a maximum of 128 characters&lt;/P&gt;&lt;P&gt;Symptom&lt;/P&gt;&lt;P&gt;Entries in cells of the type CHAR or string are truncated after 128&lt;/P&gt;&lt;P&gt;characters in the SAP GUI.&lt;/P&gt;&lt;P&gt;More Terms&lt;/P&gt;&lt;P&gt;ALV Grid Control (cl_gui_alv_grid), function module (Full-screen) Grid&lt;/P&gt;&lt;P&gt;(Reuse_alv_grid_display, SAPLSLVC_FULLSCREEN), SAPGUI, back end, front end&lt;/P&gt;&lt;P&gt;Cause and Prerequisites&lt;/P&gt;&lt;P&gt;The data table that is sent to the front end only allows character values&lt;/P&gt;&lt;P&gt;with the length 128.&lt;/P&gt;&lt;P&gt;Solution&lt;/P&gt;&lt;P&gt;This is the standard system behavior and cannot be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The note is not release-dependent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 12:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765047#M1305531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T12:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Alv column problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765048#M1305532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PBS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no other way to display the value in alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 12:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765048#M1305532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T12:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alv column problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765049#M1305533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could make two substrings, from the big string and sohw it one after the other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 13:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765049#M1305533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T13:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Alv column problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765050#M1305534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am closing this thread because i haven,t got a satisfactory answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 07:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-column-problem/m-p/5765050#M1305534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T07:35:39Z</dc:date>
    </item>
  </channel>
</rss>

