SAP ABAP Interface IF_SATC_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_RUN_TIME_API (Package) INTERNAL: - *NO* REUSE - project execution, interfaces
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SATC_CONDITION | 'Condition' like step (obsolete) | 20060213 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_SATC_MODULE | 'Module' like step | 20060213 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_ACC_BASE_MODULE | Future Use | 20090130 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_STEP | Step | 20080123 |
Properties
| Interface | IF_SATC_STEP | |
| Short Description | Step |
General Data
| Package | SATC_STDLIB_RUN_TIME_API | INTERNAL: - *NO* REUSE - project execution, interfaces |
| Created | 20060213 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SATC_STEP has no forward declaration.
Interfaces
Interface IF_SATC_STEP has no interface.
Friends
Interface IF_SATC_STEP has no friend.
Attributes
Interface IF_SATC_STEP has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get the signature of the step | 20060213 | |
| 2 | Instance method | Public | Method | Initialize any resources | 20060213 | |
| 3 | Instance method | Public | Method | Release any resources, perform cleanup | 20060213 |
Events
Interface IF_SATC_STEP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CONFIG_PARAM_DEF | Public | See coding | 20060621 | begin of ty_S_Config_Param_Def,
name type satc_D_Name,
type type sychar32,
end of ty_S_Config_Param_Def
|
||
| 2 | TY_S_PRIMARY_PARAM_DEF | Public | See coding | 20060623 | begin of ty_S_Primary_Param_Def,
name type satc_D_Name,
domain type if_Satc_Set_Types=>ty_D_Domain_Name,
access_Mode type if_Satc_Set_Types=>ty_D_Access_Mode,
parallel_Enable type if_Satc_Set_Types=>ty_D_Parallel_Enabling,
is_Optional type abap_Bool,
end of ty_S_Primary_Param_Def
|
||
| 3 | TY_T_CONFIG_PARAM_DEFS | Public | See coding | 20060621 | ty_T_Config_Param_Defs type standard table of ty_S_Config_Param_Def with default key
|
||
| 4 | TY_T_PRIMARY_PARAM_DEFS | Public | See coding | 20060623 | ty_T_Primary_Param_Defs type standard table of ty_S_Primary_Param_Def with default key
|
Method Signatures
Method GET_SIGNATURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CONFIG_PARAMS | Call by reference | Type reference (TYPE) | TY_T_CONFIG_PARAM_DEFS | 'Configuration Parameters' | 20060621 | |||
| 2 | E_PRIMARY_PARAMS | Call by reference | Type reference (TYPE) | TY_T_PRIMARY_PARAM_DEFS | 'Primary Parameters' | 20060621 |
Method GET_SIGNATURE on Interface IF_SATC_STEP has no exception.
Method SETUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_SATC_CONTEXT | Context | 20060221 |
Method SETUP on Interface IF_SATC_STEP has no exception.
Method TEARDOWN Signature
Method TEARDOWN on Interface IF_SATC_STEP has no parameter.
Method TEARDOWN on Interface IF_SATC_STEP has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |