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

UNICODE text

Former Member
0 Likes
608

Hello,

I am trying to upload some UNICODE text from an excel sheet into a UNICODE SAP system. It is done through a Visual Basic program and RFC.

I pass on the UNICODE string but it does not show up properly in SAP. A few things that I am not able to figure out:

1. Do I need a byte order mark (like FF FE for UTF-16) before my UNICODE data?

2. Do I need some specific settings in SAP logon related to "Language preferences" or "Encoding for Upload/Download"

BTW, I tried and was able to simply copy UNICODE text from excel and paste it on my SAP text field.

Any suggestions would be greatly appreciated.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
436

We do that as describeed:

- in sapgui - set for system - unicodeEnebled.

- Save your excel as text unicode.

- upload to sap with GUI_UPLOAD

It works fine.

BR< JAcek

Message was edited by: Jacek Slowikowski

Read only

Former Member
0 Likes
436

if you want upload an excel file to SAP please using ALSM_EXCEL_TO_INTERNAL_TABLE function.

I hope this function can be useful for you.