SAP ABAP Class CL_STCTM_TASKLIST (Configured List of Tasks)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-INS-TC-RT (Application Component) Runtime for ABAP based automated TC
     STC_TM (Package) Technical Configuration Task Management
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20101115
Properties
Class CL_STCTM_TASKLIST  
Short Description Configured List of Tasks    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class STC_TM    
Program status     
Category 0   
Package STC_TM   Technical Configuration Task Management 
Created 20101115   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_STCTM_LOG Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_STCTM_TASKLIST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_ODQ_TASK Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_SLMP_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_STCTM_TASK Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
7 IF_STCTM_UI_TASK Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SERIALIZABLE_OBJECT Serializable Object 20101115
Friends
# Friend Modeled only Created on Description
1 CL_STCTM_PREPROCESSOR 20120103 Task List Run/Variant Preprocessor (User Interface)
2 CL_STCTM_PROCESSOR 20120103 Task List Run Background Processor
3 CL_STCTM_SESSION 20120103 Task List Run
4 CL_STCTM_TEMPLATE 20120103 Task List Variant
5 CL_STCTM_XML_UTILITIES 20121015 Helper methods for XML processing
6 CL_STC_SCENARIO 20120103 Maintainable Task List
7 TH_STC_TASK_TEST 20120327 Unit Test Utility Class for TC Tasks
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PTX_TASK Instance attribute Public Type reference (TYPE) TT_TASK Tasklist 20101115
2 PT_CONTEXT Instance attribute Public Type reference (TYPE) TT_CONTEXT Global Context (not Assigned to Particular Task) 20101119
Methods
# Method Level Visibility Method type Description Created on
1 CAN_TASK_BE_BREAKPOINTED Instance method Private Method Can task be flagged to be stopped (breakpoint) 20130502
2 CAN_TASK_BE_CHECKED Instance method Private Method Can given task be checked? 20121218
3 CAN_TASK_BE_CONFIRMED Instance method Private Method Can manual activities of given task be confirmed? 20121217
4 CAN_TASK_BE_EXECUTED Instance method Private Method Can given task be executed? 20121218
5 CAN_TASK_BE_MAINTAINED Instance method Private Method Can parameters of given task be maintained? 20121217
6 CAN_TASK_BE_SKIPPED Instance method Private Method Can given task be skipped in Tasklist? 20121217
7 CAN_TASK_BE_UNSKIPPED Instance method Private Method Can given task be set in scope in Tasklist? 20121217
8 CHECK Instance method Private Method Check Tasklist for predecessor and successor consistence 20110309
9 CHECK_SCENARIO_DIFF Instance method Private Method Check if Task List has changed 20130311
10 CLEAR Instance method Private Method Clear Tasklist (and keep instance) 20120126
11 CONTAINS_LANGU_DEP_DATA Instance method Private Method Check if Tasklist contains language dependent content 20130326
12 CONTAINS_SECURE_DATA Instance method Private Method Check if Tasklist contains secure content 20111130
13 CREATE_FROM_SCENARIO Static method Private Method Create Tasklist from Task List 20110218
14 GET_CHECKRUN_STATUS Instance method Public Method Get check run status of Tasklist 20110811
15 GET_CURRENT_TASK Instance method Private Method Get Task currently processed 20110308
16 GET_EXTERNAL_TASKLIST Instance method Private Method Get task list for external usage 20121214
17 GET_INITIAL_TASK_STATUS Instance method Private Method Get initial Task status 20110503
18 GET_MAINTENANCE_STATUS Instance method Public Method Get status of parameter maintenance 20121218
19 GET_PARAMETERS Instance method Private Method Get all parameters in external format 20121026
20 GET_POSSIBLE_TASK_ACTIONS Instance method Private Method Get possible task actions 20121214
21 GET_RUNTIME_INFO Instance method Public Method Get Runtime Informations 20120116
22 GET_STATUS Instance method Public Method Get execution status of Tasklist 20101209
23 GET_TASK_BY_INDEX Instance method Public Method Get Task by index 20110815
24 GET_TASK_BY_LNR Instance method Public Method Get Task by taskname and usage number 20120524
25 GET_TASK_CLASS_ATTRIBUTES Instance method Private Method Get attributes of all tasks (in opposite to external param.) 20121026
26 GET_TASK_LAST_EXEC_STATUS Instance method Private Method Get last task status (before task has been skipped) 20130708
27 IS_TASK_FINISHED Instance method Private Method Is task in a final state 20130503
28 RECOVER_MISSING_DATA Instance method Private Method Update task list and add missing data after reload 20130418
29 RESET Instance method Private Method Clear execution of Tasklist 20101202
30 RESET_TASK Instance method Private Method Get initial Task status 20120121
31 SET_INITIAL_TASK_STATUS Instance method Private Method Set initial Task status 20110503
32 SET_PARAMETERS Instance method Private Method Set external parameters 20101210
33 TASK_DISPLAY_ONLY Instance method Public Method Task display only (for parameter maintenance)? 20110310
34 TASK_IN_SCOPE Instance method Public Method Is Task in Scope? 20120723
35 TASK_REQUIRED_BY_OTHER_TASKS Instance method Public Method Is Task required by other tasks (as predessor or successor)? 20120510
36 TASK_RESUMABLE Instance method Public Method Task resumable? 20110310
37 UPDATE_DEPENDENCIES Instance method Public Method Update Tasklist 20110927
38 VERIFY_ERROR_TASKS Instance method Private Method Verify all dummy tasks if the error remains 20121019
39 _GET_REFERENCE Static method Private Method Get reference 20110112
40 _GET_STRUCTURE Static method Private Method Get structure 20110112
41 _GET_TABLE Static method Private Method Get table 20110113
Events
# Event Type Visibility Description Created on
1 UPDATE_RUNTIME_INFO Instance Event
(0)
Private
(0)
Update Runtime Informations 20120116
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_CONTEXT Public Type reference (TYPE) STCTM_S_PARAMETER Context structure for data exchange 20101119
2 TS_TASK Public See coding Task in Tasklist 20101115 BEGIN OF ts_task, taskname TYPE if_stctm_task=>t_taskname, tasktype TYPE if_stctm_task=>t_tasktype, tasklnr TYPE stc_task_lnr, r_task TYPE REF TO if_stctm_task, END OF ts_task
3 TS_TASK_MAX_LNR Private See coding Helper structure for task occurence calculation 20130411 BEGIN OF ts_task_max_lnr, taskname TYPE stc_task_id, tasktype TYPE stc_task_type, lnr TYPE stc_task_lnr, END OF ts_task_max_lnr
4 TT_CONTEXT Public See coding Context table for data exchange 20101119 tt_context TYPE STANDARD TABLE OF ts_context
5 TT_TASK Public See coding List of Tasks 20101115 tt_task TYPE STANDARD TABLE OF ts_task
6 TT_TASK_MAX_LNR Private See coding Helper table for task occurence calculation 20130411 tt_task_max_lnr type hashed table of ts_task_max_lnr with unique key taskname tasktype
Method Signatures

