clientGetAttributes
The service connects to the SAP system and returns information specific to one RFC client connection session.
- Input parameters
-
- serverName
- Alias of the SAP system that sends the TID. This name must match a configured RFC connection alias at SAP® ERP.
- $client
- Optional. Client for the session. If no client is specified, the client that is specified in the SAP system alias settings is used.
- $user
- Optional. User name for the session. If no user is specified, the default user is used.
- $pass
- Optional. Password for the session. If the password is not specified, then the user and password is looked up in the SAP User store.
- $language
- Optional. Language used during the session. If no language is specified, the default language is used.
- Return values
-
- destination
- String. Destination of the connection.
- ownHost
- Hostname (or IP) of the system webMethods Integration is running on.
- partnerHost
- Hostname (or IP) of the system the SAP system is running on.
- systemNumber
- System number of the SAP system.
- systemID
- Unique three-letter-ID of SAP system (in local network).
- client
- Client the session is connected to.
- user
- SAP user that is connected with this session.
- language
- Logon language.
- SOLanguage
- ISO name for logon language.
- ownCodepage
- SAP code page this connection is using.
- partnerCodepage
- SAP code page the SAP system is running on.
- ownRelease
- Version of the loaded RFC library used by SAP® ERP.
- partnerRelease
- Release of the SAP system.
- kernelRelease
- Kernel release of the SAP system.
- partnerType
- RFC type of the partner; SAP ECC(3), R/2(2) or external RFC server(E).
- trace
- A flag that indicates whether trace is turned on (true) or off (false) for this connection.
- ownType
- RFC type of {{< conref-local wspc-short >}} must be E anytime.
- rfcRole
- Role of {{< conref-local wspc-short >}} in this call must be C (for client) anytime.
- CPICConversationID
- CPIC ID of the connection (low-level protocol information).
- encoding
- IANA-encoding that is equivalent to the SAP code page used, for example: ISO-8859-1.
- charset
- Charset that is equivalent to the SAP code page used, for example: ISO8859_1 (used in Java™ constructors).
- ownType
- RFC type of SAP® ERP must be E anytime.
- rfcRole
- The role of SAP® ERP in this call must be C (for client) anytime.
- CPICConversationID
- CPIC ID of the connection (low-level protocol information).
- encoding
- IANA-encoding that is equivalent to the SAP code page used, for example: ISO-8859-1.
- charset
- Charset that is equivalent to the SAP code page used, for example: ISO8859_1 (used in Java constructors).
- bytesPerChar
- Number of maximum bytes used per char in the code page.