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

How to handle Unicode File while uploading from Presentation Server

Former Member
0 Likes
590

Hi,

I need to upload a file from the presentation server. There is a field in it where the names of the employee are stored. I have different character like ö, ä, ü, ß, è and so on. While i upload the file I get different characters in my internal table. I have the Unicode Checks Active check box in Attributes checked.

Let me know how to tackle/handle this.

Thanks in advance,

Prashanth

Hi,

I need to upload a file from the presentation server. There is a field in it where the names of the employee are stored. I have different character like ö, ä, ü, ß, è and so on. While i upload the file I get different characters in my internal table. I have the Unicode Checks Active check box in Attributes checked.

Let me know how to tackle/handle this.

Thanks in advance,

Prashanth

3 REPLIES 3
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
559

Hello Prashanth,

You have to use the CODEPAGE option with GUI_UPLOAD. Please read the SAP documentation for further details.

BR,

Suhas

PS: You can also refer to SAP Note 73606 for further details.

Read only

uwe_schieferstein
Active Contributor
0 Likes
559

Hello

Perhaps the blog

[SAP Network Blog: Unicode File Handling in ABAP|]

might be useful as well.

Regards

Uwe

Read only

Former Member
0 Likes
559

Hi,

I have fixed it myself.

Thanks,

Prashanth