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

Does SAP.Functions support unicode?

Former Member
0 Likes
361

Hi,

I have an ASP page using Server.CreateObject("SAP.Functions") to connect to SAP ecc 6.0. Does anyone know whether the wdtfuncs.ocx supports unicode? The result i got back from SAP shows English contents correctly but not Cyrillic character. Source code is something like this

Set oSAP = Server.CreateObject("SAP.Functions")

Set oConn = oSAP.Connection

oConn.User = sUID

oConn.Password = sPWD

oConn.Language = "EN"

oConn.Destination = sServer

oConn.Client = iClient

oConn.GroupName = sServer

oConn.MessageServer = sMessageServer

oConn.codepage = "4110"

oConn.Logon 0, True

Set oRFC = oSAP.Add(SAPFunctionModueName)

Set oParam = oRFC.Exports(ParameterName)

oParam.Value = ParameterValue

Set oOut = oRFC.Tables(SAPoutputTableName)

oRFC.Call

The SAP .net connector works well, but in this case i have to use the .ocx file trying to avoid rewriting existing application with .net.

1 REPLY 1
Read only

Former Member
0 Likes
302

Sorry, the SAP version is 710