<?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: Need to replace # getting from file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076930#M1505426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know the logic you are using to replace it?&lt;/P&gt;&lt;P&gt;Have you tried using the CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE attribute.If not please check with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jul 2010 06:04:05 GMT</pubDate>
    <dc:creator>former_member209217</dc:creator>
    <dc:date>2010-07-06T06:04:05Z</dc:date>
    <item>
      <title>Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076929#M1505425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am taking data from inbound file, and at the end of file  i am getting a symbol #. Tried to replace this but its not allowing actually this is enter value. Can any one help us to resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 05:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076929#M1505425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-06T05:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076930#M1505426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know the logic you are using to replace it?&lt;/P&gt;&lt;P&gt;Have you tried using the CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE attribute.If not please check with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 06:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076930#M1505426</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2010-07-06T06:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076931#M1505427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your thing yesterday itself but I couldnt get it right&lt;/P&gt;&lt;P&gt;I did replace CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE in wa_line with ' ' .&lt;/P&gt;&lt;P&gt;    also   replace '#' in ......&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  presently i have a solution but its not the best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have a senario were i have to split this owrk area in to seperate fields&lt;/P&gt;&lt;P&gt;I am removing this # by using shift operator and its working fine, but I want to make it better &lt;/P&gt;&lt;P&gt;any other options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Srinath.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srinath Ustili on Jul 6, 2010 8:48 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 06:47:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076931#M1505427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-06T06:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076932#M1505428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey ,&lt;/P&gt;&lt;P&gt;try using &lt;/P&gt;&lt;P&gt;"REPLACE all occurances of '#' by space " in your logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uma Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 08:48:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076932#M1505428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-06T08:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076933#M1505429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey ,&lt;/P&gt;&lt;P&gt;try using &lt;/P&gt;&lt;P&gt;"REPLACE all occurances of '#' by space " in your logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uma Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 08:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076933#M1505429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-06T08:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076934#M1505430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is not a normal # repsesentation which could me removed using Replace '#' ......infact i have used that too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is smthing which comes right after the whole work area data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:  abcd,kjasdh," ", asdjfh, # , 0#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the # in between can be remove by using Replace statement but not the END one, kindly cross check,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me any other possible options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 08:59:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076934#M1505430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-06T08:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076935#M1505431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with cl_abap_char_utilities=&amp;gt;CR_LF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 09:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076935#M1505431</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-07-06T09:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076936#M1505432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In runtime ABAP compiler recognizes # as tab delimiter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You try below code:   &lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      DATA: l_sep1 TYPE c.&lt;/P&gt;&lt;P&gt;      l_sep1 = cl_abap_char_utilities=&amp;gt;HORIZONTAL_TAB.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      replace all occurances of  l_sep1 in wa_it with space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      DATA: l_sep1 TYPE c.&lt;/P&gt;&lt;P&gt;      l_sep1 = cl_abap_char_utilities=&amp;gt;HORIZONTAL_TAB.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      SPLIT wa_it  AT l_sep1 INTO wa_string-string1 wa_string-string2 wa_string-string3 wa_string-string4 &lt;/P&gt;&lt;P&gt;                                                                 wa_string-string5  wa_string-string6 wa_string-string7 wa_string-string8 &lt;/P&gt;&lt;P&gt;                                                                  wa_string-string9   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If  # symbol is at end of the line     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In runtime ABAP compiler recognizes # as CRLF.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then instead of HORIZONTAL_TAB use CR_LF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 09:04:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076936#M1505432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-06T09:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076937#M1505433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keshav and Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both your solutions are not working....&lt;/P&gt;&lt;P&gt;thanks of your time, kindly try something else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 09:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076937#M1505433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-06T09:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076938#M1505434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ignore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Keshav.T on Jul 6, 2010 3:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 09:31:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076938#M1505434</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-07-06T09:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076939#M1505435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENT must only be of these Data types C  N D T or string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 09:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076939#M1505435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-06T09:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076940#M1505436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Get the hexadecimal value. Here you will get four char value.&lt;/P&gt;&lt;P&gt;2. Then get the special char using class cl_abap_conv_in_ce.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Get special char NON BREAK SPACE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  call method cl_abap_conv_in_ce=&amp;gt;uccp&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      uccp = '00A0'  "(This is hex value of special char)&lt;/P&gt;&lt;P&gt;    receiving&lt;/P&gt;&lt;P&gt;      char = v_rep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Replace the special char in the string by space or anything you want.&lt;/P&gt;&lt;P&gt;replace all occurrences of v_rep in l_doknr with ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Subhankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 10:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076940#M1505436</guid>
      <dc:creator>Subhankar</dc:creator>
      <dc:date>2010-07-06T10:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076941#M1505437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subhankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the hexa decimal value correct for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you are close, but this one too didnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 10:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076941#M1505437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-06T10:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076942#M1505438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi subhankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Hexa decimal valu would be 000D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and its working fine thanks a lot for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 11:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076942#M1505438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-06T11:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076943#M1505439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi subhankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Hexa decimal valu would be 000D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and its working fine thanks a lot for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 11:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076943#M1505439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-06T11:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076944#M1505440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also facing the same problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i enter the text in textEdit in BSP application, when there is a text with 2,3 lines in text edit...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting # # in in string variable  in debugging mode...This ## making my text with big gap in out put at line break...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using the code below i am able to replece only one #.  But unable to   replace second #...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method cl_abap_conv_in_ce=&amp;gt;uccp&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;   uccp = '000D'    "(This is hex value of special char)&lt;/P&gt;&lt;P&gt;receiving&lt;/P&gt;&lt;P&gt;   char = v_rep.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   replace all occurrences of v_rep in text1 with ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i replce the second # in the text?   I think , i need to pass other hexa value insted of "000D"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help to solve the problem.&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;Kishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 07:42:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076944#M1505440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-17T07:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need to replace # getting from file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076945#M1505441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check in debugging&lt;/P&gt;&lt;P&gt;if hex value for # is 000D&lt;/P&gt;&lt;P&gt;then use:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;REPLACE ALL OCCURANCE OF cl_abap_char_utilities&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: 10pt;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;cr_lf&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;(1&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;) IN&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;string WITH space&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;if hex value is 000A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;then use:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;REPLACE ALL OCCURANCE OF cl_abap_char_utilities&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: 10pt;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;cr_lf+&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;1(1&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;) IN&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;string WITH space&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;similary you can check for HORIZONTAL_TAB, VERTICAL_TAB etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;hope this help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 12:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-replace-getting-from-file/m-p/7076945#M1505441</guid>
      <dc:creator>navdeep_thakur12</dc:creator>
      <dc:date>2015-10-09T12:38:00Z</dc:date>
    </item>
  </channel>
</rss>

