<?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 string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string/m-p/4584029#M1081303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 10 records in my table and i am displaying in a single row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: 2         3          hello&lt;/P&gt;&lt;P&gt;    4          7          idiididi&lt;/P&gt;&lt;P&gt;o/p&lt;/P&gt;&lt;P&gt;2    7   hello ididiidii&lt;/P&gt;&lt;P&gt;in my scenario i have more than 255 characters.&lt;/P&gt;&lt;P&gt;in my function module i have created a structure where i have a field with 2500 characters&lt;/P&gt;&lt;P&gt;and in function module m y final internal table is also having same 2500 characters&lt;/P&gt;&lt;P&gt;ex:zchar type zlchar-&amp;gt; this is of 2500 characters&lt;/P&gt;&lt;P&gt;but in internal table it is taking only 255 characters&lt;/P&gt;&lt;P&gt;and if iam declaring as string the same problem.&lt;/P&gt;&lt;P&gt;Please reply if any body is aware of  this&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;jansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2008 09:08:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-07T09:08:59Z</dc:date>
    <item>
      <title>string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string/m-p/4584029#M1081303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 10 records in my table and i am displaying in a single row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: 2         3          hello&lt;/P&gt;&lt;P&gt;    4          7          idiididi&lt;/P&gt;&lt;P&gt;o/p&lt;/P&gt;&lt;P&gt;2    7   hello ididiidii&lt;/P&gt;&lt;P&gt;in my scenario i have more than 255 characters.&lt;/P&gt;&lt;P&gt;in my function module i have created a structure where i have a field with 2500 characters&lt;/P&gt;&lt;P&gt;and in function module m y final internal table is also having same 2500 characters&lt;/P&gt;&lt;P&gt;ex:zchar type zlchar-&amp;gt; this is of 2500 characters&lt;/P&gt;&lt;P&gt;but in internal table it is taking only 255 characters&lt;/P&gt;&lt;P&gt;and if iam declaring as string the same problem.&lt;/P&gt;&lt;P&gt;Please reply if any body is aware of  this&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;jansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 09:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string/m-p/4584029#M1081303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T09:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string/m-p/4584030#M1081304</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; its taking 2500 characters ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried this with the folllowing codes ... check that once&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data :       b TYPE i VALUE 0,&lt;/P&gt;&lt;P&gt;      c(2500) TYPE c .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHILE 1 = 1.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  CONCATENATE 'a' c INTO c .&lt;/P&gt;&lt;P&gt;  add 1 to b .&lt;/P&gt;&lt;P&gt;  if b &amp;gt; 2500 .&lt;/P&gt;&lt;P&gt;    BREAK-POINT.&lt;/P&gt;&lt;P&gt;    exit.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDWHILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE : / c .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR b.&lt;/P&gt;&lt;P&gt;FIND ALL OCCURRENCES OF 'a' in c in CHARACTER MODE match COUNT b .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/ b .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i got 2500 in variable  &lt;STRONG&gt;b&lt;/STRONG&gt; ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 10:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string/m-p/4584030#M1081304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T10:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string/m-p/4584031#M1081305</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;Output length will be 255, so use offset addressing. like for ex: str1&lt;EM&gt;0(255) str1&lt;/EM&gt;255(255). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 10:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string/m-p/4584031#M1081305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T10:24:59Z</dc:date>
    </item>
  </channel>
</rss>

