<?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: Replacing special characters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/2328051#M511839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the other you can use 'OVERLAY' &amp;amp; 'CONDENSE'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;*DJ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward, if its useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 21:08:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-13T21:08:50Z</dc:date>
    <item>
      <title>Replacing special characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/2328048#M511836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a = '27#'.&lt;/P&gt;&lt;P&gt;search a for '#'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : sy-fdpos. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From this code how would I drop the # sign so that the result is a = '27'. Would I use REPLACE and SPACE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 20:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/2328048#M511836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T20:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing special characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/2328049#M511837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPLACE ALL OCCURENCES OF '#' IN field WITH SPACE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 20:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/2328049#M511837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T20:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing special characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/2328050#M511838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: a(3) VALUE '27#'.
REPLACE '#' WITH '' INTO a.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(No space between the single quotes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after further checking, I don't think this is what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rob Burbank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 21:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/2328050#M511838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T21:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing special characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/2328051#M511839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the other you can use 'OVERLAY' &amp;amp; 'CONDENSE'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;*DJ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward, if its useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 21:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/2328051#M511839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T21:08:50Z</dc:date>
    </item>
  </channel>
</rss>

