The CRfcServerFunc Class 

Class Summary

The CRfcServerFunc class is d in CRfcServ.h.

The CRfcServerFunc class contains functionality that are needed when making calls to R/3 as a server. Each CRfcServerFunc object represents one remote-callable function from R/3.

Construction

CRfcServerFunc

Constructs a server function object

Operations

GetDescription

Obtains a text description of the server function

GetServerApp

Returns a pointer to the parent CRfcServerApp or CRfcTransApp object

Process

Data process logic for the server function.

Raise

Raises an exception while processing an RFC

RaiseTables

Raises an exception if function module being called has tables parameters

SetServerApp

Accepts and stores pointer to the parent CRfcServerApp or CRfcTransApp object