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: 

Japanese characters in accounting files (ANSI) not shown

0 Kudos

Hi all,

We have some account statement files in local folders in users' PCs (retrieved from the Bank). When uploading this into SAP via FF_5 transaction, Japanese characters are not converted.

Our ECC 6.0 system is Unicode, but the files are in ANSI format.

Could you please give us some advice on this issue?

We already tried to implement some OSS Notes, but the issue persists. (1467481, 758870)

Thanks!

4 REPLIES 4

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Please check the default encoding for GUI Upload in SAPLogon and change it to the appropriate value:

SAP Logon entry->Properties->Code Page->Upload/Download Encoding

Best regards,

Nils Buerckel

Former Member
0 Kudos

HI ,

You can use the below mentioned function modules to convert data containing special characters format into string.

NLS_STRING_CONVERT_FROM_SYS

NLS_STRING_CONVERT_TO_SYS.

Thanks & regards.

Venkat.

Former Member
0 Kudos

hi

0 Kudos

Hi,

Thank you all for your answers.

Finally we solved the issue by changing the user parameter UCP with value 8000.

Regards,