SAP ABAP Class IF_SATC_MD_STEP (Step)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_SATC_MD_CONTEXT_OWNER | Owner of context | 20081119 |
2 | Interface composition (i COMPRISING i_ref) | IF_SATC_MD_VISITABLE | Accepts visitation | 20081130 |
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
Class | IF_SATC_MD_STEP | |
Short Description | Step | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20051205 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_SATC_MD_STEP has no interface implemented.
Friends
Class IF_SATC_MD_STEP has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | Enumeration: Kind of Relation (e.g. ELEMENT) | 20081121 | |||
2 | ![]() |
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
Class 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 class 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 class 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 |