GetR3Release 

Purpose

Calls RfcGetAttributes or the Rfc function RFC_GET_SAP_SYSTEM_PARAMETERS to obtain the R/3 release version.

Syntax

void GetR3Release(void);

Parameters

None.

Return Value

None.

Exceptions

Throws const char* for RFC call failure.

Description

The application program can use this function to call R/3 and obtain R/3 release version. This function is automatically called by CRfcConnection::Open() and CRfcConnection::SafeOpen() if RFC_CONNECT_INFO. The R3 release is set to RELUNKNOWN.

Related Information

GetReleaseString

The RFC_CONNECT_INFO structure