Application Development 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: 

Filter special characters

Former Member
0 Kudos

Hi Experts,

I have a requirement wherein I am required to check a field for special characters and allow only those set of characters that are supplied by the client into the field. These are:

' ¢[]°

ᦀ

{}|#^-×´º

Æ¡±¯[

b]²¿Æ¶«»Ð³° '

Out of these the ones marked in bold are not visible on the ABAP editor but are displayed either as '?' or are replaced by alphabets; ie ß is displayed as B, Ç is displayed as C etc.

Would these characters be interpreted as their original values or would they be interpreted as they are displayed during processing? Because if they are interpreted as they are displayed, then some required chars would be filtered out by the program.

Regards,

Ram

1 REPLY 1

former_member636245
Discoverer
0 Kudos

Hi Ram,

Could you share how do you plan to implement the filter in the first place?

Which ABAP program?

Thanks,

Sie Sing