SAP ABAP Class CL_SATC_MD_CONTEXT (Template Context)
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_CORE (Package) INTERNAL: - *NO* REUSE - Meta data implementation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SATC_MD_CONFIG_CONTEXT Configuration Parameter Context 20081126
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SATC_MD_CONFIG_PARAM_DEF Definition of Configuration Parameters 20081126
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SATC_MD_CONTEXT Signature and/or variables 20081126
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SATC_MD_PRIMARY_CONTEXT Primary Parameter/Variable Context 20081126
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SATC_MD_PRIMARY_PARAM_DEF Definition of Primary Parameters 20081126
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SATC_MD_PRIMARY_VAR_DEF Definition of Primary Variables 20081126
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SATC_MD_VISITABLE Accepts visitation 20081130
Properties
Class CL_SATC_MD_CONTEXT  
Short Description Template Context    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SATC_STDLIB_META_DATA_CORE   INTERNAL: - *NO* REUSE - Meta data implementation 
Created 20081126   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SATC_MD_CONTEXT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SATC_MD_CONFIG_CONTEXT Configuration Parameter Context 20081126
2 IF_SATC_MD_CONFIG_PARAM_DEF Definition of Configuration Parameters 20081126
3 IF_SATC_MD_CONTEXT Signature and/or variables 20081126
4 IF_SATC_MD_PRIMARY_CONTEXT Primary Parameter/Variable Context 20081126
5 IF_SATC_MD_PRIMARY_PARAM_DEF Definition of Primary Parameters 20081126
6 IF_SATC_MD_PRIMARY_VAR_DEF Definition of Primary Variables 20081126
7 IF_SATC_MD_VISITABLE Accepts visitation 20081130
Friends
Class CL_SATC_MD_CONTEXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 F_CONFIG_ITEMS Instance attribute Protected Type reference (TYPE) TY_T_CONFIG_ITEMS Configuration Items: Definitions, Mappings, Values 20081126
2 F_ENCL_CTX Instance attribute Protected Object reference (TYPE REF TO) IF_SATC_MD_CONTEXT Meta Data on Signature or Variables 20081126
3 F_OWNER Instance attribute Protected Object reference (TYPE REF TO) IF_SATC_MD_CONTEXT_OWNER Owner of Context 20081126
4 F_PRIMARY_ITEMS Instance attribute Protected Type reference (TYPE) TY_T_PRIMARY_ITEMS Primary Items: Defintions, Mappings 20081126
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20081127
2 INITIALIZE Instance method Public Method First time Initialization 20081127
Events
Class CL_SATC_MD_CONTEXT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_CONFIG_ITEM Protected See coding Configuration item: Definition, Mapping, Value 20081126 begin of ty_S_Config_Item, name type satc_D_Md_Name, value_Ref type ref to data, type type satc_D_Md_Param_Type, mapped_To type satc_D_Md_Name, end of ty_S_Config_Item
2 TY_S_PRIMARY_ITEM Protected See coding Primary item (Param/Variable): Defintion, Mapping 20081126 begin of ty_S_Primary_Item, name type satc_D_Md_Name, domain type satc_D_Domain_Name, access_Mode type satc_D_Md_Param_Access_Mode, parallel_Enable type satc_D_Md_Param_Parallel_Enabl, mapped_To type satc_D_Md_Name, is_Variable type abap_Bool, is_optional type abap_bool, end of ty_S_Primary_Item
3 TY_T_CONFIG_ITEMS Protected See coding Configuration Items: Definitions, Mappings, Values 20081126 ty_T_Config_Items type sorted table of ty_S_Config_Item with unique key name
4 TY_T_PRIMARY_ITEMS Protected See coding Primary Items: Defintions, Mappings 20081126 ty_T_Primary_Items type sorted table of ty_S_Primary_Item with unique key name
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONFIG_PARAMETER Call by reference Object reference (TYPE REF TO) IF_SATC_MD_CONFIG_PARAM_DEF 20081127
2 Importing I_OWNER Call by reference Object reference (TYPE REF TO) IF_SATC_MD_CONTEXT_OWNER 20081127
3 Importing I_PRIMARY_PARAMETER Call by reference Object reference (TYPE REF TO) IF_SATC_MD_PRIMARY_PARAM_DEF 20081127

Method CONSTRUCTOR on class CL_SATC_MD_CONTEXT has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONFIG_PARAMETER Call by reference Object reference (TYPE REF TO) IF_SATC_MD_CONFIG_PARAM_DEF Meta Data for Configuration Parameter 20081127
2 Importing I_OWNER Call by reference Object reference (TYPE REF TO) IF_SATC_MD_CONTEXT_OWNER Owner of Context 20081127
3 Importing I_PRIMARY_PARAMETER Call by reference Object reference (TYPE REF TO) IF_SATC_MD_PRIMARY_PARAM_DEF Meta Data for Primary Parameter Definition 20081127

Method INITIALIZE on class CL_SATC_MD_CONTEXT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 720