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

Function to check encoding

Former Member
0 Likes
949

Hello there,

Is there any exisiting function/program in SAP that will enable to check the type of encoding a .txt file loaded is having, such as UTF-8 and ANSI? Thanks a lot!

Regards,

Anyi

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
576

Hi Anyi,

Please check this link perhaps it may help.

/people/ulrich.brink/blog/2005/08/18/unicode-file-handling-in-abap

Regards,

Ferry Lianto

2 REPLIES 2
Read only

ferry_lianto
Active Contributor
0 Likes
577

Hi Anyi,

Please check this link perhaps it may help.

/people/ulrich.brink/blog/2005/08/18/unicode-file-handling-in-abap

Regards,

Ferry Lianto

Read only

uwe_schieferstein
Active Contributor
0 Likes
576

Hello Anyi

You will find the appropriate methods in class <b>CL_ABAP_FILE_UTILITIES</b> (available since ECC 5.0).

Regards

Uwe