<?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: Problems  with  string larger char(255) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-string-larger-char-255/m-p/7614271#M1569669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - 
When closing old threads, there is no need to add a comment. Adding a pasted answer like "." only brings old threads to the top of the forum list and pushes current ones down. If you do add a comment, please indicate just how the problem was resolved.

Rob&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Dec 2010 17:34:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-27T17:34:42Z</dc:date>
    <item>
      <title>Problems  with  string larger char(255)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-string-larger-char-255/m-p/7614268#M1569666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys , &lt;/P&gt;&lt;P&gt;Something really weird happened to me , i have the following code  to create a  flat file , suddenly it is truncating the lines in 250 ,  its funny i see  wa_ti_fich+330(5)   in the debugging and it has data , but the whole wa_ti_fich is only 255 long , ive tried with type char600 , with the same result , i cant use type string beacuse is not allow for unix file . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: begin of ti_fich occurs 0,
        linha(527),
      end of ti_fich .

 wa_ti_fich-linha+49(15)  = montante.
    wa_ti_fich-linha+64(2)   = '02'.   "codigo moeda 02
    wa_ti_fich-linha+106(2)  = '01'. "Codigo de la situación.
    wa_ti_fich-linha+112(8)  =  itab_saida-datav.
    wa_ti_fich-linha+120(8)  =  itab_saida-datav.
    wa_ti_fich-linha+128(8)  =  montante.
    wa_ti_fich-linha+143(2)  = '02'.
    wa_ti_fich-linha+185(2)  = '01'.  "  Naturaleza titular
    wa_ti_fich-linha+187(10) = itab_saida-stceg+2(10).
    wa_ti_fich-linha+197(1)  = '2'.    " Formato do nombre
    wa_ti_fich-linha+198(110) = itab_saida-name1.
    wa_ti_fich-linha+329(1) =  '2'.
    wa_ti_fich-linha+330(110) = itab_saida-stras.
    wa_ti_fich-linha+446(50) = itab_saida-ort01." nom_mun :
    wa_ti_fich-linha+496(2) =  itab_saida-regio.
    wa_ti_fich-linha+501(5) = itab_saida-pstlz.
 append wa_ti_fich to ti_fich .


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;please don send me links for scn  or google with similar subjects because i ve already checked it , believe me . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Dec 2010 16:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-string-larger-char-255/m-p/7614268#M1569666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-27T16:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems  with  string larger char(255)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-string-larger-char-255/m-p/7614269#M1569667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i was using unction 'C13Z_FILE_DOWNLOAD_ASCII' to copy to my computer it truncate teh string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Dec 2010 16:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-string-larger-char-255/m-p/7614269#M1569667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-27T16:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problems  with  string larger char(255)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-string-larger-char-255/m-p/7614270#M1569668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;255 is the maximum output lengh for CHAR variables in the Old Debugger. So it is normal that you don't see the end of the string in the Old Debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If you have a newer R/3-Release you can use the New Debugger and choose the output format "Tabular". In this display format, the contents are portioned into 50 characters each and thus you'll see the complete string. In older R/3-Releases, where the New Debugger is not yet available, you will have to input manually offsets in the debugger to see the complete string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Dec 2010 17:01:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-string-larger-char-255/m-p/7614270#M1569668</guid>
      <dc:creator>adrian_dorn</dc:creator>
      <dc:date>2010-12-27T17:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problems  with  string larger char(255)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-string-larger-char-255/m-p/7614271#M1569669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - 
When closing old threads, there is no need to add a comment. Adding a pasted answer like "." only brings old threads to the top of the forum list and pushes current ones down. If you do add a comment, please indicate just how the problem was resolved.

Rob&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Dec 2010 17:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-string-larger-char-255/m-p/7614271#M1569669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-27T17:34:42Z</dc:date>
    </item>
  </channel>
</rss>

