Good Day!
I want do do a login with RFC SAP.Logoncontrol.1. I dont want to use SSO instead of Username and password.
Has anybody expierience with this? i am not sure what to type in the values marked red
Dim oConnection As Connection
Set oConnection = oLogonControl.NewConnection
With oConnection
.ApplicationServer = "pkgps50d.os.fth.sbs.de"
.Client = 470
.SystemNumber = 46
.System = "PS5"
.SystemID = "PS5"
.Language = "DE"
.SNC = True
.SNCQuality = 9
.SNCName = ""
.UseSAPLogonIni = True
.Logon 0, False
End With
Would be appreciated if someone can help me.
Max





