<?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: ABAP # Character Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538163#M2005917</link>
    <description>&lt;P&gt;REPLACE ALL OCCURRENCES OF CL_ABAP_CHAR_UTILITIES=&amp;gt;CR_LF+1 IN acklm_str WITH space.&lt;/P&gt;&lt;P&gt;It was solved. Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2022 11:19:46 GMT</pubDate>
    <dc:creator>acamli</dc:creator>
    <dc:date>2022-03-10T11:19:46Z</dc:date>
    <item>
      <title>ABAP # Character Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538157#M2005911</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
  &lt;P&gt;I am making a pr list report that will be mailed every day as excel. We have a RFC functions.&lt;/P&gt;
  &lt;P&gt;If someone uses the enter key in the description section while opening pr on the website, it appears as # character on the abap screen. When I try to change it with the TRANSLATE command, I cannot succeed. How can I fix this character?&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2030453-screenshot-8.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 07:22:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538157#M2005911</guid>
      <dc:creator>acamli</dc:creator>
      <dc:date>2022-03-10T07:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP # Character Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538158#M2005912</link>
      <description>&lt;P&gt;I want to add more details;&lt;/P&gt;&lt;P&gt;If someone write normally # character, my code change this. &lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 07:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538158#M2005912</guid>
      <dc:creator>acamli</dc:creator>
      <dc:date>2022-03-10T07:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP # Character Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538159#M2005913</link>
      <description>&lt;P&gt;The # character is a placeholder for anything that cannot be displayed: you need to look at the hex representation to find out what it is exactly&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 08:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538159#M2005913</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2022-03-10T08:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP # Character Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538160#M2005914</link>
      <description>&lt;P&gt;Do you know any function for string to hex ? &lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 08:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538160#M2005914</guid>
      <dc:creator>acamli</dc:creator>
      <dc:date>2022-03-10T08:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP # Character Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538161#M2005915</link>
      <description>&lt;P&gt;It's not #, it's the newline character in ABAP (as it can't be displayed by debugger, SAP replaces it with #).&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;replace all occurrences of |\n| in acklm_str with |?|.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;\n is Unicode character U+000A (newline)&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 09:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538161#M2005915</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-03-10T09:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP # Character Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538162#M2005916</link>
      <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;acamli&lt;/SPAN&gt; you don't need it, it's right in the debugger to the right of the red box.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 10:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538162#M2005916</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2022-03-10T10:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP # Character Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538163#M2005917</link>
      <description>&lt;P&gt;REPLACE ALL OCCURRENCES OF CL_ABAP_CHAR_UTILITIES=&amp;gt;CR_LF+1 IN acklm_str WITH space.&lt;/P&gt;&lt;P&gt;It was solved. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 11:19:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538163#M2005917</guid>
      <dc:creator>acamli</dc:creator>
      <dc:date>2022-03-10T11:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP # Character Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538164#M2005918</link>
      <description>&lt;P&gt;which is the same as (valid as of ABAP 7.02):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;replace all occurrences of |\n| in acklm_str with | |.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Mar 2022 17:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538164#M2005918</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-03-10T17:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP # Character Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538165#M2005919</link>
      <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; probably it is same but our SAP version did not support.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 05:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-character-problem/m-p/12538165#M2005919</guid>
      <dc:creator>acamli</dc:creator>
      <dc:date>2022-03-11T05:07:29Z</dc:date>
    </item>
  </channel>
</rss>

