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_MGRMethod 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 Name | Description | Visability |
| ADJUST_NUMBERS | Call adjust_numbers for registered service Manager Instances | Private |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>ADJUST_NUMBERS...more details | ||
| AFTER_SAVE | Call after_save meth. for registered service Mgr Instances | Private |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>AFTER_SAVE...more details | ||
| BO_REGISTRY_READ | Get Service Provider from BO registry | Private |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>BO_REGISTRY_READ...more details | ||
| CHECK_BEFORE_SAVE | Public | |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>CHECK_BEFORE_SAVE...more details | ||
| CHECK_BO_REGISTRY | Check if a BO key is registered | Private |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>CHECK_BO_REGISTRY...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>CLASS_CONSTRUCTOR...more details | ||
|
| ||
| CLEANUP | Public | |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>CLEANUP...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>CONSTRUCTOR...more details | ||
| DO_SAVE | Call do_save for registered service Manager Instances | Private |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>DO_SAVE...more details | ||
| FINALIZE | Call finalize for registered service Manager Instances | Private |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>FINALIZE...more details | ||
| GET_BO_SERVICE_MGR | Public | |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>GET_BO_SERVICE_MGR...more details | ||
| GET_INSTANCE | Public | |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>GET_INSTANCE...more details | ||
| GET_STACK_LEVEL | Get the current stack level | Private |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>GET_STACK_LEVEL...more details | ||
| ON_CHANGE_NOTIFICATION | Collect changes from /BOBF/IF_FRW_SERVICE_MGR | Public |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>ON_CHANGE_NOTIFICATION...more details | ||
| REGISTER_BO | Register BO in the BO Registry | Private |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>REGISTER_BO...more details | ||
| RESET_STACK_LEVEL | Reset stack level | Public |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>RESET_STACK_LEVEL...more details | ||
| SAVE | Public | |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>SAVE...more details | ||
| SET_APPLICATION_ERROR | set application error | Private |
| CALL METHOD /bobf/cl_frw_transaction_mgr=>SET_APPLICATION_ERROR...more details | ||
| SET_STACK_LEVEL | Set stack level | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| CV_ROOT_NODE_KEY_DUMMY | Constant | Initial key | '00000000000000000000000000000000' | LIKE /BOBF/CONF_KEY | Private |
| GV_USE_FALLBACK | Static Attribute | LIKE ABAP_BOOL | Private | ||
| MO_TRANSACTION_MGR | Instance Attribute | Interface of the standalone transaction manager | LIKE /BOBF/IF_TRA_TRANSACTION_MGR | Private | |
| MR_TRANSACTION_MGR | Instance Attribute | LIKE | Private | ||
| MV_CHANGED | Instance Attribute | X: Transaction contains changes | ABAP_FALSE | LIKE BOOLE_D | Private |
| ST_BO_REGISTRY | Static Attribute | LIKE TT_BO_REGISTRY | Private | ||
| ST_STACK_LEVEL | Static Attribute | LIKE 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 ManagerTT_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