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

Handling Double Byte characters

Former Member
0 Likes
972

Hi All,

We have a requirement to read Japanese characters from a fixed length file.

The file contains both Single and Double byte characters in a single record.

The file needs to be read by an ABAP program in terms of bytes and it has to be filled into different fields of a structure.

If you have encountered a similar situation , please let me know how it was handled.

Thanks,

2 REPLIES 2
Read only

Former Member
0 Likes
620

Hi

Use the following link

<<link removed>>

Edited by: kishan P on Jan 19, 2012 3:34 PM

Read only

marcin_cholewczuk
Active Contributor
0 Likes
620

Hi,

It isn't possible to say which character use only ony and which two bytes. Are you sure that inside your file these one and two bytes characters are mixed?

Best regards

Marcin Cholewczuk