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
CRfcServerFuncConstructs a server function object
Operations
GetDescriptionObtains a text description of the server function
GetServerAppReturns a pointer to the parent CRfcServerApp or CRfcTransApp object
ProcessData process logic for the server function.
RaiseRaises an exception while processing an RFC
RaiseTablesRaises an exception if function module being called has tables parameters
SetServerAppAccepts and stores pointer to the parent CRfcServerApp or CRfcTransApp object