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

error in CSV file .

Former Member
0 Likes
452

Hi all

I have done a development and downloaded the data in CSV file from my internal table .it is  working fine  in development server and when it is run on

production , it give a field of certain entries with special characters instead of correct data.what can be the reason .

please help out with a solution.

regards

vaibhav

1 ACCEPTED SOLUTION
Read only

gouravkumar64
Active Contributor
0 Likes
414

Hi,

Again CSV file ,ok.

Somehow tricky is this.

See this wiki link by @suhas saha,

U have to use

v_xsrting = cl_abap_char_utilities=>byte_order_mark_utf8 .

http://wiki.sdn.sap.com/wiki/display/ABAP/Download+File+in+UTF-8+encoding

There are some threads & discussions on ur question.search also.

Thanks

Gourav.

Hi all

I have done a development and downloaded the data in CSV file from my internal table .it is  working fine  in development server and when it is run on

production , it give a field of certain entries with special characters instead of correct data.what can be the reason .

please help out with a solution.

regards

vaibhav

2 REPLIES 2
Read only

gouravkumar64
Active Contributor
0 Likes
415

Hi,

Again CSV file ,ok.

Somehow tricky is this.

See this wiki link by @suhas saha,

U have to use

v_xsrting = cl_abap_char_utilities=>byte_order_mark_utf8 .

http://wiki.sdn.sap.com/wiki/display/ABAP/Download+File+in+UTF-8+encoding

There are some threads & discussions on ur question.search also.

Thanks

Gourav.

Read only

0 Likes
414

hi

thanks but i solved myself .

regards

vaibhav