<?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>Question Re: Replace character space with u00A0 in string in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/replace-character-space-with-u00a0-in-string/qaa-p/795239#M243458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give this topic a look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="14600"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Oct 2004 07:23:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-10-29T07:23:54Z</dc:date>
    <item>
      <title>Replace character space with u00A0 in string</title>
      <link>https://community.sap.com/t5/technology-q-a/replace-character-space-with-u00a0-in-string/qaq-p/795238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a Content Management System for a client. This way they can dynamically change webtext for clients. The only problem is that the text is stored in 255 length field (longer is not possible in the database). If the last character is a space character then only 254 characters are stored. The next time you retrieve the all lines the last word of the line and the first word of the next line are concatenated without space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried replace all occurrences of ' ' in string with '&amp;amp;nbsp;'. But then I got a short dump! Trying to catch the last character checking if it is a space also doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody has a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2004 07:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/replace-character-space-with-u00a0-in-string/qaq-p/795238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-29T07:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Replace character space with u00A0 in string</title>
      <link>https://community.sap.com/t5/technology-q-a/replace-character-space-with-u00a0-in-string/qaa-p/795239#M243458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give this topic a look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="14600"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2004 07:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/replace-character-space-with-u00a0-in-string/qaa-p/795239#M243458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-29T07:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Replace character space with u00A0 in string</title>
      <link>https://community.sap.com/t5/technology-q-a/replace-character-space-with-u00a0-in-string/qaa-p/795240#M243459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or maybe that one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="7995"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards from the human search engines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2004 07:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/replace-character-space-with-u00a0-in-string/qaa-p/795240#M243459</guid>
      <dc:creator>Ulli_Hoffmann</dc:creator>
      <dc:date>2004-10-29T07:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Replace character space with u00A0 in string</title>
      <link>https://community.sap.com/t5/technology-q-a/replace-character-space-with-u00a0-in-string/qaa-p/795241#M243460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using methods and controller. For example if I use the code from function SSM_REPLACE_SPACE_BY_CHAR in a method then it does not work. The character space is a very rare character. Within methods using &amp;lt;b&amp;gt;if wa_string = space&amp;lt;/b&amp;gt; of if wa_string cs space does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2004 09:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/replace-character-space-with-u00a0-in-string/qaa-p/795241#M243460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-29T09:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Replace character space with u00A0 in string</title>
      <link>https://community.sap.com/t5/technology-q-a/replace-character-space-with-u00a0-in-string/qaa-p/795242#M243461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  while sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;    replace space with '&amp;amp;nbsp;' into input_string.&lt;/P&gt;&lt;P&gt;  endwhile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2004 09:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/replace-character-space-with-u00a0-in-string/qaa-p/795242#M243461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-29T09:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Replace character space with u00A0 in string</title>
      <link>https://community.sap.com/t5/technology-q-a/replace-character-space-with-u00a0-in-string/qaa-p/795243#M243462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that your solution? Seems like it should be ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2004 10:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/replace-character-space-with-u00a0-in-string/qaa-p/795243#M243462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-29T10:56:19Z</dc:date>
    </item>
  </channel>
</rss>

