<?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: Long text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1951303#M391845</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;You can't display 1000 char in a single Line anywhere as output.&lt;/P&gt;&lt;P&gt;Max length allowed is 255 char only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion is better to split the 1000 char string into 5 lines and display.&lt;/P&gt;&lt;P&gt;Declare 5 variables of length 200 char each and split the long text into them and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2007 07:31:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-15T07:31:28Z</dc:date>
    <item>
      <title>Long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1951301#M391843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ABAP gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using READ_TEXT function module in that tline TLINE(declared as internal tbale t_tline) table is contain 11 reocrd( the long test is maintain 1000 chareceters lenth).&lt;/P&gt;&lt;P&gt;That thousand charecter i hav to show in ALV output.&lt;/P&gt;&lt;P&gt;i declared variable of 1000 charecter length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data g_long(1000) type c.&lt;/P&gt;&lt;P&gt;( i tried by putting g_long type string also).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT T_TLINE.&lt;/P&gt;&lt;P&gt;CONCATENATE G_LONG T_TLINE-TDLINE INTO G_LONG SEPARATED BY SPACE.&lt;/P&gt;&lt;P&gt; ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debugg mode in the g_long variale its coming 131 lines only after concatenating also.&lt;/P&gt;&lt;P&gt;In output of ALV if i down load this to XL sheet in excel 255 charecters are coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i need whole charecters in the Long Text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl solve this isuue as early as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 07:25:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1951301#M391843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T07:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1951302#M391844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only 255 char is the limit, it cant dispaly more than that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better u split it and display in different lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 07:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1951302#M391844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T07:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1951303#M391845</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;You can't display 1000 char in a single Line anywhere as output.&lt;/P&gt;&lt;P&gt;Max length allowed is 255 char only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion is better to split the 1000 char string into 5 lines and display.&lt;/P&gt;&lt;P&gt;Declare 5 variables of length 200 char each and split the long text into them and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 07:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1951303#M391845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T07:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1951304#M391846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you display that you need to use the offset for more than 255 lenght fields. just write FIELD1(1000), then it will print the 1000 charecters .. so based on this work in ALV, you will be success&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 07:32:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1951304#M391846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T07:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1951305#M391847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sudheer,&lt;/P&gt;&lt;P&gt;Can u pl explain briefly.&lt;/P&gt;&lt;P&gt;I didnt get field(1000).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 10:32:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/1951305#M391847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T10:32:52Z</dc:date>
    </item>
  </channel>
</rss>

