Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

read_text

Former Member
0 Likes
430

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

2 REPLIES 2
Read only

Former Member
0 Likes
402

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.

Read only

Former Member
0 Likes
402

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