SAP CL_STCTM_PREPROCESSOR OO Class - Task List Run/Variant Preprocessor (User Interface)
CL_STCTM_PREPROCESSOR 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_PREPROCESSOR 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 CL_STCTM_PREPROCESSOR 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 |
| CHANGE_LANGUAGE | Change Language of Task List Run or Variant | Public |
| CALL METHOD cl_stctm_preprocessor=>CHANGE_LANGUAGE...more details | ||
| CHECK_CONSISTENCY | Check Consistency of Task List Run or Variant | Public |
| CALL METHOD cl_stctm_preprocessor=>CHECK_CONSISTENCY...more details | ||
| CHECK_LANGU_DIFF | Check if language is different to logon language | Public |
| CALL METHOD cl_stctm_preprocessor=>CHECK_LANGU_DIFF...more details | ||
| CHECK_LONGRUNNER | Public | |
| CALL METHOD cl_stctm_preprocessor=>CHECK_LONGRUNNER...more details | ||
| CHECK_SCENARIO_DIFF | Check if Task List definition has changed | Public |
| CALL METHOD cl_stctm_preprocessor=>CHECK_SCENARIO_DIFF...more details | ||
| CHECK_SCENARIO_OBSOLETE | Check if Task List is obsolete | Public |
| CALL METHOD cl_stctm_preprocessor=>CHECK_SCENARIO_OBSOLETE...more details | ||
|
| ||
| CONFIRM_TASK | Confirm a Task | Public |
| CALL METHOD cl_stctm_preprocessor=>CONFIRM_TASK...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_stctm_preprocessor=>CONSTRUCTOR...more details | ||
| COPY_SESSION | Create new Task List Run from different Run | Public |
| CALL METHOD cl_stctm_preprocessor=>COPY_SESSION...more details | ||
| COPY_TEMPLATE | Create new Task List Run from Variant | Public |
| CALL METHOD cl_stctm_preprocessor=>COPY_TEMPLATE...more details | ||
| CREATE_SESSION | Create Task List Run | Public |
| CALL METHOD cl_stctm_preprocessor=>CREATE_SESSION...more details | ||
| CREATE_TEMPLATE | Create Task List Variant | Public |
| CALL METHOD cl_stctm_preprocessor=>CREATE_TEMPLATE...more details | ||
| DISABLE_CHANGE_MODE | Switch from change to display mode | Public |
| CALL METHOD cl_stctm_preprocessor=>DISABLE_CHANGE_MODE...more details | ||
| DOWNLOAD_SESSION | Download Task List Run to PC | Public |
| CALL METHOD cl_stctm_preprocessor=>DOWNLOAD_SESSION...more details | ||
| ENABLE_CHANGE_MODE | Switch from display to change mode | Public |
| CALL METHOD cl_stctm_preprocessor=>ENABLE_CHANGE_MODE...more details | ||
| ENABLE_EXECUTE_SESSION | Check if Task List Run can be executed/scheduled | Public |
| CALL METHOD cl_stctm_preprocessor=>ENABLE_EXECUTE_SESSION...more details | ||
| EXECUTE_SESSION | Execute Task List Run in same dialog process | Public |
| CALL METHOD cl_stctm_preprocessor=>EXECUTE_SESSION...more details | ||
| EXPORT_SESSION | Export Task List Run to Export-Directory | Public |
| CALL METHOD cl_stctm_preprocessor=>EXPORT_SESSION...more details | ||
| FINALIZE_SESSION | Manual finalization of a Task List Run | Public |
| CALL METHOD cl_stctm_preprocessor=>FINALIZE_SESSION...more details | ||
| GET_SESSION_STATISTICS | Get statistic data for Task List Run | Public |
| CALL METHOD cl_stctm_preprocessor=>GET_SESSION_STATISTICS...more details | ||
| GET_SESSION_STATUS | Get status of Task List Run | Public |
| CALL METHOD cl_stctm_preprocessor=>GET_SESSION_STATUS...more details | ||
| IMPORT_SESSION | Import Task List Run from Import-Directory | Public |
| CALL METHOD cl_stctm_preprocessor=>IMPORT_SESSION...more details | ||
| INTERRUPT_SESSION | Interrupt running Task List Run | Public |
| CALL METHOD cl_stctm_preprocessor=>INTERRUPT_SESSION...more details | ||
| LOCK_SESSION | Lock Task List Run for editing/executing | Public |
| CALL METHOD cl_stctm_preprocessor=>LOCK_SESSION...more details | ||
| LOCK_TEMPLATE | Lock Task List Variant for editing | Public |
| CALL METHOD cl_stctm_preprocessor=>LOCK_TEMPLATE...more details | ||
| MIGRATE_TEMPLATE | Migrate Task List Variant | Public |
| CALL METHOD cl_stctm_preprocessor=>MIGRATE_TEMPLATE...more details | ||
| ON_HOTSPOT | Handle UI click | Public |
| CALL METHOD cl_stctm_preprocessor=>ON_HOTSPOT...more details | ||
| ON_LOG_DETAIL | Handle Log Detail click | Public |
| CALL METHOD cl_stctm_preprocessor=>ON_LOG_DETAIL...more details | ||
| READ_SESSION | Re-Instantiate Task List Run | Public |
| CALL METHOD cl_stctm_preprocessor=>READ_SESSION...more details | ||
| READ_TEMPLATE | Instantiate Task List Variant | Public |
| CALL METHOD cl_stctm_preprocessor=>READ_TEMPLATE...more details | ||
| REOPEN_SESSION | Reopen finalized Task List Run | Public |
| CALL METHOD cl_stctm_preprocessor=>REOPEN_SESSION...more details | ||
| SAVE_REQUIRED | Check if Task List Run/Var. is changed and need to be saved | Public |
| CALL METHOD cl_stctm_preprocessor=>SAVE_REQUIRED...more details | ||
| SAVE_SESSION | Save Task List Run | Public |
| CALL METHOD cl_stctm_preprocessor=>SAVE_SESSION...more details | ||
| SAVE_TEMPLATE | Save Task List Variant | Public |
| CALL METHOD cl_stctm_preprocessor=>SAVE_TEMPLATE...more details | ||
| SCHEDULE_SESSION_TO_BATCH | Start Task List Run in background process | Public |
| CALL METHOD cl_stctm_preprocessor=>SCHEDULE_SESSION_TO_BATCH...more details | ||
| SCHEDULE_SESSION_TO_DIALOG | Start Task List Run in other dialog process | Public |
| CALL METHOD cl_stctm_preprocessor=>SCHEDULE_SESSION_TO_DIALOG...more details | ||
| SESSION_LOCKED | Is Task List Run locked? | Public |
| CALL METHOD cl_stctm_preprocessor=>SESSION_LOCKED...more details | ||
| SET_EXEC_SETTINGS_TO_SESSION | Set the exec settings received to Session | Public |
| CALL METHOD cl_stctm_preprocessor=>SET_EXEC_SETTINGS_TO_SESSION...more details | ||
| SET_SESSION_PARAMETERS | Set external parameters to Task List Run | Public |
| CALL METHOD cl_stctm_preprocessor=>SET_SESSION_PARAMETERS...more details | ||
| SHOW_ALL_PARAMETERS | Show all task parameters in generic format | Public |
| CALL METHOD cl_stctm_preprocessor=>SHOW_ALL_PARAMETERS...more details | ||
| SHOW_LANGUAGE | Show language of Task List Run or Variant | Public |
| CALL METHOD cl_stctm_preprocessor=>SHOW_LANGUAGE...more details | ||
| SHOW_SCENARIO_DIFF | Show differences for Task List with Task List Run or Variant | Public |
| CALL METHOD cl_stctm_preprocessor=>SHOW_SCENARIO_DIFF...more details | ||
| SHOW_SESSION_EXTERNAL_INFO | Show external caller info for Task List Run | Public |
| CALL METHOD cl_stctm_preprocessor=>SHOW_SESSION_EXTERNAL_INFO...more details | ||
| SHOW_SESSION_LOG | Show session log | Public |
| CALL METHOD cl_stctm_preprocessor=>SHOW_SESSION_LOG...more details | ||
| SHOW_SESSION_STATUS_MESSAGE | Show current Task List Run status as status message | Public |
| CALL METHOD cl_stctm_preprocessor=>SHOW_SESSION_STATUS_MESSAGE...more details | ||
| SHOW_TASKLIST_DIFF | Public | |
| CALL METHOD cl_stctm_preprocessor=>SHOW_TASKLIST_DIFF...more details | ||
| SHOW_TASK_LOG | Show task log | Public |
| CALL METHOD cl_stctm_preprocessor=>SHOW_TASK_LOG...more details | ||
| SHOW_TASK_USER_INTERFACE | Show task UI | Public |
| CALL METHOD cl_stctm_preprocessor=>SHOW_TASK_USER_INTERFACE...more details | ||
| SHOW_USER_INTERFACE | Start UI | Public |
| CALL METHOD cl_stctm_preprocessor=>SHOW_USER_INTERFACE...more details | ||
| SKIP_ALL_TASKS | Skip all Tasks | Public |
| CALL METHOD cl_stctm_preprocessor=>SKIP_ALL_TASKS...more details | ||
| SKIP_TASK | Skip a Task | Public |
| CALL METHOD cl_stctm_preprocessor=>SKIP_TASK...more details | ||
| TEMPLATE_LOCKED | Is Task List Variant locked? | Public |
| CALL METHOD cl_stctm_preprocessor=>TEMPLATE_LOCKED...more details | ||
| TOGGLE_SESSION_BREAKPOINT | Set/reject breakpoint for task in Task List Run | Public |
| CALL METHOD cl_stctm_preprocessor=>TOGGLE_SESSION_BREAKPOINT...more details | ||
| TRANSPORT_TEMPLATE | Add Task List Variant to Transport Request | Public |
| CALL METHOD cl_stctm_preprocessor=>TRANSPORT_TEMPLATE...more details | ||
| UNLOCK_SESSION | Unlock Task List Run | Public |
| CALL METHOD cl_stctm_preprocessor=>UNLOCK_SESSION...more details | ||
| UNLOCK_TEMPLATE | Unlock Task List Variant | Public |
| CALL METHOD cl_stctm_preprocessor=>UNLOCK_TEMPLATE...more details | ||
| UNSKIP_ALL_TASKS | Unskip all Tasks | Public |
| CALL METHOD cl_stctm_preprocessor=>UNSKIP_ALL_TASKS...more details | ||
| UNSKIP_TASK | Unskip a Task | Public |
| CALL METHOD cl_stctm_preprocessor=>UNSKIP_TASK...more details | ||
| _ASK_RESET_PHASES | Ask User which phases shall be reset | Private |
| CALL METHOD cl_stctm_preprocessor=>_ASK_RESET_PHASES...more details | ||
| _DISPLAY_MESSAGE | Display message (dialog/dark mode) | Private |
| CALL METHOD cl_stctm_preprocessor=>_DISPLAY_MESSAGE...more details | ||
| _GET_PHASES | Ask User which phases shall be reset | Private |
| CALL METHOD cl_stctm_preprocessor=>_GET_PHASES...more details | ||
CL_STCTM_PREPROCESSOR 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_LOG_CONTAINER | Instance Attribute | Abstract Container for GUI Controls | LIKE CL_GUI_CONTAINER | Public | |
| PR_LOG_TASK | Static Attribute | Technical Configuration Task | LIKE IF_STCTM_TASK | Private | |
| PR_PRESENT_SCENARIO | Instance Attribute | Shared Task List Used for UI | LIKE IF_STC_SCENARIO | Public | |
| PR_PRESENT_TASKLIST | Instance Attribute | Shared Configured Task List for UI | LIKE CL_STCTM_TASKLIST | Public | |
| PR_SESSION | Instance Attribute | Task List Run | LIKE CL_STCTM_SESSION | Public | |
| PR_SESSION_TEMPLATE | Instance Attribute | Task List Variant used by Run | LIKE CL_STCTM_TEMPLATE | Public | |
| PR_TEMPLATE | Instance Attribute | Task List Variant | LIKE CL_STCTM_TEMPLATE | Public | |
| PS_CALLER_INFO | Instance Attribute | External Caller Information | LIKE STC_EXT_CALLER_INFO | Public | |
| P_API_CALL | Instance Attribute | 'X' = Instantiated by API | LIKE SAP_BOOL | Private | |
| P_DISPLAY_MODE | Instance Attribute | 'X' = Display; ' ' = Change | LIKE SAP_BOOL | Public | |
| P_DISPLAY_ONLY | Instance Attribute | Display Only | LIKE SAP_BOOL | Public | |
| P_IGNORE_LANGU_DIFF | Instance Attribute | Ignore different language | '?' | LIKE SAP_BOOL | Private |
| P_IGNORE_SCENARIO_DIFF | Instance Attribute | Ignore different task list | '?' | LIKE SAP_BOOL | Private |
| P_IGNORE_SCENARIO_OBSOLETE | Instance Attribute | Ignore obsolete task list | '?' | LIKE SAP_BOOL | Private |
| P_SESSION_HASH_OLD | Instance Attribute | Hash Value for Runs | LIKE HASH160 | Private | |
| P_SHOW_TEMPLATE | Instance Attribute | 'X' = Show Variant; ' ' = Show Run | LIKE SAP_BOOL | Public | |
| P_TEMPLATE_HASH_OLD | Instance Attribute | Hash Value for Variants | LIKE HASH160 | Private |
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