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

Russian Text upload

prabhu_s2
Active Contributor
0 Likes
634

Xperts

i'm using gui_upload f/n module to upload a text file containing russian text. but as a result the text are replaced by '?' character in internal table. how to upoad the text without loging in russian language. my system is not unicode enabled.

thkx

Prabhu

Xperts

i'm using gui_upload f/n module to upload a text file containing russian text. but as a result the text are replaced by '?' character in internal table. how to upoad the text without loging in russian language. my system is not unicode enabled.

thkx

Prabhu

2 REPLIES 2
Read only

Clemenss
Active Contributor
0 Likes
473

Hi Prabhu,

that depens very much on system configuration, release level and code format of the file.

First make sure you can store any russian in SAP system, i.w. use text or ABAP editor to include russian texts.

If you are ECC600/ABAP640 or beyond, the system is unicode-enabled. Then it is much easier. The frontend computer should have installed the lanuage on the windows platform too.

The ? looks like wrong codepage conversion. If characters have been uploaded but can't be displayed, you would see a # but not a ?.

You may check with basis people first.

Regards,

Clemens

Read only

prabhu_s2
Active Contributor
0 Likes
473

Hi Clemens

The russian text is not supported in the abap editor. also the front end is not loaded with russian fonts. we did an attempt for korean and it was loading sucessfully. next task is to check with russian.

thkx for ur input