SAP ABAP Class CL_MDG_MDF_META_SHM (FIN Master Data: Shared Metadata)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-AF (Application Component) Application Framework
     MDG_MDF1 (Package) Master Data: Buffers and Instances
Properties
Class CL_MDG_MDF_META_SHM  
Short Description FIN Master Data: Shared Metadata    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MDG_MDF1   Master Data: Buffers and Instances 
Created 20081218   SAP 
Last change 20130531   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)
2 IF_MDG_MDF_FIELDNAME Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_MDG_MDF_META_SHM has no interface implemented.
Friends
Class CL_MDG_MDF_META_SHM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DF_IN_SHM Instance attribute Private Type reference (TYPE) MDG_MDF_FLG ABAP_TRUE Master Data: General Indicator 20090526
2 DS_FPROP_EXT Instance attribute Public Type reference (TYPE) MDG_MDF_S_FPROP_EXT Extended field properties 20081218
3 DS_FPROP_PROP Instance attribute Public Type reference (TYPE) MDG_MDF_S_FPROP_PROP Language-Indepenent Field Properties 20081218
4 DS_HPROP Instance attribute Public Type reference (TYPE) MDG_MDF_S_HPROP Restrictions to Hierarchies 20081218
5 DS_KPROP Instance attribute Public Type reference (TYPE) MDG_MDF_S_KPROP Field Properties for Key Figures 20081218
6 DT_ADEP Instance attribute Public Type reference (TYPE) MDG_MDF_TS_ADEP FIN Master Data: Compound of Attributes 20081218
7 DT_DEPGROUP Instance attribute Public Type reference (TYPE) MDG_MDF_TS_DEPGROUP FIN Master Data: Compound Groups 20081218
8 DT_DEPGRP_TIME_CONV Instance attribute Public Type reference (TYPE) MDG_MDF_TS_DEPGRP Compound Groups with Time Conversion 20081218
9 DT_FATTR Instance attribute Public Type reference (TYPE) TS_FATTR Attributes with Texts, Language-dependent 20081218
10 DT_FATTR_GUI Instance attribute Public Type reference (TYPE) MDG_MDF_TH_FATTR_GUI FIN Master Data: Attribute Properties for Maintenance 20081218
11 DT_FDEP Instance attribute Public Type reference (TYPE) MDG_MDF_TS_FDEP Compounding 20081218
12 DT_FLD_ATTR Instance attribute Public Type reference (TYPE) MDG_MDF_TS_FLD_ATTR Attributes 20081218
13 DT_FPROP_TXT Instance attribute Public Type reference (TYPE) TS_FPROP_TXT Field Label in All Found Languages 20081218
14 DT_HRY_CHAR Instance attribute Public Type reference (TYPE) MDG_MDF_TS_FIELDNAME External Characteristics in Hierarchies 20081218
15 DT_IS_NAV_ATTR Instance attribute Public Type reference (TYPE) MDG_MDF_T_FIELDNAME If Nav. Attribute, then 1st Entry=Field, 2nd Entry=Attribute 20081218
16 DT_NAV_ATTR Instance attribute Public Type reference (TYPE) MDG_MDF_TH_FNAVATTR Navigation Attributes 20081218
17 DT_TABNAME_STRUCT Instance attribute Public Type reference (TYPE) TS_TABNAME_STRUCT Gen. tables 20081218
18 D_FISCVARNT Instance attribute Public Type reference (TYPE) PERIV Leading Fiscal Year Variant 20081218
19 D_SHM_TIMESTAMP Instance attribute Public Type reference (TYPE) TIMESTAMP Time Stamp of Last Structure SHM 20081218
20 D_STRUCT_ATTR_ALL Instance attribute Public Type reference (TYPE) TYPENAME Structure with Attributes 20081218
21 D_VDY_TYPE Instance attribute Public Type reference (TYPE) MDG_MDF_VDY_TYPE Validity Check 20081218
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_COPY Instance method Public Method Create Copy Outside of Shared Memory 20090522
2 IS_COMPATIBLE_INSTANCE Instance method Public Method Comparison with Another Instance Version for Re-link 20081218
Events
Class CL_MDG_MDF_META_SHM has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_FATTR Public See coding Attribute with Field Labels Language-Dependent 20081218 BEGIN OF s_fattr, langu TYPE sy-langu. INCLUDE TYPE MDG_MDF_S_FATTR. TYPES: END OF s_fattr
2 S_FPROP_TXT Public See coding Structure for Texts for Field in a Language 20081218 BEGIN OF s_fprop_txt, langu TYPE sy-langu. INCLUDE TYPE MDG_MDF_S_FPROP_TXT. TYPES: END OF s_fprop_txt
3 S_TABNAME_STRUCT Public See coding Gen. Tables with Structure 20081218 BEGIN OF s_tabname_struct, tabname TYPE tabname, struct TYPE typename, table_usage TYPE MDG_MDF_TABLE_USAGE, END OF s_tabname_struct
4 TS_FATTR Public See coding Attributes with Field Labels Language-Dependent 20081218 ts_fattr TYPE SORTED TABLE OF s_fattr WITH UNIQUE KEY langu fieldname INITIAL SIZE 8
5 TS_FPROP_TXT Public See coding Table with Texts in All Found Languages 20081218 ts_fprop_txt TYPE SORTED TABLE OF s_fprop_txt WITH UNIQUE KEY langu INITIAL SIZE 2
6 TS_TABNAME_STRUCT Public See coding Gen. Tables with Structure 20081218 ts_tabname_struct TYPE SORTED TABLE OF s_tabname_struct WITH UNIQUE KEY tabname INITIAL SIZE 8
Method Signatures

Method CREATE_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_COPY Value transfer Object reference (TYPE REF TO) CL_MDG_MDF_META_SHM Fi-Stammdaten: Shared Metadaten 20090522

Method CREATE_COPY on class CL_MDG_MDF_META_SHM has no exception.

Method IS_COMPATIBLE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_INSTANCE Call by reference Object reference (TYPE REF TO) CL_MDG_MDF_META_SHM Anderes Shared Metadaten-Object 20081218
2 Returning RF_COMPATIBLE Value transfer Type reference (TYPE) MDG_MDF_FLG Flag: Versionen sind in allen wichtigen FPROP kompatibel 20081218

Method IS_COMPATIBLE_INSTANCE on class CL_MDG_MDF_META_SHM has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702