Method CAN_TASK_BE_BREAKPOINTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20130502
# Exception Resumable Description Created on
1 NOT_BREAKPOINTABLE Execution can not be stopped at this task 20130502

Method CAN_TASK_BE_CHECKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20121218
# Exception Resumable Description Created on
1 CURRENTLY_CHECKING Task is currently checking 20121218
2 NOT_CHECKABLE Task does not need to be checked 20121218

Method CAN_TASK_BE_CONFIRMED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20121217
2 Importing I_DISPLAY_MODE Call by reference Type reference (TYPE) SAP_BOOL 'X' = Display Mode 20121217
# Exception Resumable Description Created on
1 ALREADY_CONFIRMED Task is already confirmed 20121217
2 NOT_CONFIRMABLE Task can not be confirmed 20121217

Method CAN_TASK_BE_EXECUTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20121218
# Exception Resumable Description Created on
1 ALREADY_EXECUTED Task has already been executed 20121218
2 CURRENTLY_EXECUTING Task is currently executing 20121218
3 NOT_EXECUTABLE Task can not be executed 20121218

Method CAN_TASK_BE_MAINTAINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_UI_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_UI_TASK User Interface Task 20121217
2 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20121217
3 Importing I_DISPLAY_MODE Call by reference Type reference (TYPE) SAP_BOOL 'X' = Display Mode 20121217
# Exception Resumable Description Created on
1 NOT_MAINTAINABLE Task parameter can not be maintained 20121217
2 NO_PARAM_REQUIRED Task does not require any parameter 20121217

