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

Byte Order Mark for text file

Former Member
0 Likes
583

Dear all,

I am currently working on ABAP development which create flat text file to client PC. Now the file may contain multi language, so the text encoding is UTF-8.

My question is that I want to create UTF-8 file with BOM (Byte Order Mark).

Is there a way to add that?

Thanks a lot for your input in advance.

Regards,

Kazuya

Dear all,

I am currently working on ABAP development which create flat text file to client PC. Now the file may contain multi language, so the text encoding is UTF-8.

My question is that I want to create UTF-8 file with BOM (Byte Order Mark).

Is there a way to add that?

Thanks a lot for your input in advance.

Regards,

Kazuya

1 REPLY 1
Read only

Former Member
0 Likes
446

Hi,

You can use the parameter WRITE_BOM of FM/method gui_download to do this.

Kr,

Manu.