SAP /SCTM/CL_TSPP_TAMAN OO Class - Transaction Manager: Carrier Profile
/SCTM/CL_TSPP_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_TSPP_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_TSPP_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_tspp_taman=>CHECK_AUTHORITY...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /sctm/cl_tspp_taman=>CONSTRUCTOR...more details | ||
| CREATE_INSTANCES | Generate Object Instances | Private |
| CALL METHOD /sctm/cl_tspp_taman=>CREATE_INSTANCES...more details | ||
| DISPLAY_MESSAGES | Display Messages of Message Handler | Public |
| CALL METHOD /sctm/cl_tspp_taman=>DISPLAY_MESSAGES...more details | ||
| MODIFY_DYNPRO | Start Dynamic Screen Modification | Public |
| CALL METHOD /sctm/cl_tspp_taman=>MODIFY_DYNPRO...more details | ||
| OKCODE_DISPATCH | Transfer OK Code to Controller | Public |
| CALL METHOD /sctm/cl_tspp_taman=>OKCODE_DISPATCH...more details | ||
|
| ||
| PROCESS_MESSAGES | Process Messages in Controller | Public |
| CALL METHOD /sctm/cl_tspp_taman=>PROCESS_MESSAGES...more details | ||
| QUEUE_MESSAGES | Queue Messages in Controller | Public |
| CALL METHOD /sctm/cl_tspp_taman=>QUEUE_MESSAGES...more details | ||
| SET_ACTION_PARAMETERS | Popups for Actions | Private |
| CALL METHOD /sctm/cl_tspp_taman=>SET_ACTION_PARAMETERS...more details | ||
| SET_ACT_SAVE_REL | Define Non-Storage-Relevant Actions | Private |
| CALL METHOD /sctm/cl_tspp_taman=>SET_ACT_SAVE_REL...more details | ||
| SET_ASPECT | Aspects | Private |
| CALL METHOD /sctm/cl_tspp_taman=>SET_ASPECT...more details | ||
| SET_COLUMN_POSITION | Define Column Sequence | Private |
| CALL METHOD /sctm/cl_tspp_taman=>SET_COLUMN_POSITION...more details | ||
| SET_COLUMN_PROPERTIES | Define Column Properties | Private |
| CALL METHOD /sctm/cl_tspp_taman=>SET_COLUMN_PROPERTIES...more details | ||
| SET_EXCLUDE_FIELDS | Exclude Fields from ALV List | Private |
| CALL METHOD /sctm/cl_tspp_taman=>SET_EXCLUDE_FIELDS...more details | ||
| SET_INSERT_MANDATORY | Define Mandatory Fields for Insert Popup | Private |
| CALL METHOD /sctm/cl_tspp_taman=>SET_INSERT_MANDATORY...more details | ||
| SET_INSERT_NO_DROPDOWN | Non-Automatic Mark Field as Selection List | Private |
| CALL METHOD /sctm/cl_tspp_taman=>SET_INSERT_NO_DROPDOWN...more details | ||
| SET_INSERT_READONLY | Define Read-Only Fields for Insert Popup | Private |
| CALL METHOD /sctm/cl_tspp_taman=>SET_INSERT_READONLY...more details | ||
| SET_KEY_FIELDS | Key Fields | Private |
| CALL METHOD /sctm/cl_tspp_taman=>SET_KEY_FIELDS...more details | ||
| SET_PATTERN_DATA | Pattern Data | Private |
| CALL METHOD /sctm/cl_tspp_taman=>SET_PATTERN_DATA...more details | ||
| SET_PROCESS | Floorplan: Process | Private |
| CALL METHOD /sctm/cl_tspp_taman=>SET_PROCESS...more details | ||
| SET_TOOLBAR | Toolbar | Private |
| CALL METHOD /sctm/cl_tspp_taman=>SET_TOOLBAR...more details | ||
/SCTM/CL_TSPP_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_SEARCH | Instance Attribute | Class for Search Functions in Pattern Framework | LIKE /SCMB/CL_SEARCH | Private | |
| MO_SP | Instance Attribute | Service Provider: Carrier Profile | LIKE /SCTM/CL_TSPP_SP | 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_DEFAULT_VALUES | Instance Attribute | Default and Default Values in UI | LIKE /SCMB/S_DEFAULT_VALUES | 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 | |
| MV_APPL | Instance Attribute | Application Indicator | LIKE /SCTM/DE_APP_KZ | Public | |
| SC_CLASSID | Constant | Classes ID Within Pattern Framework | 'TRANSACTION_MANAGER' | LIKE /SCMB/CLASS_ID_FRAMEWORK | Private |
| SS_TA_FIELDS | Static Attribute | Structure for Screen Fields | LIKE /SCMB/S_TA_FIELDS | Public | |
| SS_TA_PARAMETER | Static Attribute | Variables for TO Manager (ESA Emulation Services) | LIKE /SCMB/S_EEF_TA | Public | |
| ST_STATUS_EXCLUDING | Static Attribute | Table for Function Codes | LIKE SYUCOMM_T | Public | |
| SV_LGNUM | Static Attribute | Warehouse Number/Warehouse Complex | LIKE /SCWM/LGNUM | Public |
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