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 | ![]() |
Instance method | Public | Method | Task (short) description | 20110927 |
2 | ![]() |
Instance method | Public | Method | Link to Task documentation | 20111004 |
3 | ![]() |
Instance method | Public | Method | Task is necessary in given context | 20101115 |
4 | ![]() |
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 | ![]() |
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 | ![]() |
EV_DOKU_ID | Call by reference | Type reference (TYPE) | DOKU_ID | Document Class | 20111004 | ||
2 | ![]() |
EV_DOKU_OBJ | Call by reference | Type reference (TYPE) | DOKU_OBJ | Documentation Object | 20111004 | ||
3 | ![]() |
EV_VAR1 | Call by reference | Type reference (TYPE) | SYMSGV | Variable 1 | 20120927 | ||
4 | ![]() |
EV_VAR2 | Call by reference | Type reference (TYPE) | SYMSGV | Variable 2 | 20120927 | ||
5 | ![]() |
EV_VAR3 | Call by reference | Type reference (TYPE) | SYMSGV | Variable 3 | 20120927 | ||
6 | ![]() |
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 | ![]() |
IR_TASKLIST | Call by reference | Object reference (TYPE REF TO) | CL_STCTM_TASKLIST | Technical Configuration Task List | 20110215 | ||
2 | ![]() |
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 | ![]() |
I_DETAILS | Call by reference | Type reference (TYPE) | STRING | Details which were given into log | 20110118 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error occurred when details should be displayed | 20120705 |
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 703 |