Purpose
Calls the RFC function RFC_GET_SAP_SYSTEM_PARAMETERS to obtain the R/3 release version.
Syntax
void GetR3SystemParameters(void);
Parameters
None
.Return Value
None.
Exceptions
Throws const char* and RFC_ERROR_INFO for RfcCall failure.
Description
If your application server is running an R/3 release earlier than 4.0A, you must call this function to retrieve the R/3 release version. You can get the release version directly or by using GetR3Release.