<?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 problem in conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-conversion/m-p/1711920#M311362</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 creating a web application. I am calling RFC function modules from the frontend in HTML through JAVA interfacing.&lt;/P&gt;&lt;P&gt;Now, there is a textbox on the screen which takes 10 lines of 60 chars each.&lt;/P&gt;&lt;P&gt;when I pass this complete string of 600 chars to the RFC, it takes the ENTER char as '##', but in the code when I want to break it at '##', it doen't recognise these codes. &lt;/P&gt;&lt;P&gt;Can anyone please help me regarding this. Is it due to some kind of ASCII code conversion ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2006 21:22:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-21T21:22:03Z</dc:date>
    <item>
      <title>problem in conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-conversion/m-p/1711920#M311362</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 creating a web application. I am calling RFC function modules from the frontend in HTML through JAVA interfacing.&lt;/P&gt;&lt;P&gt;Now, there is a textbox on the screen which takes 10 lines of 60 chars each.&lt;/P&gt;&lt;P&gt;when I pass this complete string of 600 chars to the RFC, it takes the ENTER char as '##', but in the code when I want to break it at '##', it doen't recognise these codes. &lt;/P&gt;&lt;P&gt;Can anyone please help me regarding this. Is it due to some kind of ASCII code conversion ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 21:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-conversion/m-p/1711920#M311362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T21:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: problem in conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-conversion/m-p/1711921#M311363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's right, in the ABAP debugger, you will see the # sign as a representation of the non-printable character.  In this case you want to SPLIT the string using an attribute of the class CL_ABAP_CHAR_UTILITIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: istr type table of string with header line.

split str at CL_ABAP_CHAR_UTILITIES=&amp;gt;CR_LF
                         into table istr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 21:25:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-conversion/m-p/1711921#M311363</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-21T21:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem in conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-conversion/m-p/1711922#M311364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 21:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-conversion/m-p/1711922#M311364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T21:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem in conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-conversion/m-p/1711923#M311365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've encountered the same problem but haven't been able to find this "CL_ABAP_CHAR_UTILITIES=&amp;gt;CR_LF" method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In what SP it is available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to bypass/correct this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 12:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-conversion/m-p/1711923#M311365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T12:54:10Z</dc:date>
    </item>
  </channel>
</rss>

