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: 

Check the Byte of Every Character ( English / Chinese )

former_member190312
Active Participant
0 Kudos

Hi all,

One field might contain English (Alpha Numeric) , Chinese characters & some invalid characters. i want to check each character of this field wheather it's English or chinese or Invalid. please advise how i can achieve this.

1) what is the syntax to get  each & every character of the field ? The character might be single byte or multi byte

2) what is the syntax to get the byte of each & every character of the field. Each character might be single or multi byte.

Thanks

Pabi

1 ACCEPTED SOLUTION

former_member213851
Active Contributor
0 Kudos

Hi Pabitra,

You may try using FM SCP_REPLACE_STRANGE_CHARS .

Please use relevant codepage for this FM.

You can check table TCP00 for all the codepages defined in your system.

1 REPLY 1

former_member213851
Active Contributor
0 Kudos

Hi Pabitra,

You may try using FM SCP_REPLACE_STRANGE_CHARS .

Please use relevant codepage for this FM.

You can check table TCP00 for all the codepages defined in your system.