cancel
Showing results for 
Search instead for 
Did you mean: 

Language Not supported for this version

Former Member
0 Kudos

Dear All,

I have developed one Addon and it's working fine in all the Languages.

while I am tryting to install the Addon the "Arabic" Language setup , I am getting "The Specified lanuguage not support in this version"

My SAP Settings as follows.

SAP Version : SAP 8.82 and Patch Level 08.

Language in General Setting : Arabic

Public Sub Connect()

        Dim strCookie As String

        Dim strConnectionContext As String

        Try

            strCookie = oApplication.Company.GetContextCookie

            strConnectionContext = oApplication.SBO_Application.Company.GetConnectionContext(strCookie)

            If oApplication.Company.SetSboLoginContext(strConnectionContext) <> 0 Then ‘ This method not supported for the Arabic Language.

                Throw New Exception("Wrong login credentials.")

            End If

            'Open a connection to company

            If oApplication.Company.Connect() <> 0 Then

                Throw New Exception("Cannot connect to company database. ")

            End If

        Catch ex As Exception

            Throw ex

        End Try

    End Sub

If anyone have the solution , request you to share the same.

Regards

Senthil Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Senthil,

I am having the same problem as well.

The issue is reproducible running the standard SAP Sample "Hello World" in the "COM UI DI" folder.

It is a DI issue.

Hopefully a fix will be available soon.

Regards,

paolo