SAP ABAP Class CL_MDG_MDF_META_DATA (FIN Master Data: Metadata)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
MDG_MDF1 (Package) Master Data: Buffers and Instances

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_MDG_MDF_CUST_DATA | Internal View of Customizing Data | 20081218 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_MDG_MDF_CUST_DATA_EXT | External view at Customizing data | 20081218 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_MDG_MDF_META_DATA | SEM: Master Data Access to Metadata | 20081218 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_MDG_MDF_META_DATA_EXT | SEM: Master Data Access to Metadata | 20081218 |
Properties
Class | CL_MDG_MDF_META_DATA | |
Short Description | FIN Master Data: Metadata | |
Super Class | ||
Instantiability of a Class | 0 | Private |
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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
4 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
5 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
6 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
7 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_MDG_MDF_CUST_DATA | Internal View of Customizing Data | 20081218 | ||
2 | IF_MDG_MDF_CUST_DATA_EXT | External view at Customizing data | 20081218 | ||
3 | IF_MDG_MDF_META_DATA | SEM: Master Data Access to Metadata | 20081218 | ||
4 | IF_MDG_MDF_META_DATA_EXT | SEM: Master Data Access to Metadata | 20081218 |
Friends
Class CL_MDG_MDF_META_DATA has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_MDG_MDF_AREAID | FIN Master Data: Area ID | 20081218 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | MDG_MDF_APPLICATION | FIN Master Data: Application | 20081218 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | MDG_MDF_AREAID | FIN Master Data: Application Area | 20081218 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | NUMC4 | Count Parameters | 20081218 | ||
5 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | IF_MDG_MDF_ROLE_FACTORY | FIN Master Data: Roles | 20081218 | ||
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_INSTANCE | 20081218 | |||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_SEQNR | Unique SEQNRs for Update Log | 20081218 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20081218 |
2 | ![]() |
Instance method | Public | Constructor | Constructor | 20081218 |
3 | ![]() |
Static method | Public | Method | Get Instance | 20081218 |
4 | ![]() |
Static method | Public | Method | 20081218 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | FIELD_PROPERTIES_CHANGED | Instance Event (0) |
Private (0) |
20081218 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_INSTANCE | Private | See coding | 20081218 | BEGIN OF s_instance,
application TYPE MDG_MDF_APPLICATION,
areaid TYPE MDG_MDF_AREAID,
o_instance TYPE REF TO IF_MDG_MDF_META_DATA,
END OF s_instance
|
||
2 | S_SEQNR | Private | See coding | 20081218 | BEGIN OF s_seqnr,
timestamp TYPE timestamp,
seqnr TYPE int4,
END OF s_seqnr
|
||
3 | T_INSTANCE | Private | See coding | 20081218 | t_instance TYPE SORTED TABLE OF s_instance WITH UNIQUE KEY
application areaid
|
||
4 | T_SEQNR | Private | See coding | SEQNRs for Update Log | 20081218 | t_seqnr TYPE SORTED TABLE OF s_seqnr WITH UNIQUE KEY timestamp
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_MDG_MDF_META_DATA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_MDG_MDF_META_DATA has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | MDG_MDF_APPLICATION | FIN-Stammdaten: Anwendung | 20081218 | ||
2 | ![]() |
I_AREAID | Call by reference | Type reference (TYPE) | MDG_MDF_AREAID | FIN-Stammdaten: Anwendungsgebiet | 20081218 |
Method CONSTRUCTOR on class CL_MDG_MDF_META_DATA has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_MDG_MDF_META_DATA | SEM: Masterdata access to meta data | 20081218 | ||
2 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | MDG_MDF_APPLICATION | FIN-Stammdaten: Anwendung | 20081218 | ||
3 | ![]() |
I_AREAID | Call by reference | Type reference (TYPE) | MDG_MDF_AREAID | FIN-Stammdaten: Anwendungsgebiet | 20081218 |
Method GET_INSTANCE on class CL_MDG_MDF_META_DATA has no exception.
Method PROPAGATE_CHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_FIELD | Call by reference | Type reference (TYPE) | MDG_MDF_TS_FIELDNAME | Achtung: Wenn leer übergeben, hat sich alles geändert! | 20081218 | ||
2 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | MDG_MDF_APPLICATION | FI-Stammdaten: Anwendung | 20081218 | ||
3 | ![]() |
I_AREAID | Call by reference | Type reference (TYPE) | MDG_MDF_AREAID | FIN-Stammdaten: Anwendungsgebiet | 20081218 |
Method PROPAGATE_CHANGE on class CL_MDG_MDF_META_DATA has no exception.
Event Signatures
Event FIELD_PROPERTIES_CHANGED Signature
Event FIELD_PROPERTIES_CHANGED on class CL_MDG_MDF_META_DATA has no parameter.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |