LogonData
This object holds all the data necessary to authenticate the client to the SAP server
Properties
Name | Type | Description |
---|---|---|
Client |
string |
SAP Client (always a three-letter, numeric string) |
User |
string |
SAP User |
Password |
string |
Password |
Language |
string |
Two-letter SAP language code (EN, DE, ...) |
SSO2Ticket |
string |
SAPSSO2Ticket as returned by RfcSession.GetSSO2Ticket Note: SAPSSO2Ticket is currently not supported by SOAPSession |
Option |
string [] |
Additional options for authentication (used for later extensions) |