Method CAN_TASK_BE_SKIPPED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20121217
2 Importing I_DISPLAY_MODE Call by reference Type reference (TYPE) SAP_BOOL 'X' = Display Mode 20121217
# Exception Resumable Description Created on
1 ALREADY_SKIPPED Task is already skipped 20121217
2 NOT_SKIPPABLE Task can not be skipped 20121217

Method CAN_TASK_BE_UNSKIPPED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20121217
2 Importing I_DISPLAY_MODE Call by reference Type reference (TYPE) SAP_BOOL 'X' = Display Mode 20121217
# Exception Resumable Description Created on
1 ALREADY_FINISHED Task has been executed and is finished 20130517
2 ALREADY_UNSKIPPED Task is already in scope 20121217
3 NOT_UNSKIPPABLE Task was not executed and cannot be set in scope 20121217

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_MESSAGES Call by reference Object reference (TYPE REF TO) CL_STCTM_MESSAGES Task List Messages 20120224
# Exception Resumable Description Created on
1 INVALID List is Invalid 20110309

Method CHECK_SCENARIO_DIFF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SCENARIO Call by reference Object reference (TYPE REF TO) IF_STC_SCENARIO Task List Interface 20130311
# Exception Resumable Description Created on
1 SCENARIO_DIFF Task List has changed 20130311

Method CLEAR Signature

Method CLEAR on class CL_STCTM_TASKLIST has no parameter.
Method CLEAR on class CL_STCTM_TASKLIST has no exception.

Method CONTAINS_LANGU_DEP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CONTAINS_LANGUDATA Value transfer Type reference (TYPE) SAP_BOOL 'X' = tasklist contains langu. dep. content 20130326

Method CONTAINS_LANGU_DEP_DATA on class CL_STCTM_TASKLIST has no exception.

Method CONTAINS_SECURE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CONTAINS_SECDATA Value transfer Type reference (TYPE) BOOLEAN 'X' - Run contains secure data 20111130

Method CONTAINS_SECURE_DATA on class CL_STCTM_TASKLIST has no exception.

Method CREATE_FROM_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_TASKLIST Call by reference Object reference (TYPE REF TO) CL_STCTM_TASKLIST Configured List of Tasks 20120116
2 Exporting ER_MESSAGES Call by reference Object reference (TYPE REF TO) CL_STCTM_MESSAGES Task List Messages 20120224
3 Importing IR_SCENARIO Call by reference Object reference (TYPE REF TO) IF_STC_SCENARIO Task List Interface 20130301
# Exception Resumable Description Created on
1 INVALID Tasklist Cannot Be Created 20110218
2 NOT_EXISTS Scenario don't exists 20110218

Method GET_CHECKRUN_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ESX_TASK Call by reference Type reference (TYPE) TS_TASK Worst Task defining the Status 20110811
2 Exporting E_DONE_TASKS Call by reference Type reference (TYPE) I Number of executed tasks 20130207
3 Exporting E_FAILED_TASKS Call by reference Type reference (TYPE) I Number of failed tasks 20130207
4 Exporting E_FINISHED Call by reference Type reference (TYPE) SAP_BOOL Task list checkrun finished 20120323
5 Exporting E_OPEN_TASKS Call by reference Type reference (TYPE) I Number of remaining tasks to be processed 20130207
6 Exporting E_PROGRESS Call by reference Type reference (TYPE) STC_SESSION_PROGRESS Progress as percentage value 20121218
7 Exporting E_SKIPPED_TASKS Call by reference Type reference (TYPE) I Number of skipped tasks 20110811
8 Exporting E_STATUS Call by reference Type reference (TYPE) STC_SESSION_STATUS Task List Run Status 20110811

