tclsap Command Sap_SysInfo

Sap_SysInfo
Calls the SAP ABAP/4 program RFC_SYSTEM_INFO and returns a string of system "information" about the connected SAP system. This command is included mostly for demonstration purposes. It is helpful as a means of building confidence that the interface really works.

Example:
Sap_SysInfo
Return:
If successful, the info string and status of TCL_OK
Otherwise return the status of TCL_ERROR

Returned String Structure
Data Description          Length   Position 
----------------------    ------   --------
RFC Log Version            3        0 -   2
Character Set (SAP)        4        3 -   6
Integer Format             3        7 -   9 
Floating Point Format      3       10 -  13 
Logical SAP Destination   32       13 -  44 
Contacted Host             8       45 -  52 
SAP System ID (RFC)        8       53 -  60
SAP System ID (DB)         8       61 -  68
Database Host Name        32       69 - 100 
Database System Type      10      101 - 110 
SAP Basis Release          4      111 - 114
SAP Machine ID             5      115 - 119 
Operating System          10      120 - 129 
Time Zone Offset (secs)    6      130 - 135
Day Light Savings Flag     1      136 - 136


If there are questions about this document please direct them to Garth Kennedy (garth@mcs.net)

garth@mcs.net