SAP ABAP Class IF_SATC_MD_CONFIG_CONTEXT (Configuration Parameter Context)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SATC_MD_CONTEXT Signature and/or variables 20081119
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SATC_MD_CONTEXT Template Context 20081126
Properties
Class IF_SATC_MD_CONFIG_CONTEXT  
Short Description Configuration Parameter Context    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20081119   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
Interfaces
Class IF_SATC_MD_CONFIG_CONTEXT has no interface implemented.
Friends
Class IF_SATC_MD_CONFIG_CONTEXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 VALID_OPERATION Instance attribute Public Type reference (TYPE) TY_S_VALID_OPERATION 20130601
Methods
# Method Level Visibility Method type Description Created on
1 GET_ITEM_NAMES Instance method Public Method Returns the names of all 'Configuration Items' 20081209
2 GET_MAPPINGS Instance method Public Method Returns mappings of 'Cfg Parameters' 20081121
3 GET_PARAMETER_DEFINITION Instance method Public Method Returns API to definition of 'Cfg. Parameters', or Initial 20081119
4 GET_VALUE Instance method Public Method Returns the value of a single 'Configuration Parameter' 20081121
5 GET_VALUES Instance method Public Method Returns the values of all 'Configuration Parameters' 20081121
6 SET_MAPPING Instance method Public Method Sets mapping for one 'Configuration Parameter' 20081121
7 SET_VALUE Instance method Public Method Sets the value of one 'Configuration Parameter' 20081121
Events
Class IF_SATC_MD_CONFIG_CONTEXT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_MAPPING Public See coding Mapping that Relates one Parameter to Enclosing Item 20081119 begin of ty_S_Mapping, from_Name type satc_D_Md_Name, to_Name type satc_D_Md_Name, end of ty_S_Mapping
2 TY_S_VALID_OPERATION Public See coding Possible Operationion of this Context Instance 20081121 begin of ty_S_Valid_Operation, get_Value type abap_Bool, set_Value type abap_Bool, set_Mapping type abap_Bool, end of ty_S_Valid_Operation
3 TY_S_VALUE Public See coding Value and Type of a Configuration Parameter 20081121 begin of ty_S_Value, name type satc_D_Md_Name, value_Ref type ref to data, type type satc_D_Md_Param_Type, end of ty_S_Value
4 TY_T_MAPPINGS Public See coding Mappings that Relate Parameters to Enclosing Items 20081119 ty_T_Mappings type standard table of ty_S_Mapping with default key
5 TY_T_VALUES Public See coding Values and Types of Configuration Parameters 20081121 ty_T_Values type standard table of ty_S_Value with default key
Method Signatures

Method GET_ITEM_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SATC_T_MD_NAMES List of 'Cfg. Item' names 20081209

Method GET_ITEM_NAMES on class IF_SATC_MD_CONFIG_CONTEXT has no exception.

Method GET_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALL_PARAMETERS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE All Parameters: Including the ones not mapped 20081127
2 Returning RESULT Value transfer Type reference (TYPE) TY_T_MAPPINGS Mappings if applicable 20081121

Method GET_MAPPINGS on class IF_SATC_MD_CONFIG_CONTEXT has no exception.

Method GET_PARAMETER_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_MD_CONFIG_PARAM_DEF Meta Data for Configuration Parameter 20081119

Method GET_PARAMETER_DEFINITION on class IF_SATC_MD_CONFIG_CONTEXT has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NOT_SET Call by reference Type reference (TYPE) ABAP_BOOL Value is not set 20081121
2 Exporting E_VALUE Call by reference Type reference (TYPE) DATA Value if applicable 20081121
3 Importing I_NAME Call by reference Type reference (TYPE) SATC_D_MD_NAME Item name 20081121
# Exception Resumable Description Created on
1 CX_SATC_MD_ROOT Meta Data Exception 20081126

Method GET_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TY_T_VALUES List of values 20081121
# Exception Resumable Description Created on
1 CX_SATC_MD_ROOT ABAP Test Cockpit: Meta Data Exception 20081121

Method SET_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAPPED_TO_NAME Call by reference Type reference (TYPE) SATC_D_MD_NAME Mapped to Item 20081121
2 Importing I_NAME Call by reference Type reference (TYPE) SATC_D_MD_NAME Mapped from item 20081121
# Exception Resumable Description Created on
1 CX_SATC_MD_ROOT ABAP Test Cockpit: Meta Data Exception 20081121

Method SET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) SATC_D_MD_NAME Name of 'Configuration Item' 20081121
2 Importing I_VALUE Call by reference Type reference (TYPE) DATA Value 20081121
# Exception Resumable Description Created on
1 CX_SATC_MD_ROOT ABAP Test Cockpit: Meta Data Exception 20081121
History
Last changed by/on SAP  20140121 
SAP Release Created in