Method GET_CHECKRUN_STATUS on class CL_STCTM_TASKLIST has no exception.

Method GET_CURRENT_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ESX_TASK Call by reference Type reference (TYPE) TS_TASK Current Task to be processed 20110308
2 Importing I_CHECKRUN Call by reference Type reference (TYPE) STC_CHECKRUN SPACE Check Mode 20110510

Method GET_CURRENT_TASK on class CL_STCTM_TASKLIST has no exception.

Method GET_EXTERNAL_TASKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TASKLIST Call by reference Type reference (TYPE) STCTM_T_TASK List of Tasks 20121214
2 Importing I_DISPLAY_MODE Call by reference Type reference (TYPE) SAP_BOOL Display Mode 20130318
3 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU 'E' Language 20121214

Method GET_EXTERNAL_TASKLIST on class CL_STCTM_TASKLIST has no exception.

Method GET_INITIAL_TASK_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHECK_PROGRESS Call by reference Type reference (TYPE) STC_TASK_PROGRESS Task Check Progress 20130708
2 Exporting E_CHECK_STATUS Call by reference Type reference (TYPE) STC_TASK_CHECK_STATUS Task Check Status 20130708
3 Exporting E_PROGRESS Call by reference Type reference (TYPE) STC_TASK_PROGRESS Task Progress 20130708
4 Exporting E_STATUS Call by reference Type reference (TYPE) STC_TASK_STATUS Task Status 20130708
5 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Task 20110503

Method GET_INITIAL_TASK_STATUS on class CL_STCTM_TASKLIST has no exception.

Method GET_MAINTENANCE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PROGRESS Call by reference Type reference (TYPE) STC_SESSION_PROGRESS Progress as percentage value 20121218
2 Exporting E_STATUS Call by reference Type reference (TYPE) STC_SESSION_MAINTAINED Task List Run Parameters Maintained 20121218

Method GET_MAINTENANCE_STATUS on class CL_STCTM_TASKLIST has no exception.

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_MESSAGES Call by reference Object reference (TYPE REF TO) CL_STCTM_MESSAGES Task Manager Messages 20130111
2 Exporting ET_PARAMETER Call by reference Type reference (TYPE) STCTM_TX_VALUE List of Task Parameter Values 20121026
3 Exporting ET_PARAM_DEF Call by reference Type reference (TYPE) STCTM_TX_PARAMETER List of Task Parameter 20121026
4 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Get Parameters in given Language 20121112

Method GET_PARAMETERS on class CL_STCTM_TASKLIST has no exception.

Method GET_POSSIBLE_TASK_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHECK Call by reference Type reference (TYPE) SAP_BOOL 'X' if task can be checked 20121218
2 Exporting E_CONFIRM Call by reference Type reference (TYPE) SAP_BOOL 'X' if (manual activity) task can be confirmed 20121214
3 Exporting E_EXECUTE Call by reference Type reference (TYPE) SAP_BOOL 'X' if task can be executed 20121218
4 Exporting E_MAINTAIN Call by reference Type reference (TYPE) SAP_BOOL 'X' if parameter of (user interface) task can be maintained 20121214
5 Exporting E_SKIP Call by reference Type reference (TYPE) SAP_BOOL 'X' if task can be skipped 20121214
6 Exporting E_UNSKIP Call by reference Type reference (TYPE) SAP_BOOL 'X' if task can be set in scope 20121214
7 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20121214
8 Importing I_DISPLAY_MODE Call by reference Type reference (TYPE) SAP_BOOL 'X' if display mode, ' ' if change mode 20121214

Method GET_POSSIBLE_TASK_ACTIONS on class CL_STCTM_TASKLIST has no exception.

Method GET_RUNTIME_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_RT_INFO Value transfer Object reference (TYPE REF TO) CL_STCTM_TASKLIST_RT_INFO Task List Runtime Info (not serializable) 20120116

