‎2009 May 21 7:49 AM
Hi ,
Is it possible to get the special characters uisng read_text
say .Work envelope (W x D x H) 1300 mm (51u201D) x 995 mm (39u201D) x 1125 mm
in place of " or .(dot ) iam getting # how to over come this.
Thanks
Mohan
‎2009 May 21 7:56 AM
It's likely that your hashes are actually unprintable characters (e.g. line
feeds, accented characters etc.)
Have a look at your source data to see if that is the case.
‎2009 May 21 8:04 AM
we cannot compare special char like # using read statment...
but you can replace them using the key word
REPLACE ALL OCCURENCES OF CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB WITH......
safel