Purpose
Calls RFC function RFC_SYSTEM_INFO to obtain R/3 various system information.
Syntax
void GetR3SystemInfo(void);
Parameters
None
.Return Value
None.
Exceptions
Throws const char* and RFC_ERROR_INFO for RfcCall failure.
Description
The application program can use this function to call R/3 and obtain R/3 system information. Please use R/3 Transaction SE11 to view the content of the reference structure type RFCSI, and use R/3 Transaction SE37 to view other export parameters of the function module RFC_SYSTEM_INFO. This function is automatically called by
CRfcConnection::Open() and CRfcConnection::SafeOpen() if RFC_CONNECT_INFO.bGetR3SystemInfo is set to TRUE by the application program.Related Information
R3SystemInfo (by field-name) R3SystemInfo (by index) R3SystemInfoCount The RFC_CONNECT_INFO structure