Method GET_RUNTIME_INFO on class CL_STCTM_TASKLIST has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ESX_TASK Call by reference Type reference (TYPE) TS_TASK Worst Task defining the Status 20101209
2 Exporting E_DONE_TASKS Call by reference Type reference (TYPE) I Number of executed tasks 20130207
3 Exporting E_FAILED_TASKS Call by reference Type reference (TYPE) I Number of failed tasks 20130207
4 Exporting E_FINISHED Call by reference Type reference (TYPE) SAP_BOOL 'X' = Task list run completed 20110819
5 Exporting E_OPEN_TASKS Call by reference Type reference (TYPE) I Number of remaining tasks to be processed 20130207
6 Exporting E_PROGRESS Call by reference Type reference (TYPE) STC_SESSION_PROGRESS Progress as percentage value 20121218
7 Exporting E_SKIPPED_TASKS Call by reference Type reference (TYPE) I Number of skipped or needless tasks 20110510
8 Exporting E_STATUS Call by reference Type reference (TYPE) STC_SESSION_STATUS Task List Run Status 20101209

Method GET_STATUS on class CL_STCTM_TASKLIST has no exception.

Method GET_TASK_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ESX_TASK Call by reference Type reference (TYPE) TS_TASK 20110815
2 Importing I_INDEX Call by reference Type reference (TYPE) SY-TABIX Index of Internal Tables 20110815

Method GET_TASK_BY_INDEX on class CL_STCTM_TASKLIST has no exception.

Method GET_TASK_BY_LNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ESX_TASK Call by reference Type reference (TYPE) TS_TASK Task in Tasklist 20120524
2 Importing IV_LNR Call by reference Type reference (TYPE) STC_TASK_LNR Task Occurrence Number in Task List 20120524
3 Importing IV_TASKNAME Call by reference Type reference (TYPE) STC_TASK_ID Task ID 20120524
# Exception Resumable Description Created on
1 NOT_FOUND Task not find at specified position 20120524
2 NOT_UNIQUE Task is not unique at given sequence number 20120524

Method GET_TASK_CLASS_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ATTRIBUTE Value transfer Type reference (TYPE) STCTM_TX_VALUE Value-List per Task 20121026

Method GET_TASK_CLASS_ATTRIBUTES on class CL_STCTM_TASKLIST has no exception.

Method GET_TASK_LAST_EXEC_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHECK_PROGRESS Call by reference Type reference (TYPE) STC_TASK_PROGRESS Task Check Progress 20130708
2 Exporting E_CHECK_STATUS Call by reference Type reference (TYPE) STC_TASK_CHECK_STATUS Task Check Status 20130708
3 Exporting E_PROGRESS Call by reference Type reference (TYPE) STC_TASK_PROGRESS Task Progress 20130708
4 Exporting E_STATUS Call by reference Type reference (TYPE) STC_TASK_STATUS Task Status 20130708
5 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20130708

Method GET_TASK_LAST_EXEC_STATUS on class CL_STCTM_TASKLIST has no exception.

Method IS_TASK_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20130503
2 Returning R_FINISHED Value transfer Type reference (TYPE) SAP_BOOL Task finalized 20130503

Method IS_TASK_FINISHED on class CL_STCTM_TASKLIST has no exception.

Method RECOVER_MISSING_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DATA_RECOVERED Value transfer Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20130704

Method RECOVER_MISSING_DATA on class CL_STCTM_TASKLIST has no exception.

Method RESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PHASE Call by reference Type reference (TYPE) STCTM_T_PHASE_SEL List of Phases 20101222
2 Importing I_TEMPLATE Call by reference Type reference (TYPE) SAP_BOOL Variant reset? 20110322

Method RESET on class CL_STCTM_TASKLIST has no exception.

Method RESET_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Task 20120121
2 Importing I_TEMPLATE Call by reference Type reference (TYPE) SAP_BOOL 'X' - reset for variants requested; ' ' = run 20120121

Method RESET_TASK on class CL_STCTM_TASKLIST has no exception.

Method SET_INITIAL_TASK_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Task 20110503
2 Importing I_KEEP_PROGRESS Call by reference Type reference (TYPE) SAP_BOOL 'X' = Keep Progress information 20130708

Method SET_INITIAL_TASK_STATUS on class CL_STCTM_TASKLIST has no exception.

