SAP ABAP Interface IF_STC_SCENARIO (Task List Interface)
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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_STC_EMBEDDED_SCENARIO | Embedded Task List used in Task List Run/Variant | 20130315 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_STC_SCENARIO | Maintainable Task List | 20101207 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_STC_TEMP_SCENARIO | Temporary Task List (no persistence) | 20130315 |
Properties
Interface | IF_STC_SCENARIO | |
Short Description | Task List Interface |
General Data
Package | STC_TM | Technical Configuration Task Management |
Created | 20101126 | SAP |
Last changed | 20141121 | |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_STC_SCENARIO | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_STC_SCENARIO has no interface.
Friends
Interface IF_STC_SCENARIO has no friend.
Attributes
Interface IF_STC_SCENARIO has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check Task List specific authorizations | 20101126 |
2 | ![]() |
Instance method | Public | Method | Check Task List | 20101207 |
3 | ![]() |
Instance method | Public | Method | Get Application Component | 20130201 |
4 | ![]() |
Instance method | Public | Method | Get Task List attributes | 20101216 |
5 | ![]() |
Instance method | Public | Method | Get Task List description | 20101207 |
6 | ![]() |
Instance method | Public | Method | Get Task List ID | 20101126 |
7 | ![]() |
Instance method | Public | Method | Get Task List properties | 20120227 |
8 | ![]() |
Instance method | Public | Method | Get Task List | 20101207 |
Events
Interface IF_STC_SCENARIO has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_ATTR | Public | See coding | Task List Attributes | 20120329 | tt_attr TYPE TABLE OF t_attr
|
|
2 | TT_DESCR | Public | See coding | Task List Descriptions | 20130314 | tt_descr TYPE HASHED TABLE OF t_descr WITH UNIQUE KEY langu
|
|
3 | TT_TASK | Public | See coding | Task List | 20101207 | tt_task TYPE TABLE OF t_task
|
|
4 | T_ATTR | Public | See coding | Task List Attribute | 20101216 | begin of t_attr,
name type c length 32,
value type string,
end of t_attr
|
|
5 | T_DESCR | Public | See coding | Task List Description | 20130314 | BEGIN OF t_descr,
langu TYPE spras,
descr TYPE stc_scenario_descr,
END OF t_descr
|
|
6 | T_PROPERTIES | Public | See coding | Task List Properties | 20120227 | begin of t_properties,
created_on type crdate,
created_by type cruser,
changed_on type chdate,
changed_by type chuser,
copy_from type stc_scenario_id,
doku_id type doku_id,
doku_obj type doku_obj,
build_no type stc_scenario_build_no,
obsolete type stc_scenario_obsolete,
basic_scen_id type stc_basic_scen_id,
end of t_properties
|
|
7 | T_TASK | Public | See coding | Task in Task List | 20101207 | begin of t_task,
sequence type stc_scn_tasks-sequence,
tasktype type stc_scn_tasks-tasktype,
taskname type stc_scn_tasks-taskname,
phase type stc_scn_tasks-phase,
end of t_task
|
Method Signatures
Method CHECK_AUTHORITY Signature
Method CHECK_AUTHORITY on Interface IF_STC_SCENARIO has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Authority Exception | 20110525 |
Method CHECK_TASKLIST Signature
Method CHECK_TASKLIST on Interface IF_STC_SCENARIO has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Task List Exception | 20101207 |
Method GET_APPL_COMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_APPL_COMP | Value transfer | Type reference (TYPE) | UFPS_POSID | Application component ID | 20130201 |
Method GET_APPL_COMP on Interface IF_STC_SCENARIO has no exception.
Method GET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ATTR | Call by reference | Type reference (TYPE) | TT_ATTR | Task List Attributes | 20120329 |
Method GET_ATTRIBUTES on Interface IF_STC_SCENARIO has no exception.
Method GET_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Language Key | 20120612 | |
2 | ![]() |
RV_DESCR | Value transfer | Type reference (TYPE) | STC_SCENARIO_DESCR | Scenario Description | 20101207 |
Method GET_DESCRIPTION on Interface IF_STC_SCENARIO has no exception.
Method GET_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ID | Value transfer | Type reference (TYPE) | STC_SCENARIO_ID | Scenario ID | 20101126 |
Method GET_ID on Interface IF_STC_SCENARIO has no exception.
Method GET_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_PROPERTIES | Value transfer | Type reference (TYPE) | T_PROPERTIES | Task List Properties | 20120227 |
Method GET_PROPERTIES on Interface IF_STC_SCENARIO has no exception.
Method GET_TASKLIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TASKLIST | Call by reference | Type reference (TYPE) | IF_STC_SCENARIO=>TT_TASK | 20101207 |
Method GET_TASKLIST on Interface IF_STC_SCENARIO has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 703 |