CRfcFunction 

Purpose

Constructs a function object.

Syntax

CRfcFunction(const CRfcConnection* pConnection=NULL,
CSTR strFuncName=NULL);

Parameters

Exceptions

Throws const char* for memory exceptions.

Description

The connection object’s pointer is stored in the function object for use when making or accepting calls to or from R/3. If no connection object or function name is provided at construction time, they will have to be set with SetConnection and SetFunctionName before making or accepting calls. Once set, these two parameters are used for all subsequent calls.

Related Information

SetConnection

SetFunctionName