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
CRfcTransAppConstructs a transactional server application object
Operations
OnCheckIDCalled when local transaction starts
OnCommitCalled when local transaction ends
OnRollBackCalled when local transaction ends with failure
OnConfirmCalled when local transaction is completed