SAP ABAP Interface IF_SATC_MD_CONFIG_PARAM_DEF (Definition of Configuration Parameters)
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_API (Package) INTERNAL: - *NO* REUSE - Meta data API
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SATC_MD_CONDITION Condition 20060625
2 Interface composition (i COMPRISING i_ref)  IF_SATC_MD_MODULE Module 20060625
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SATC_MD_CONDITION Condition 20060625
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SATC_MD_CONTEXT Template Context 20081126
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SATC_MD_MODULE Meta data on Module 20060625
Properties
Interface IF_SATC_MD_CONFIG_PARAM_DEF  
Short Description Definition of Configuration Parameters    
General Data
Package SATC_STDLIB_META_DATA_API   INTERNAL: - *NO* REUSE - Meta data API 
Created 20060104   SAP 
Last changed 20140121   SAP 
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
Interface IF_SATC_MD_CONFIG_PARAM_DEF has no interface.
Friends
Interface IF_SATC_MD_CONFIG_PARAM_DEF has no friend.
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 Valid Operations 20060625
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_DEFINITION Instance method Public Method Deletes definition of one 'Configuration Parameter' 20060104
2 GET_DEFINITIONS Instance method Public Method Returns definitions of 'Configuration Parameters' 20060104
3 SET_DEFINITION Instance method Public Method Sets definition of a 'Configuration Parameter' 20060104
Events
Interface IF_SATC_MD_CONFIG_PARAM_DEF has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_PARAM_DEF Public See coding 20060623 begin of ty_S_Param_Def, name type satc_D_Md_Name, type type satc_D_Md_Param_Type, end of ty_S_Param_Def
2 TY_S_VALID_OPERATION Public See coding 20060625 begin of ty_S_Valid_Operation, set_Definition type abap_Bool, get_Definition type abap_Bool, end of ty_S_Valid_Operation
3 TY_T_PARAM_DEFS Public See coding 20060623 ty_T_Param_Defs type standard table of ty_S_Param_Def with default key
Method Signatures

Method DELETE_DEFINITION 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 'Cfg. Item' 20060313
# Exception Resumable Description Created on
1 CX_SATC_MD_ROOT ABAP Test Cockpit: Meta Data Exception 20060625

Method GET_DEFINITIONS 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_PARAM_DEFS Names of defined parameters 20060104

Method GET_DEFINITIONS on Interface IF_SATC_MD_CONFIG_PARAM_DEF has no exception.

Method SET_DEFINITION 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 item 20060313
2 Importing I_TYPE Call by reference Type reference (TYPE) SATC_D_MD_NAME ABAP type of item 20060313
# Exception Resumable Description Created on
1 CX_SATC_MD_ROOT 20060625
History
Last changed by/on SAP  20140121 
SAP Release Created in