SAP CL_STCTM_TEMPLATE OO Class - Task List Variant
CL_STCTM_TEMPLATE 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 CL_STCTM_TEMPLATE 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 IF_SERIALIZABLE_OBJECTMethod list of CL_STCTM_TEMPLATE 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 |
| CAN_TEMPLATE_BE_MAINTAINED | Can Task List Variant be maintained? | Private |
| CALL METHOD cl_stctm_template=>CAN_TEMPLATE_BE_MAINTAINED...more details | ||
| CHECK | Consistency check of Task List Variant | Public |
| CALL METHOD cl_stctm_template=>CHECK...more details | ||
| CHECK_LANGU_DIFF | Check if language is different to logon language | Public |
| CALL METHOD cl_stctm_template=>CHECK_LANGU_DIFF...more details | ||
| CHECK_SCENARIO_DIFF | Check if Task List has changed | Public |
| CALL METHOD cl_stctm_template=>CHECK_SCENARIO_DIFF...more details | ||
| CHECK_SCENARIO_OBSOLETE | Check if Task List is obsolete | Public |
| CALL METHOD cl_stctm_template=>CHECK_SCENARIO_OBSOLETE...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_stctm_template=>CONSTRUCTOR...more details | ||
|
| ||
| CONTAINS_SECURE_DATA | Check if Tasklist contains secure content | Public |
| CALL METHOD cl_stctm_template=>CONTAINS_SECURE_DATA...more details | ||
| CREATE_FROM_SCENARIO | Create Task List Variant from Task List | Public |
| CALL METHOD cl_stctm_template=>CREATE_FROM_SCENARIO...more details | ||
| CREATE_FROM_SESSION | Create Task List Variant from Task List Run | Public |
| CALL METHOD cl_stctm_template=>CREATE_FROM_SESSION...more details | ||
| CREATE_FROM_TEMPLATE | Create Task List Variant from different Task List Variant | Public |
| CALL METHOD cl_stctm_template=>CREATE_FROM_TEMPLATE...more details | ||
| CREATE_FROM_XML | Create Task List Variant from XML | Public |
| CALL METHOD cl_stctm_template=>CREATE_FROM_XML...more details | ||
| GET_EXTERNAL_TASKLIST | Get list of tasks for external usage | Public |
| CALL METHOD cl_stctm_template=>GET_EXTERNAL_TASKLIST...more details | ||
| GET_HASH | Get hash value for Variant (e.g. to determine data changes) | Public |
| CALL METHOD cl_stctm_template=>GET_HASH...more details | ||
| GET_PARAMETERS | Get all external parameters from Tasks | Public |
| CALL METHOD cl_stctm_template=>GET_PARAMETERS...more details | ||
| GET_POSSIBLE_TASK_ACTIONS | Get possible task actions | Public |
| CALL METHOD cl_stctm_template=>GET_POSSIBLE_TASK_ACTIONS...more details | ||
| GET_USED_SCENARIO | Get Task List informations used for Variant | Public |
| CALL METHOD cl_stctm_template=>GET_USED_SCENARIO...more details | ||
| GET_XML | Get Task List Variant in XML form | Public |
| CALL METHOD cl_stctm_template=>GET_XML...more details | ||
| LOAD | Load Task List Variant from persistence | Public |
| CALL METHOD cl_stctm_template=>LOAD...more details | ||
| RECOVER_MISSING_DATA | Update task list variant and add missing data after reload | Public |
| CALL METHOD cl_stctm_template=>RECOVER_MISSING_DATA...more details | ||
| RESET | Reset Task List Variant | Public |
| CALL METHOD cl_stctm_template=>RESET...more details | ||
| SAVE | Save Task List Variant | Public |
| CALL METHOD cl_stctm_template=>SAVE...more details | ||
| UPDATE_TASKLIST_RUNTIME | Update Runtime Informations for Tasklist | Private |
| CALL METHOD cl_stctm_template=>UPDATE_TASKLIST_RUNTIME...more details | ||
CL_STCTM_TEMPLATE 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 |
| PR_TASKLIST | Instance Attribute | Task List | LIKE CL_STCTM_TASKLIST | Public | |
| PR_USED_SCENARIO | Instance Attribute | Reference Task List used in Task List Run/Variant | LIKE CL_STC_EMBEDDED_SCENARIO | Public | |
| PS_TIMES | Instance Attribute | Create/Change Data | LIKE TS_TIMES | Public | |
| PT_SECSTORE | Instance Attribute | Links to Secure Store | LIKE CL_STCTM_PERSISTENCE=>TT_SECSTORE | Public | |
| P_DESCRIPTION | Instance Attribute | Task List Variant Description | LIKE STC_TEMPLATE_DESCR | Public | |
| P_LANGUAGE | Instance Attribute | Content Language (ISO) | LIKE LAISO | Public | |
| P_SCENARIO_ID | Instance Attribute | Task List | LIKE STC_SCENARIO_ID | Public | |
| P_TEMPLATE_ID | Instance Attribute | Task List Variant | LIKE STC_TEMPLATE_ID | Public |
CL_STCTM_TEMPLATE types
TS_TIMES -Links to Related Class(s)
CL_STCTM...Full list of available SAP object classes
Search for further information about these or an SAP related objects