SAP ABAP Class IF_SATC_MD_PRIMARY_PARAM_DEF (Definition of Primary Parameters)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SATC_MD_CONDITION Condition 20060626
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 20060626
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
Class IF_SATC_MD_PRIMARY_PARAM_DEF  
Short Description Definition of Primary Parameters    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20060105   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_PRIMARY_PARAM_DEF has no interface implemented.
Friends
Class IF_SATC_MD_PRIMARY_PARAM_DEF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ACCESS_MODE Constant Public Attribute reference (LIKE) IF_SATC_MD_CONSTANTS=>C_PRIMARY_PAR_ACCESS_MODE IF_SATC_MD_CONSTANTS=>C_PRIMARY_PAR_ACCESS_MODE 20081126
2 C_PARALLEL_ENABLED Constant Public Attribute reference (LIKE) IF_SATC_MD_CONSTANTS=>C_PRIMARY_PAR_PARALLEL_ENABLED IF_SATC_MD_CONSTANTS=>C_PRIMARY_PAR_PARALLEL_ENABLED 20081126
3 VALID_OPERATION Instance attribute Public Type reference (TYPE) TY_S_VALID_OPERATION 20060625
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_DEFINITION Instance method Public Method Removes a definition 20060105
2 GET_DEFINITIONS Instance method Public Method Returns all definitions 20060105
3 SET_DEFINITION Instance method Public Method Adds / modify definition of a 'Primary Parameter' 20060623
Events
Class IF_SATC_MD_PRIMARY_PARAM_DEF has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_PARAM_DEF Public See coding Parameter Definition 20060623 begin of ty_S_Param_Def, 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, is_Optional type abap_Bool, end of ty_S_Param_Def
2 TY_S_VALID_OPERATION Public See coding Valid Operation 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 Parameter Definitions 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 ATC: Metadata Name 20060607
# Exception Resumable Description Created on
1 CX_SATC_MD_ROOT ABAP Test Cockpit: Meta Data Exception 20060626

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 20060105

Method GET_DEFINITIONS on class IF_SATC_MD_PRIMARY_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_ACCESS_MODE Call by reference Type reference (TYPE) SATC_D_MD_PARAM_ACCESS_MODE Access Mode: Read, Modify, .... 20060623
2 Importing I_DOMAIN Call by reference Type reference (TYPE) SATC_D_DOMAIN_NAME Domain Name 20060623
3 Importing I_MAPPED_TO Call by reference Type reference (TYPE) SATC_D_MD_NAME Refers to ... 20081119
4 Importing I_NAME Call by reference Type reference (TYPE) SATC_D_MD_NAME Name of Primary Parameter 20060623
5 Importing I_PARALLEL_ENABLE Call by reference Type reference (TYPE) SATC_D_MD_PARAM_PARALLEL_ENABL Enabled for Parallel Execution 20060623
# Exception Resumable Description Created on
1 CX_SATC_MD_ROOT 20060625
History
Last changed by/on SAP  20140121 
SAP Release Created in