SAP ABAP Interface IF_SATC_MD_STEP (Step)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_STDLIB_META_DATA_API (Package) INTERNAL: - *NO* REUSE - Meta data API

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_SATC_MD_STEP_CONDITION | Condition used as step | 20051208 |
2 | Interface composition (i COMPRISING i_ref) | IF_SATC_MD_STEP_MODULE | Module used as step | 20051220 |
3 | Interface composition (i COMPRISING i_ref) | IF_SATC_MD_STEP_SEQUENCE | Sequence used as step | 20051212 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_MD_STEP | Abstract step | 20060625 |
Properties
Interface | IF_SATC_MD_STEP | |
Short Description | Step |
General Data
Package | SATC_STDLIB_META_DATA_API | INTERNAL: - *NO* REUSE - Meta data API |
Created | 20051205 | SAP |
Last changed | 20140121 | SAP |
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 | IF_SATC_MD_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SATC_MD_CONTEXT_OWNER | Owner of context | 20081119 | ||
2 | IF_SATC_MD_VISITABLE | Accepts visitation | 20081130 |
Friends
Interface IF_SATC_MD_STEP has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_AGGREGATION_RELATION | Constant | Public | See coding | Enumeration: Kind of Relation (e.g. ELEMENT) | 20081121 | |||
2 | C_KIND | Constant | Public | See coding | Enumeration: Kind of Step (e.g. MODULE) | 20081121 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns the aggregated steps | 20051205 |
2 | ![]() |
Instance method | Public | Method | Returns the kind of the step (MODULE, SEQUENCE, ... ) | 20051228 |
3 | ![]() |
Instance method | Public | Method | Returns runtime instance of step (if applicable) | 20080131 |
4 | ![]() |
Instance method | Public | Method | Set aggregated steps | 20051205 |
Events
Interface IF_SATC_MD_STEP has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_D_AGGR_KIND | Public | Type reference (TYPE) | INT1 | Aggregation Kind (see C_AGGREGATION_RELATION) | 20081121 |
|
2 | TY_D_STEP_KIND | Public | Type reference (TYPE) | INT1 | Step Kind (see C_STEP_KIND) | 20081121 |
|
3 | TY_S_AGGREGATED_STEP | Public | See coding | Information Regarding Aggregated Step | 20051205 | begin of ty_S_Aggregated_Step,
step type ref to if_Satc_Md_Step,
aggr_Kind type ty_D_Aggr_Kind,
end of ty_S_Aggregated_Step
|
|
4 | TY_T_AGGREGATED_STEPS | Public | See coding | Information Regarding Aggregated Steps | 20051205 | ty_T_Aggregated_Steps type standard table of ty_S_Aggregated_Step
with default key
|
Method Signatures
Method GET_AGGREGATED_STEPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TY_T_AGGREGATED_STEPS | 20051205 |
Method GET_AGGREGATED_STEPS on Interface IF_SATC_MD_STEP has no exception.
Method GET_KIND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TY_D_STEP_KIND | Step Kind (see IF_SATC_MD_CONSTANTS) | 20051228 |
Method GET_KIND on Interface IF_SATC_MD_STEP has no exception.
Method GET_RUNTIME_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SATC_STEP | 20080131 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Step Definition Inconsistent | 20081124 |
Method SET_AGGREGATED_STEPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STEPS | Call by reference | Type reference (TYPE) | TY_T_AGGREGATED_STEPS | 20060313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta Data Exception | 20060626 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |