Application Development 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: 

Unicode( UTF -8 ) Code page in sap version 4.6c

Former Member
0 Kudos
232

Hi ,

The application server files are extracted into another server through ALE idocs . The problem is that we are in SAP 4.6C version and due this no proper data format , some special characters and null values are appearing in the file.

Is there any possibility to convert into Unicode( UTF -8 ) format.

Can anybody guide me how to overcome this problem .

Please provide me if there are any patches applicable related to this .

Thankyou,

Gowri

1 REPLY 1

andreas_mann3
Active Contributor
0 Kudos
65

the target system (unicode) has to do this job by e.g. command:

open dataset file for input in text mode encoding non-unicode.

grx

A.