SAP /SCTM/CL_TAMAN OO Class - Basis Class for Transaction Manager
/SCTM/CL_TAMAN 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 /SCTM/CL_TAMAN 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 /SCMB/IF_CONTROLLERMethod list of /SCTM/CL_TAMAN 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 |
| CHECK_AUTHORITY | Private | |
| CALL METHOD /sctm/cl_taman=>CHECK_AUTHORITY...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /sctm/cl_taman=>CONSTRUCTOR...more details | ||
| DISPLAY_MESSAGES | Display Messages of Message Handler | Public |
| CALL METHOD /sctm/cl_taman=>DISPLAY_MESSAGES...more details | ||
| OKCODE_DISPATCH | Transfer OK Code to Controller | Public |
| CALL METHOD /sctm/cl_taman=>OKCODE_DISPATCH...more details | ||
| PROCESS_MESSAGES | Process Messages in Controller | Public |
| CALL METHOD /sctm/cl_taman=>PROCESS_MESSAGES...more details | ||
| QUEUE_MESSAGES | Queue Messages in Controller | Public |
| CALL METHOD /sctm/cl_taman=>QUEUE_MESSAGES...more details | ||
|
| ||
| SET_ACTION_PARAMETERS | Private | |
| CALL METHOD /sctm/cl_taman=>SET_ACTION_PARAMETERS...more details | ||
| SET_ACT_SAVE_REL | Private | |
| CALL METHOD /sctm/cl_taman=>SET_ACT_SAVE_REL...more details | ||
| SET_ASPECT | Aspects | Protected |
| CALL METHOD /sctm/cl_taman=>SET_ASPECT...more details | ||
| SET_COLUMN_POSITION | Private | |
| CALL METHOD /sctm/cl_taman=>SET_COLUMN_POSITION...more details | ||
| SET_COLUMN_PROPERTIES | Private | |
| CALL METHOD /sctm/cl_taman=>SET_COLUMN_PROPERTIES...more details | ||
| SET_EXCLUDE_FIELDS | Private | |
| CALL METHOD /sctm/cl_taman=>SET_EXCLUDE_FIELDS...more details | ||
| SET_INSERT_MANDATORY | Private | |
| CALL METHOD /sctm/cl_taman=>SET_INSERT_MANDATORY...more details | ||
| SET_INSERT_READONLY | Private | |
| CALL METHOD /sctm/cl_taman=>SET_INSERT_READONLY...more details | ||
| SET_KEY_FIELDS | Private | |
| CALL METHOD /sctm/cl_taman=>SET_KEY_FIELDS...more details | ||
| SET_PATTERN_DATA | Private | |
| CALL METHOD /sctm/cl_taman=>SET_PATTERN_DATA...more details | ||
| SET_PROCESS | Private | |
| CALL METHOD /sctm/cl_taman=>SET_PROCESS...more details | ||
| SET_TOOLBAR | Private | |
| CALL METHOD /sctm/cl_taman=>SET_TOOLBAR...more details | ||
/SCTM/CL_TAMAN 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_ATTRIBUTE_HANDLER | Instance Attribute | Attribute Handler UI (SAPGUI) | LIKE /SCMB/CL_ATTRIBUTE_HANDLER | Private | |
| MO_CONTROLLER | Instance Attribute | Controller (MVC) for SAPGUI Pattern Framework | LIKE /SCMB/CL_CONTROLLER | Private | |
| MO_MESSAGE_HANDLER | Instance Attribute | Message Handler UI (SAPGUI) | LIKE /SCMB/CL_MESSAGE_HANDLER | Private | |
| MO_TABCONTROL_ODP1 | Instance Attribute | Reference of ODP1 TabControl | LIKE DATA | Private | |
| MO_TABCONTROL_OIP | Instance Attribute | Reference of OIP TabControl | LIKE DATA | Private | |
| MS_DEFINITION | Instance Attribute | Definition Structure for TO Process in Pattern Framework | LIKE /SCMB/S_TRANSACTION_PROCESS | Private | |
| MS_SEARCH_DEFINITION | Instance Attribute | Structure for Transfer to Constructor of SEARCH Class | LIKE /SCMB/S_SEARCH_DEFINITION | Private | |
| MT_ODP1_DEFINITION | Instance Attribute | Definition Table for ODP1 Instances | LIKE LY_T_ODP1_DEFINITION | Private | |
| MT_OIP_DEFINITION | Instance Attribute | Definition Table for OIP Instances | LIKE LY_T_OIP_DEFINITION | Private | |
| SC_CLASSID | Constant | Classes ID Within Pattern Framework | 'TRANSACTION_MANAGER' | LIKE /SCMB/CLASS_ID_FRAMEWORK | Private |
Links to Related Class(s)
/SCTM/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects