SAP ABAP Interface IF_STCTM_TASK (Technical Configuration Task)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-INS-TC-RT (Application Component) Runtime for ABAP based automated TC
     STC_TASK (Package) Technical Configuration Task Definition
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_STCT_SC_POST_IMPORT Interface for event tasks of CL_STCT_SC_EVENT_POST_EXPORT 20131025
2 Interface composition (i COMPRISING i_ref)  IF_STCE_POST_HANA_MIGRATION Interface for event tasks of CL_STCE_POST_HANA_MIGRATION 20130125
3 Interface composition (i COMPRISING i_ref)  IF_STCE_POST_SYSTEM_INI_CONFIG Interface for event tasks of CL_STCE_POST_SYSTEM_INI_CONFIG 20121213
4 Interface composition (i COMPRISING i_ref)  IF_STCTE_EMPTY Test: Interface for event tasks of event CL_STCTE_EMPTY 20121207
5 Interface composition (i COMPRISING i_ref)  IF_STCTE_REPLACE Test: Interface for event tasks of event CL_STCTE_REPLACE 20121207
6 Interface composition (i COMPRISING i_ref)  IF_STCTE_SIMPLE Test: Interface for event tasks of event CL_STCTE_SIMPLE 20121207
7 Interface composition (i COMPRISING i_ref)  IF_STCTM_BG_TASK Background Task 20101115
8 Interface composition (i COMPRISING i_ref)  IF_STCTM_EVENT Event 20121128
9 Interface composition (i COMPRISING i_ref)  IF_STCTM_EV_TASK Event Task 20121127
10 Interface composition (i COMPRISING i_ref)  IF_STCTM_MA_TASK Manual Activity Task (requires User Confirmation) 20110419
... Click here to see Used By full list (96 items)
Properties
Interface IF_STCTM_TASK  
Short Description Technical Configuration Task    
General Data
Package STC_TASK   Technical Configuration Task Definition 
Created 20101115   SAP 
Last changed 20141121    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_STC_CONSTANTS 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
Interface IF_STCTM_TASK has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_BOOL Constant Public See coding 20101115
2 C_NECESSARY Constant Public See coding 20101223
3 PR_LOG Instance attribute Public Object reference (TYPE REF TO) CL_STCTM_LOG Task Log 20101115
4 PT_PREDECESSOR Instance attribute Public Type reference (TYPE) TT_TASKNAME Predecessor Tasks 20101115
5 PT_SUCCESSOR Instance attribute Public Type reference (TYPE) TT_TASKNAME Successor Tasks 20101115
6 P_APPL_COMP Instance attribute Public Type reference (TYPE) UFPS_POSID Application component ID 20120717
7 P_CHECK_PROGRESS Instance attribute Public Type reference (TYPE) T_PROGRESS Check Progress 20130625
8 P_CHECK_STATUS Instance attribute Public Type reference (TYPE) T_STATUS Check Status 20110420
9 P_COMPONENT Instance attribute Public Type reference (TYPE) STC_COMPONENT Technical Configuration Component 20101222
10 P_MULTIPLE_USAGE Instance attribute Public Type reference (TYPE) T_BOOL 'X' if task can be used mutiple times in one task list 20120522
11 P_OBSOLETE Instance attribute Public Type reference (TYPE) T_BOOL 'X' if task is obsolete (adjust docu for details) 20131106
12 P_PHASE Instance attribute Public Type reference (TYPE) STC_PHASE Automation Phase 20101222
13 P_PROGRESS Instance attribute Public Type reference (TYPE) T_PROGRESS Execution Progress 20130625
14 P_STATUS Instance attribute Public Type reference (TYPE) T_STATUS Execution Status 20101115
Methods
# Method Level Visibility Method type Description Created on
1 GET_DESCRIPTION Instance method Public Method Task (short) description 20110927
2 GET_DOCU_OBJECT Instance method Public Method Link to Task documentation 20111004
3 IS_NECESSARY Instance method Public Method Task is necessary in given context 20101115
4 SHOW_MESSAGE_DETAILS Instance method Public Method Display details for message (at click in log) 20110118
Events
Interface IF_STCTM_TASK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_TASK Public See coding Task 20130416 BEGIN OF ts_task, taskname TYPE stc_task_id, tasktype TYPE stc_task_type, END OF ts_task
2 TT_TASK Public See coding List of Tasks 20130416 tt_task TYPE TABLE OF ts_task
3 TT_TASKNAME Public See coding List of Task Names 20101115 tt_taskname TYPE TABLE OF t_taskname
4 T_BOOL Public Type reference (TYPE) SAP_BOOL 'X' = true, SPACE = false 20101115
5 T_NECESSARY Public See coding Is Task necessary to be executed? 20101223 t_necessary TYPE c length 1
6 T_PROGRESS Public Type reference (TYPE) STC_TASK_PROGRESS Progress in percent (0-100) 20130625
7 T_STATUS Public Type reference (TYPE) STC_TASK_STATUS Technical Configuration Task Status 20101202
8 T_TASKDESCR Public Type reference (TYPE) STC_TASK_DESCR Short description 20110125
9 T_TASKNAME Public Type reference (TYPE) STC_TASK_ID Task Name 20101115
10 T_TASKTYPE Public Type reference (TYPE) STC_TASK_TYPE Task Type 20101207
Method Signatures

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DESCR Value transfer Type reference (TYPE) STC_TASK_DESCR Task Description 20110927

Method GET_DESCRIPTION on Interface IF_STCTM_TASK has no exception.

Method GET_DOCU_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DOKU_ID Call by reference Type reference (TYPE) DOKU_ID Document Class 20111004
2 Exporting EV_DOKU_OBJ Call by reference Type reference (TYPE) DOKU_OBJ Documentation Object 20111004
3 Exporting EV_VAR1 Call by reference Type reference (TYPE) SYMSGV Variable 1 20120927
4 Exporting EV_VAR2 Call by reference Type reference (TYPE) SYMSGV Variable 2 20120927
5 Exporting EV_VAR3 Call by reference Type reference (TYPE) SYMSGV Variable 3 20120927
6 Exporting EV_VAR4 Call by reference Type reference (TYPE) SYMSGV Variable 4 20120927

Method GET_DOCU_OBJECT on Interface IF_STCTM_TASK has no exception.

Method IS_NECESSARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASKLIST Call by reference Object reference (TYPE REF TO) CL_STCTM_TASKLIST Technical Configuration Task List 20110215
2 Returning R_NECESSARY Value transfer Type reference (TYPE) T_NECESSARY 20101115

Method IS_NECESSARY on Interface IF_STCTM_TASK has no exception.

Method SHOW_MESSAGE_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DETAILS Call by reference Type reference (TYPE) STRING Details which were given into log 20110118
# Exception Resumable Description Created on
1 ERROR_OCCURED Error occurred when details should be displayed 20120705
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_STCT_SC_POST_IMPORT Interface for event tasks of CL_STCT_SC_EVENT_POST_EXPORT 20131025
2 Interface composition (i COMPRISING i_ref)  IF_STCE_POST_HANA_MIGRATION Interface for event tasks of CL_STCE_POST_HANA_MIGRATION 20130125
3 Interface composition (i COMPRISING i_ref)  IF_STCE_POST_SYSTEM_INI_CONFIG Interface for event tasks of CL_STCE_POST_SYSTEM_INI_CONFIG 20121213
4 Interface composition (i COMPRISING i_ref)  IF_STCTE_EMPTY Test: Interface for event tasks of event CL_STCTE_EMPTY 20121207
5 Interface composition (i COMPRISING i_ref)  IF_STCTE_REPLACE Test: Interface for event tasks of event CL_STCTE_REPLACE 20121207
6 Interface composition (i COMPRISING i_ref)  IF_STCTE_SIMPLE Test: Interface for event tasks of event CL_STCTE_SIMPLE 20121207
7 Interface composition (i COMPRISING i_ref)  IF_STCTM_BG_TASK Background Task 20101115
8 Interface composition (i COMPRISING i_ref)  IF_STCTM_EVENT Event 20121128
9 Interface composition (i COMPRISING i_ref)  IF_STCTM_EV_TASK Event Task 20121127
10 Interface composition (i COMPRISING i_ref)  IF_STCTM_MA_TASK Manual Activity Task (requires User Confirmation) 20110419
11 Interface composition (i COMPRISING i_ref)  IF_STCTM_PC_TASK Pre-Check Task 20101115
12 Interface composition (i COMPRISING i_ref)  IF_STCTM_UI_TASK User Interface Task 20101115
13 Interface composition (i COMPRISING i_ref)  IF_STCT_SC_POST_EXPORT Interface for event tasks of CL_STCT_SC_EVENT_POST_IMPORT 20131025
14 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_CONFIG_PROFILES Configuration of System Profiles 20110131
15 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTT_RUNTIME_INFO Test task: Provide current set of runtime parameter 20120117
16 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_CONFIG_MSSQL Configuration of MSSQL 20110412
17 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_CONFIG_BATCH Configuration of Standard Jobs (SM37) 20110301
18 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_CLEANUP_SECSTORE Cleanup of Secstore (SAP Note 1532825) 20110921
19 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_CLEANUP Abstract: System Copy Cleanup 20110204
20 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_BW_CHECK Check whether the system is a BW or connected to any BW 20110222
21 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SCHEDULE_STANDARD_JOBS Schedule Standard Jobs (SM36) 20121106
22 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SCHEDULE_RDDIMPDP Schedule Dispatcher Job for Transport Programs (RDDIMPDP) 20121106
23 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SCHEDULE_DBA_JOBS Schedule DBA Planning Calendar Jobs (DB13) 20121115
24 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_LOAD_PROFILES Upload of System Profiles (RZ10) 20121219
25 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_CONFIG_OSS Configuration of SAP Online Service System (OSS1) 20121123
26 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_CHECK_SICK Consistency Check (SICK) 20121106
27 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_CHECK_SECSTORE Secure Store Check (SECSTORE) 20121106
28 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_CHECK_HDB_MIGRATION Secure Store Check (SECSTORE) 20130125
29 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTT_SIMPLE_MANUAL Test task: Manual action; Confirmation required 20110419
30 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTT_SECSTORE Test task: Secure Store usage 20111124
31 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTT_DIFF_PARAM_TABLE Test task: Table of external parameters to be read and write 20130222
32 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_POSTPROC_USER SAP Report RSUSR405 - Reset all user buffers in all clients 20121204
33 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SET_PROFILE Set System Profile Parameter (RZ10) 20130326
34 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_PREPARE_STRUST Check STRUST all existing PSE 20121214
35 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_PREPARE_SICK2 Final Consistency Check (SICK) 20110330
36 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_PREPARE_SICK Initial Consistency Check (SICK) 20110322
37 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_PREPARE_CAPACITY2 Prepare PCA Environment Check - File System and Tool 20111220
38 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_PREPARE_CAPACITY Prepare PCA Environment Check - File System and Tool 20110808
39 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_PREPARE_BATCH2 Set Batch Jobs to Released via BTCTRNS2 20110321
40 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_PREPARE_BATCH Set Batch Jobs to Released/Suspended via BTCTRNS1 20110321
41 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_CONFIG_RDDIMPDP Schedule of job RDDIMPDP 20110407
42 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_POSTPROC_TABLE_BUF Synchronize Table Buffer 20120405
43 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_CONFIRM_PREP_BDLS Confirmation: BDLS Prepare Task Successfully finished? 20130803
44 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_CONFIRM_FW_DISABLE Confirmation: Disable Firewall? 20110506
45 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_CONFIRM_COPY Confirmation: System Copy Executed? 20110506
46 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_CONFIG_TSLE4 Configuration of entries in TSLE4 (SM21) 20130322
47 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_CONFIG_TMS_SINGLE Configuration of TMS as single system 20121207
48 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SC_CONFIG_SPOOL Configuration of Spool 20110208
49 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAPI_CHK_CODE_PREREQ Check Pre-requisites 20110608
50 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_BIW_DISCONNECT Remotely Disconnect Not Copied Source Systems from this BW 20110922
51 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_BIA_INDEXSTATUS_DELETE Update status of Indices in BIA 20110908
52 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_API_RELEASE_REQ Release and Export BW Metatdata 20110922
53 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_ADJUST_PLS_LOCK_SERVER Update BI-Enqueue Server Name 20110914
54 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAPI_UPDATE_IDOC Update ALE/IDOC Details 20110427
55 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAPI_SYSTEM_RESTORE Reconnect this Source System to Retained BW Systems 20110427
56 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAPI_INIT_DELTA_UPDATE Update Init/Delta Status in Source System 20110427
57 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAPI_GET_SYSTEM_SELECTION Select System Connections to be preserved after Copy 20110427
58 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAPI_DESTINATION_RENAME Rename Destinations for BW connectivity 20120206
59 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAPI_DESTINATION_DELETE Delete obsolete Destination for BW connections 20120208
60 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAPI_DELETE_IDOC Delete ALE/IDOC Details 20111220
61 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_CONFIRM_DB_EXPORT Confirmation of database export execution 20120214
62 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAPI_BIW_DISCONNECT Disconnect this Source System from Not Copied BW Systems 20110427
63 Interface implementation (CLASS c. INTERFACES i_ref)  CL_OIA_PFCG_ROLE_ENHANCEMENT PFCG Role Enhancement to include dashboard URL 20130612
64 Interface implementation (CLASS c. INTERFACES i_ref)  CL_OIA_CONFIG_RRI_TRGT_FPMURL Configure RRI Target with FPM URL 20130529
65 Interface implementation (CLASS c. INTERFACES i_ref)  CL_OIA_CONFIG_EXAMPLE_CUST Activate necessary SICF entries for OIA scenario 20130325
66 Interface implementation (CLASS c. INTERFACES i_ref)  CL_OIA_CONFIG_BI_JAVA_CHCK_URL Checks BI JAVA Instance existence 20130529
67 Interface implementation (CLASS c. INTERFACES i_ref)  CL_OIA_CONFIG_ACTIV_VIRTL_HIER Activate Virtual Hierarchy 20130529
68 Interface implementation (CLASS c. INTERFACES i_ref)  CL_OIA_CONFIG_ACTIV_HTTP_NODES Activate necessary HTTP nodes (SICF entries) for OIA 20130325
69 Interface implementation (CLASS c. INTERFACES i_ref)  CL_OIA_CONFIG_ACTIV_HANA_CONT Activate HANA Content for OIA Scenario 20130304
70 Interface implementation (CLASS c. INTERFACES i_ref)  CL_OIA_CONFIG_ACTIV_GW_SRVS Activate necessary HTTP nodes (SICF entries) for OIA 20130415
71 Interface implementation (CLASS c. INTERFACES i_ref)  CL_OIA_CONFIG_ACTIV_BW_COMP Activate BW Component 20130529
72 Interface implementation (CLASS c. INTERFACES i_ref)  CL_OIA_ACTIV_TLOGO_OBJ Activate the TLOGO Objects from version D to A 20131004
73 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_TSPREFIX_RENAME Rename Transfer structure prefix of the source systems 20111205
74 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTT_DIFFERENT_PARAMETERS Test task: External parameters to be read and write 20110331
75 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTT_COMPLEX Test task: Free Configurable Task 20110221
76 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTM_UI_TASK User interface task (demo) 20101115
77 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTM_REPORT_UI Report User Interface Superclass 20101119
78 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTM_EVENT_BY_INTERFACE Event; Event tasks are defined by ABAP interface 20121128
79 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTM_DUMMY_TASK Dummy Task (not selectable, not executable) 20110405
80 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTM_BG_TASK Background Task (Demo) 20101115
81 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTE_DEFECT02 Test event: Defect, it lost its connection to the event 20121205
82 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_UPDATE_IDOC Update ALE/IDOC details in the BW system 20111205
83 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_UPDATE_BWMANDTRFC_HOST2 Update correct host in BW RFC destinations again 20111122
84 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_UPDATE_BWMANDTRFC_HOST Update correct host in BW RFC destinations 20110914
85 Interface implementation (CLASS c. INTERFACES i_ref)  CL_IM_RS_BBS_BADI_HANDLER_DET Class Implementation for BADI 20130628
86 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_SYSTEM_STARTUP Re-Start RDA Daemons and Process Chains 20120301
87 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_SYSTEM_SHUTDOWN Stop RDA Daemons and Process Chains 20120228
88 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_SAPI_RECONNECT Remotely Reconnect Retained Source Systems to this BW System 20111228
89 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_LOGSYS_RESTORE_SLIM Restore Connections of this BW System to Retained Source Sys 20110929
90 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_LOGICAL_SYSTEM_DELETE Delete BW source systems which are not copied (BW side) 20110929
91 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_INIT_DELTA_UPDATE Update Init/Delta Status in Source Systems 20111130
92 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_GENSTATUS_RESET Reset Generation Flag for DSO activation programs 20110915
93 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_DELTA_TRIGGER Confirmation to trigger delta requests for all datasources 20120112
94 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_DELTA_QUEUE_SYNCH Synchronize delta queues before system copy 20120105
95 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_DELTA_QUEUE_RESUME Resume Request Processing after Delta Queue Cloning 20120111
96 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_CREATE_TP_SYSTEMCOPY Task that collects BW objects in a Request --Pre System Copy 20110324
History
Last changed by/on SAP  20141121 
SAP Release Created in 703