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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Instance attribute | Private | Type reference (TYPE) | MDG_MDF_FLG | ABAP_TRUE | Master Data: General Indicator | 20090526 | ||
| 2 | Instance attribute | Public | Type reference (TYPE) | MDG_MDF_S_FPROP_EXT | Extended field properties | 20081218 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | MDG_MDF_S_FPROP_PROP | Language-Indepenent Field Properties | 20081218 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | MDG_MDF_S_HPROP | Restrictions to Hierarchies | 20081218 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | MDG_MDF_S_KPROP | Field Properties for Key Figures | 20081218 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | MDG_MDF_TS_ADEP | FIN Master Data: Compound of Attributes | 20081218 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | MDG_MDF_TS_DEPGROUP | FIN Master Data: Compound Groups | 20081218 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | MDG_MDF_TS_DEPGRP | Compound Groups with Time Conversion | 20081218 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | TS_FATTR | Attributes with Texts, Language-dependent | 20081218 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | MDG_MDF_TH_FATTR_GUI | FIN Master Data: Attribute Properties for Maintenance | 20081218 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | MDG_MDF_TS_FDEP | Compounding | 20081218 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | MDG_MDF_TS_FLD_ATTR | Attributes | 20081218 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | TS_FPROP_TXT | Field Label in All Found Languages | 20081218 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | MDG_MDF_TS_FIELDNAME | External Characteristics in Hierarchies | 20081218 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | MDG_MDF_T_FIELDNAME | If Nav. Attribute, then 1st Entry=Field, 2nd Entry=Attribute | 20081218 | |||
| 16 | Instance attribute | Public | Type reference (TYPE) | MDG_MDF_TH_FNAVATTR | Navigation Attributes | 20081218 | |||
| 17 | Instance attribute | Public | Type reference (TYPE) | TS_TABNAME_STRUCT | Gen. tables | 20081218 | |||
| 18 | Instance attribute | Public | Type reference (TYPE) | PERIV | Leading Fiscal Year Variant | 20081218 | |||
| 19 | Instance attribute | Public | Type reference (TYPE) | TIMESTAMP | Time Stamp of Last Structure SHM | 20081218 | |||
| 20 | Instance attribute | Public | Type reference (TYPE) | TYPENAME | Structure with Attributes | 20081218 | |||
| 21 | Instance attribute | Public | Type reference (TYPE) | MDG_MDF_VDY_TYPE | Validity Check | 20081218 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create Copy Outside of Shared Memory | 20090522 | |
| 2 | 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 | 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 | IO_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_MDG_MDF_META_SHM | Anderes Shared Metadaten-Object | 20081218 | |||
| 2 | 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 |