Method SET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_MESSAGES Call by reference Object reference (TYPE REF TO) CL_STCTM_MESSAGES Task Manager Messages 20120524
2 Importing IR_SESSION Call by reference Object reference (TYPE REF TO) CL_STCTM_SESSION Task List Run for Action Log 20130419
3 Importing IT_PARAMETERS Call by reference Type reference (TYPE) STCTM_TX_VALUE Value-List per Task 20101210
4 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Lanuage dep. Parameter provided in this Language 20121112
# Exception Resumable Description Created on
1 COPIED_W_ERRORS Parameters copied with errors 20130108
2 COPIED_W_WARNINGS Parameters copied with warnings 20130108

Method TASK_DISPLAY_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK TC Task 20110310
2 Returning R_DISPLAY_ONLY Value transfer Type reference (TYPE) IF_STCTM_TASK=>T_BOOL 20110310

Method TASK_DISPLAY_ONLY on class CL_STCTM_TASKLIST has no exception.

Method TASK_IN_SCOPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20120723
2 Returning R_IN_SCOPE Value transfer Type reference (TYPE) SAP_BOOL 'X' = Task is in scope 20120723

Method TASK_IN_SCOPE on class CL_STCTM_TASKLIST has no exception.

Method TASK_REQUIRED_BY_OTHER_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20120510
2 Returning R_REQUIRED Value transfer Type reference (TYPE) IF_STCTM_TASK=>T_BOOL 'X' = Required by other tasks 20120510

Method TASK_REQUIRED_BY_OTHER_TASKS on class CL_STCTM_TASKLIST has no exception.

Method TASK_RESUMABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20110310
2 Returning R_RESUMABLE Value transfer Type reference (TYPE) IF_STCTM_TASK=>T_BOOL 'X' = Task can be reapated in case of error 20110310

Method TASK_RESUMABLE on class CL_STCTM_TASKLIST has no exception.

Method UPDATE_DEPENDENCIES Signature

Method UPDATE_DEPENDENCIES on class CL_STCTM_TASKLIST has no parameter.
Method UPDATE_DEPENDENCIES on class CL_STCTM_TASKLIST has no exception.

Method VERIFY_ERROR_TASKS Signature

Method VERIFY_ERROR_TASKS on class CL_STCTM_TASKLIST has no parameter.
Method VERIFY_ERROR_TASKS on class CL_STCTM_TASKLIST has no exception.

Method _GET_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ATTRIBUTE Call by reference Type reference (TYPE) STCTM_T_PARAMETER Value-List per Task 20121026
2 Importing IR_REFERENCE Call by reference Object reference (TYPE REF TO) OBJECT 20110112
3 Importing I_ATTRNAME Call by reference Type reference (TYPE) STRING 20110112

Method _GET_REFERENCE on class CL_STCTM_TASKLIST has no exception.

Method _GET_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ATTRIBUTE Call by reference Type reference (TYPE) STCTM_T_PARAMETER Value-List per Task 20121026
2 Importing IR_STRUCTDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20110112
3 Importing IS_STRUCTURE Call by reference Type reference (TYPE) ANY 20110112
4 Importing I_ATTRNAME Call by reference Type reference (TYPE) STRING 20110112

Method _GET_STRUCTURE on class CL_STCTM_TASKLIST has no exception.

Method _GET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ATTRIBUTE Call by reference Type reference (TYPE) STCTM_T_PARAMETER Value-List per Task 20121026
2 Importing IR_TABLEDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20110113
3 Importing IT_TABLE Call by reference Type reference (TYPE) ANY TABLE 20110113
4 Importing I_ATTRNAME Call by reference Type reference (TYPE) STRING 20110113

Method _GET_TABLE on class CL_STCTM_TASKLIST has no exception.
Event Signatures

Event UPDATE_RUNTIME_INFO Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IR_RT_INFO Exporting Value transfer Object reference (TYPE REF TO) CL_STCTM_TASKLIST_RT_INFO Task List Runtime Info (not serializable) 20120116
History
Last changed by/on SAP  20140121 
SAP Release Created in 703