<?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: wrong interpretation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157920#M994065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes non-displayable character is displayed as # only.and it will display as hexadecimal value only and you can check this in new editor.if you will use new editor you can see this # values there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2008 08:22:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-18T08:22:25Z</dc:date>
    <item>
      <title>wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157917#M994062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;sap translates \n\r to ## ? Why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the reason for this wrong interpretation ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 08:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157917#M994062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T08:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157918#M994063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any non-displayable character is displayed as #.  The value in the field remains unchanged - so if you subsequently write it to a file it will still be, e.g. /n.  You can check this in debugger by looking at the hexadecimal value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 08:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157918#M994063</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-07-18T08:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157919#M994064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok but why can't SAP recognize \n\r as linefeed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would u recommend instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 08:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157919#M994064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T08:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157920#M994065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes non-displayable character is displayed as # only.and it will display as hexadecimal value only and you can check this in new editor.if you will use new editor you can see this # values there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 08:22:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157920#M994065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T08:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157921#M994066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do mean exactly by "not recognise".  If you are writing the file to the screen for example, the reason why SAP doesn't recognise these characters is because that's how the SAP application is written. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't recommend what to try instead, because you haven't said what are you trying to achieve!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 08:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157921#M994066</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-07-18T08:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157922#M994067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to achieve the correctly interpreation of&lt;/P&gt;&lt;P&gt;my original intension: -&amp;gt; make a line feed &lt;/P&gt;&lt;P&gt;instead of displaying ## .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 08:59:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157922#M994067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T08:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157923#M994068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For goodness sake, if you want help, you have to give more information.  Simply repeating, "I want the correct interpretation" is unhelpful.  The correct interpretation depends on context.  If you'd like to give the context, you might get some useful answers.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although you see #, what do you get when you look at it through the debugger in hex?  The # is only a visual representation of an &lt;STRONG&gt;undisplayable&lt;/STRONG&gt; character.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where are you wanting this line feed?  On the screen, in a file going to the presentation server, in a file going to the app server, in a SAPScript, and adobe form, in a smartform, in a webservice, a dynpro?  What?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where are you seeing this ##?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 10:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157923#M994068</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-07-18T10:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157924#M994069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;billing first of all don't be in hysterics try to stay more&lt;/P&gt;&lt;P&gt;cool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To your question (you are answering my questions with&lt;/P&gt;&lt;P&gt;questions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Where are you wanting this line feed? On the screen, in a file going to the presentation server, in a file going to the app server, in a SAPScript, and adobe form, in a smartform, in a webservice, a dynpro? What?&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does it matter. Line feed (line break) is line feed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 10:14:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157924#M994069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T10:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157925#M994070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can't be bothered to answer the questions I'm asking, in order to elucidate enough information to give you a helpful answer, then really there's very little point in me putting in any further effort to assist you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="2" __jive_macro_name="size"&gt;Do you still have the boxes the computer came in?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:25:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157925#M994070</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-07-18T12:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157926#M994071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;billing thank you very much for your helpful hints &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157926#M994071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T12:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157927#M994072</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;&amp;gt; billing first of all don't be in hysterics try to stay more&lt;/P&gt;&lt;P&gt;&amp;gt; cool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all I would like to say that here in the forums it is quite common to call each other using the first name. Using only the surname can be recognized as impolite here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; To your question (you are answering my questions with&lt;/P&gt;&lt;P&gt;&amp;gt; questions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, he is answering with questions. And this is very good! Your orginial posting had not enough information for him to provide a solution. Either he could just not answer or he is asking for more input. Be happy that he is spending &lt;STRONG&gt;his&lt;/STRONG&gt; time to solve &lt;STRONG&gt;your&lt;/STRONG&gt; problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Where are you wanting this line feed? On the screen, in a file going to the presentation server, in a file going to the app server, in a SAPScript, and adobe form, in a smartform, in a webservice, a dynpro? What?&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; What does it matter. Line feed (line break) is line feed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are sure that it does not matter, then you are free not to answer. But most likely he will not give you an answer then. And you are facing an issue with ABAP, not him...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And to explain it a little bit: Line feed is line feed. Yes. But the represenation of line feeds is different on different systems. And if you want to get a line feed as a result you better chose the represenation your system expects. So if you want to have a line feed while writing to the display using 'WRITE' you may need something different as if you want to create a textfile coded in EBCDIC on a mainframe...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want an answer, so you need to specify your question as good as possible. If you don't want to interact, then read a book or search the net.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jan Stallkamp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:35:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157927#M994072</guid>
      <dc:creator>JanStallkamp</dc:creator>
      <dc:date>2008-07-18T12:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157928#M994073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stallkamp thank u for the moralizer but it was not really necessary instead of I need a solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for my problem which is still existing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the SAP side there is a input field named DESCRIPTION (type char 132).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It displays # instead off  new line ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you have understood it correctly now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157928#M994073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T12:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157929#M994074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; On the SAP side there is a input field named DESCRIPTION (type char 132).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is "there" a normal dynpro? Or is it a textedit control?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:59:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157929#M994074</guid>
      <dc:creator>markus_doehr2</dc:creator>
      <dc:date>2008-07-18T12:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157930#M994075</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;Ok, I understand. You are only interested in a solution not in being part of a community. That's your decision and I accept that. I just wanted to let you know that maybe a community network is not the right place for this attitude. And I hope that you understand that I'm only interested in helping people that are accepting the way a community works.&lt;/P&gt;&lt;P&gt;I will not touch this thread again unless there is a need to lock it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jan Stallkamp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 13:02:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157930#M994075</guid>
      <dc:creator>JanStallkamp</dc:creator>
      <dc:date>2008-07-18T13:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157931#M994076</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 think I &lt;EM&gt;might&lt;/EM&gt; have understood what was being asked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I take it that the "Description field" is something that you are trying to fill through a BAPI or something. In that case, I would suggest the following (I take it that since you want to put in line breaks, Description is actually a table). In JCo (I am no ABAP guy but I think the same principle might work here), I do something like the following - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I first take the string and after every 132 characters I add a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System.getProperty("line.separator"); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This helps me cut the text in the maximum size that SAP accepts it (132 characters). Then while setting this text, I check if I have a line.separator. If yes, then I simply add a new row to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table description = tableParamList.getTable("Description");&lt;/P&gt;&lt;P&gt;description.appendRow();&lt;/P&gt;&lt;P&gt;description.setValue(myTextString, "ColumnName");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now like I said, everytime I encounter a "\n\r" or a line.separator, I just call the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;description.appendRow();&lt;/P&gt;&lt;P&gt;description.setValue(myTextString, "ColumnName");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;part of the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I dont send "\n\r" directly over, but just add a new row in the Description table and set the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you could use a similar way to avoid seeing the "##". Everytime you encounter a "\n\r" in your text, just remove those characters from the string and add a line in the description table to set the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T00th.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 13:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157931#M994076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T13:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157932#M994077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And to explain it a little bit: Line feed is line feed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Not even that is true as you might easily find out [here|http://en.wikipedia.org/wiki/Newline#Representations] if you don't yet know.&lt;/P&gt;&lt;P&gt;Even the OP, sas, got it wrong because it is \r\n which isn't necessarily \n\r.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sas, how do you expect a one-line text field to display your string containing \r\n?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, anton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 13:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157932#M994077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T13:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157933#M994078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for unsupported characters, just use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_ABAP_CHAR_UTILITIES=&amp;gt;CR_LF   or&lt;/P&gt;&lt;P&gt;CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 13:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157933#M994078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T13:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157934#M994079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5820618"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=-1&amp;amp;messageID=5814991" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=-1&amp;amp;messageID=5814991&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=-1&amp;amp;messageID=5811403" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=-1&amp;amp;messageID=5811403&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=-1&amp;amp;messageID=5813620" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=-1&amp;amp;messageID=5813620&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=-1&amp;amp;messageID=5813618" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=-1&amp;amp;messageID=5813618&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 13:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157934#M994079</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-07-18T13:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: wrong interpretation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157935#M994080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are very smart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grüße&lt;/P&gt;&lt;P&gt;Hakan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2008 12:53:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-interpretation/m-p/4157935#M994080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-19T12:53:29Z</dc:date>
    </item>
  </channel>
</rss>

