<?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: Replcae All Command Not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replcae-all-command-not-working/m-p/2915404#M686304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All....... This may helpfully for ABAP Programmers in future....  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove special characters which doesn't work with normal REPLACE ALL command... Try This...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Data : A(35) type C,&lt;/P&gt;&lt;P&gt;           B(35) type C,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; clear : A,B.&lt;/P&gt;&lt;P&gt;  CLASS cl_abap_char_utilities DEFINITION LOAD.&lt;/P&gt;&lt;P&gt;  A = address1.&lt;/P&gt;&lt;P&gt;  concatenate A cl_abap_char_utilities=&amp;gt;cr_lf INTO B.&lt;/P&gt;&lt;P&gt;  REPLACE ALL OCCURRENCES OF cl_abap_char_utilities=&amp;gt;cr_lf In B WITH space.&lt;/P&gt;&lt;P&gt;  address1 = B.&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;Edited by: George Peter on Jan 31, 2008 8:41 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2008 18:57:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-31T18:57:25Z</dc:date>
    <item>
      <title>Replcae All Command Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replcae-all-command-not-working/m-p/2915402#M686302</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 used  "REPLACE ALL OCCURRENCES OF  '#'  in itab1-address with space"  &lt;/P&gt;&lt;P&gt;command inside a internal table and the result works in DEV  &lt;/P&gt;&lt;P&gt;but failing in PRD -Can any one help me in this regard ??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing - If I edit the address field in PRD and apply the above replace command to eluminate the junk characters '#' on the same field then &lt;/P&gt;&lt;P&gt;it works fine ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strange - Please help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 22:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replcae-all-command-not-working/m-p/2915402#M686302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T22:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Replcae All Command Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replcae-all-command-not-working/m-p/2915403#M686303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;George,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check if this "#" value is Hexadecimal value. "If so then you cannot just replace uisng replace command. Because string "#" is differnt than HEX "#"...you need to compare this value with hex value and then used replace command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are getting this values after uploading file...make sure your uploading mode is ASC...you can eliminate this values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 23:31:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replcae-all-command-not-working/m-p/2915403#M686303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T23:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Replcae All Command Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replcae-all-command-not-working/m-p/2915404#M686304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All....... This may helpfully for ABAP Programmers in future....  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove special characters which doesn't work with normal REPLACE ALL command... Try This...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Data : A(35) type C,&lt;/P&gt;&lt;P&gt;           B(35) type C,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; clear : A,B.&lt;/P&gt;&lt;P&gt;  CLASS cl_abap_char_utilities DEFINITION LOAD.&lt;/P&gt;&lt;P&gt;  A = address1.&lt;/P&gt;&lt;P&gt;  concatenate A cl_abap_char_utilities=&amp;gt;cr_lf INTO B.&lt;/P&gt;&lt;P&gt;  REPLACE ALL OCCURRENCES OF cl_abap_char_utilities=&amp;gt;cr_lf In B WITH space.&lt;/P&gt;&lt;P&gt;  address1 = B.&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;Edited by: George Peter on Jan 31, 2008 8:41 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 18:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replcae-all-command-not-working/m-p/2915404#M686304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T18:57:25Z</dc:date>
    </item>
  </channel>
</rss>

