Purpose
Returns value of R/3 system information field.
Syntax
const CRfcData& R3SystemInfo(CSTR InfoName);
Parameters
InfoName:
A character string containing the name of the field.Return Value
A CRfcData object containing the value of the field whose name is given as argument. This CRfcData object’s content can be integer or character string, and should be extracted using one of its unary cast operators.
Exceptions
None.
Description
The name of the field given as argument for this function can be one of both: (1) the name of one of the fields in the export structure parameter RFCSI_EXPORT of RFC_SYSTEM_INFO, or (2) name of one of the export simple parameters of RFC_SYSTEM_INFO.
Related Information
GetR3SystemInfo R3SystemInfoCount The RFC_CONNECT_INFO structure