Adapter for SAP 10.1 | webMethods Adapter for SAP Documentation | webMethods Adapter for SAP Installation and User’s Guide Documentation | Built-in Services | SAP Listener Services | pub.sap.listener:getAttributes
 
pub.sap.listener:getAttributes
Returns information specific to one RFC server connection session:
Input Parameters
None.
Return Values
Document named rfcAttributes containing specific information about one RFC connection session:
destination
String. Destination of the connection.
ownHost
Hostname (or IP) of the machine Integration Server is running on.
partnerHost
Hostname (or IP) of the machine 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 has connected with this session.
language
Logon language.
SOLanguage
ISO name for logon language.
ownCodepage
SAP codepage this connection is using.
partnerCodepage
SAP codepage the SAP system is running on.
ownRelease
Version of the loaded RFC library used by Adapter for SAP.
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
Flag indicating whether trace is turned on (true) or off (false) for this connection.
ownType
RFC type of Adapter for SAP; is always be E.
rfcRole
Role of Adapter for SAP in this call; is always be: C (for client).
CPICConversationID
CPIC ID of the connection (low level protocol information).
encoding
IANA-encoding that is equivalent to the SAP codepage used, for example: ISO-8859-1.
charset
Charset that is equivalent to the SAP codepage used, for example: ISO8859_1 (used in Java constructors).
bytesPerChar
Number of maximum bytes used per char in the codepage.