SAP /BOBF/CL_FRW_TRANSACTION_MGR OO Class - DEPRECATED - DO NOT USE!!!









/BOBF/CL_FRW_TRANSACTION_MGR is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BOBF/CL_FRW_TRANSACTION_MGR including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_FRW_TRANSACTION_MGR

Method list of /BOBF/CL_FRW_TRANSACTION_MGR SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADJUST_NUMBERSCall adjust_numbers for registered service Manager InstancesPrivate
CALL METHOD /bobf/cl_frw_transaction_mgr=>ADJUST_NUMBERS...more details

AFTER_SAVECall after_save meth. for registered service Mgr InstancesPrivate
CALL METHOD /bobf/cl_frw_transaction_mgr=>AFTER_SAVE...more details

BO_REGISTRY_READGet Service Provider from BO registryPrivate
CALL METHOD /bobf/cl_frw_transaction_mgr=>BO_REGISTRY_READ...more details

CHECK_BEFORE_SAVEPublic
CALL METHOD /bobf/cl_frw_transaction_mgr=>CHECK_BEFORE_SAVE...more details

CHECK_BO_REGISTRYCheck if a BO key is registeredPrivate
CALL METHOD /bobf/cl_frw_transaction_mgr=>CHECK_BO_REGISTRY...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /bobf/cl_frw_transaction_mgr=>CLASS_CONSTRUCTOR...more details

CLEANUPPublic
CALL METHOD /bobf/cl_frw_transaction_mgr=>CLEANUP...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /bobf/cl_frw_transaction_mgr=>CONSTRUCTOR...more details

DO_SAVECall do_save for registered service Manager InstancesPrivate
CALL METHOD /bobf/cl_frw_transaction_mgr=>DO_SAVE...more details

FINALIZECall finalize for registered service Manager InstancesPrivate
CALL METHOD /bobf/cl_frw_transaction_mgr=>FINALIZE...more details

GET_BO_SERVICE_MGRPublic
CALL METHOD /bobf/cl_frw_transaction_mgr=>GET_BO_SERVICE_MGR...more details

GET_INSTANCEPublic
CALL METHOD /bobf/cl_frw_transaction_mgr=>GET_INSTANCE...more details

GET_STACK_LEVELGet the current stack levelPrivate
CALL METHOD /bobf/cl_frw_transaction_mgr=>GET_STACK_LEVEL...more details

ON_CHANGE_NOTIFICATIONCollect changes from /BOBF/IF_FRW_SERVICE_MGRPublic
CALL METHOD /bobf/cl_frw_transaction_mgr=>ON_CHANGE_NOTIFICATION...more details

REGISTER_BORegister BO in the BO RegistryPrivate
CALL METHOD /bobf/cl_frw_transaction_mgr=>REGISTER_BO...more details

RESET_STACK_LEVELReset stack levelPublic
CALL METHOD /bobf/cl_frw_transaction_mgr=>RESET_STACK_LEVEL...more details

SAVEPublic
CALL METHOD /bobf/cl_frw_transaction_mgr=>SAVE...more details

SET_APPLICATION_ERRORset application errorPrivate
CALL METHOD /bobf/cl_frw_transaction_mgr=>SET_APPLICATION_ERROR...more details

SET_STACK_LEVELSet stack levelPublic
CALL METHOD /bobf/cl_frw_transaction_mgr=>SET_STACK_LEVEL...more details



/BOBF/CL_FRW_TRANSACTION_MGR attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
CV_ROOT_NODE_KEY_DUMMYConstantInitial key'00000000000000000000000000000000'LIKE
/BOBF/CONF_KEY
Private
GV_USE_FALLBACKStatic AttributeLIKE
ABAP_BOOL
Private
MO_TRANSACTION_MGRInstance AttributeInterface of the standalone transaction managerLIKE
/BOBF/IF_TRA_TRANSACTION_MGR
Private
MR_TRANSACTION_MGRInstance AttributeLIKE
Private
MV_CHANGEDInstance AttributeX: Transaction contains changesABAP_FALSELIKE
BOOLE_D
Private
ST_BO_REGISTRYStatic AttributeLIKE
TT_BO_REGISTRY
Private
ST_STACK_LEVELStatic AttributeLIKE
TT_STACK_LEVEL
Private


Events of Class /BOBF/CL_FRW_TRANSACTION_MGR

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... TRIGGER_AFTER_SAVE - Event triggered after do_save (transaction)



/BOBF/CL_FRW_TRANSACTION_MGR types

TT_BO_REGISTRY - BO Registry of BS BOPF Transaction Manager
TT_STACK_LEVEL -
TY_BO_REGISTRY - BO Registry of BS BOPF Transaction Manager
TY_STACK_LEVEL -

Links to Related Class(s)

/BOBF/CL...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!