SAP /BOBF/IF_TRA_TRANS_MGR_COMPL OO Class - Collective interface of the transaction manager
/BOBF/IF_TRA_TRANS_MGR_COMPL 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/IF_TRA_TRANS_MGR_COMPL including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /BOBF/IF_TRA_TRANS_MGR_COMPL 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 |
| CALLSTACK_ADD_CHANGE | Add change object to the topmost callstack entry | Public |
| CALL METHOD /bobf/if_tra_trans_mgr_compl=>CALLSTACK_ADD_CHANGE...more details | ||
| CALLSTACK_ADD_MESSAGE | Add message object to the topmost callstack entry | Public |
| CALL METHOD /bobf/if_tra_trans_mgr_compl=>CALLSTACK_ADD_MESSAGE...more details | ||
| CALLSTACK_GET_TOP_MESSAGE | Return a reference copy to the topmost callstack entry | Public |
| CALL METHOD /bobf/if_tra_trans_mgr_compl=>CALLSTACK_GET_TOP_MESSAGE...more details | ||
| CALLSTACK_POP | Remove the topmost callstack entry | Public |
| CALL METHOD /bobf/if_tra_trans_mgr_compl=>CALLSTACK_POP...more details | ||
| CALLSTACK_PUSH | Push a new entry onto the callstack | Public |
| CALL METHOD /bobf/if_tra_trans_mgr_compl=>CALLSTACK_PUSH...more details | ||
| CALLSTACK_SET_TOP_MESSAGE | Replace the message object of the topmost callstack entry | Public |
| CALL METHOD /bobf/if_tra_trans_mgr_compl=>CALLSTACK_SET_TOP_MESSAGE...more details | ||
|
| ||
| GET_TRANSACTION_CLEANUP_MODE | Public | |
| CALL METHOD /bobf/if_tra_trans_mgr_compl=>GET_TRANSACTION_CLEANUP_MODE...more details | ||
| GET_TRANSACTION_ENQUEUE_SCOPE | Public | |
| CALL METHOD /bobf/if_tra_trans_mgr_compl=>GET_TRANSACTION_ENQUEUE_SCOPE...more details | ||
| IS_BO_ON_TOP_OF_THE_STACK | Public | |
| CALL METHOD /bobf/if_tra_trans_mgr_compl=>IS_BO_ON_TOP_OF_THE_STACK...more details | ||
| REGISTER_SERVICE_MANAGER | Register new service manager | Public |
| CALL METHOD /bobf/if_tra_trans_mgr_compl=>REGISTER_SERVICE_MANAGER...more details | ||
| RESET_SERVICE_MANGER_FINALIZE | Public | |
| CALL METHOD /bobf/if_tra_trans_mgr_compl=>RESET_SERVICE_MANGER_FINALIZE...more details | ||
/BOBF/IF_TRA_TRANS_MGR_COMPL 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 |
| MO_NON_CACHE_REG | Instance Attribute | registry for non caching entities | LIKE /BOBF/IF_TRA_NON_CACHE_REG | Public | |
| MT_SERVICE_PLUGIN | Instance Attribute | Service Manager Plugins | LIKE TT_PLUGIN | Public | |
| MT_SM_TRANSACTION_PLUGIN | Instance Attribute | Service Manager Transaction Plugins | LIKE TT_PLUGIN | Public | |
| MV_NO_CONTENT_CHANGES | Instance Attribute | LIKE ABAP_BOOL | Public |
/BOBF/IF_TRA_TRANS_MGR_COMPL types
TT_PLUGIN -TY_PLUGIN -
Links to Related Class(s)
/BOBF/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects