SAP ABAP Class IF_SATC_STEP (Step)
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
Class IF_SATC_STEP  
Short Description Step    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20060213   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SATC_STEP has no forward declaration.
Interfaces
Class IF_SATC_STEP has no interface implemented.
Friends
Class IF_SATC_STEP has no friend class.
Attributes
Class IF_SATC_STEP has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_SIGNATURE Instance method Public Method Get the signature of the step 20060213
2 SETUP Instance method Public Method Initialize any resources 20060213
3 TEARDOWN Instance method Public Method Release any resources, perform cleanup 20060213
Events
Class 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 Exporting E_CONFIG_PARAMS Call by reference Type reference (TYPE) TY_T_CONFIG_PARAM_DEFS 'Configuration Parameters' 20060621
2 Exporting E_PRIMARY_PARAMS Call by reference Type reference (TYPE) TY_T_PRIMARY_PARAM_DEFS 'Primary Parameters' 20060621

Method GET_SIGNATURE on class IF_SATC_STEP has no exception.

Method SETUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SATC_CONTEXT Context 20060221

Method SETUP on class IF_SATC_STEP has no exception.

Method TEARDOWN Signature

Method TEARDOWN on class IF_SATC_STEP has no parameter.
Method TEARDOWN on class IF_SATC_STEP has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in