The CRfcTransApp Class 

Class Summary

The CRfcTransApp class is defined in CRfcTran.h.

The CRfcTransApp class is an abstract class. It encapsulates the initialization, running and termination of a transactional RFC server application, available from R/3 3.0 onwards. As the CRfcServerApp, a transactional RFC server application built with the framework provided by the class library must have one and only one object of a class derived from CRfcTransApp.

Construction

CRfcTransApp

Constructs a transactional server application object

Operations

OnCheckID

Called when local transaction starts

OnCommit

Called when local transaction ends

OnRollBack

Called when local transaction ends with failure

OnConfirm

Called when local transaction is completed