The Server Application Classes 

The CRfcServerApp Class contains the logic of a server application program. The Run method encapsulates the main process loop for listening to incoming requests and dispatching them to appropriate server functions. It contains a list of CRfcServerFunc objects that correspond to all server functions that the application supports. Its descendant, CRfcTransApp contains transactional RFC functionality for R/3 3.0.

General descriptions about the server application classes are available under the following topics:

The CRfcServerApp Class: Encapsulation of the Server Process Loop

Using the CRfcServerApp and Derived Classes

The CRfcTransApp Class and Transactional RFC

Getting System Information from the Calling System

Complete details are provided in the class library reference topics shown here:

The CRfcServerApp Class

The CRfcTransApp Class