<?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: Remove a particular character from a string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-particular-character-from-a-string/m-p/7173603#M1517559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: str1(50),
      str2(50).

str1 = 'amitsharmav((((sdf(()]]hfg]]]'.
str2 = '( ) [ ] '.
TRANSLATE str1 USING str2.
condense str1.

write str1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Aug 2010 08:50:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-12T08:50:29Z</dc:date>
    <item>
      <title>Remove a particular character from a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-particular-character-from-a-string/m-p/7173601#M1517557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where I have to remove all the ( from a string. &lt;/P&gt;&lt;P&gt;My string is like this 'amitsharmav((((sdf(()]]hfg]]]'. Is it possible than please specify the ABAP command or the function module name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt; Amit Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 08:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-particular-character-from-a-string/m-p/7173601#M1517557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T08:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a particular character from a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-particular-character-from-a-string/m-p/7173602#M1517558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use REPLACE &lt;/P&gt;&lt;P&gt;  [ FIRST OCCURRENCE OF | ALL OCCURRENCES OF ] &lt;/P&gt;&lt;P&gt;  [ SUBSTRING ] old &lt;/P&gt;&lt;P&gt;  IN [ SECTION OFFSET off LENGTH len OF ] text &lt;/P&gt;&lt;P&gt;  WITH new. &lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;taken form abaphelp .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 08:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-particular-character-from-a-string/m-p/7173602#M1517558</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2010-08-12T08:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a particular character from a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-particular-character-from-a-string/m-p/7173603#M1517559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: str1(50),
      str2(50).

str1 = 'amitsharmav((((sdf(()]]hfg]]]'.
str2 = '( ) [ ] '.
TRANSLATE str1 USING str2.
condense str1.

write str1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 08:50:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-particular-character-from-a-string/m-p/7173603#M1517559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T08:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a particular character from a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-particular-character-from-a-string/m-p/7173604#M1517560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE ALL OCCURENCES OF '(' in string1 with space.&lt;/P&gt;&lt;P&gt;condence string1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 09:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-particular-character-from-a-string/m-p/7173604#M1517560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T09:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a particular character from a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-particular-character-from-a-string/m-p/7173605#M1517561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hie Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the report DEMO_REGEX_TOY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isaac Prince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 10:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-particular-character-from-a-string/m-p/7173605#M1517561</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2010-08-12T10:07:37Z</dc:date>
    </item>
  </channel>
</rss>

