SAP ABAP Class CL_MDG_MDF_FIELDINFO_LOCAL_SHM (Field Information for a (Local) Dictionary Type)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
MDG_MDF_TOOLS (Package) Tools for Master Data Service
⤷
⤷
Properties
| Class | CL_MDG_MDF_FIELDINFO_LOCAL_SHM | |
| Short Description | Field Information for a (Local) Dictionary Type | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MDG_MDF_TOOLS | Tools for Master Data Service |
| 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) |
Interfaces
Class CL_MDG_MDF_FIELDINFO_LOCAL_SHM has no interface implemented.
Friends
Class CL_MDG_MDF_FIELDINFO_LOCAL_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) | TS_FIELDINFO_LANGDEP | 20090514 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TS_FIELDINFO_LANGIND | 20090514 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TS_TIMESTAMP | 20081218 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TH_X030L | 20081218 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | TS_X031L | 20081218 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Data | 20081218 | |
| 2 | Instance method | Public | Method | 20081218 | ||
| 3 | Instance method | Public | Method | Get Time Stamp | 20081218 | |
| 4 | Instance method | Public | Method | Field Info, X030L | 20090514 | |
| 5 | Instance method | Public | Method | X031L | 20090513 |
Events
Class CL_MDG_MDF_FIELDINFO_LOCAL_SHM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_FIELDINFO_LANGDEP | Private | See coding | 20090514 | begin of s_fieldinfo_langdep,
tabname type tabname,
fieldname type fieldname,
langu type sy-langu.
include type mdg_mdf_s_fieldinfo_langdep as s_langdep. types
end of s_fieldinfo_langdep
|
||
| 2 | S_FIELDINFO_LANGIND | Private | See coding | 20090514 | begin of s_fieldinfo_langind,
tabname type tabname,
fieldname type fieldname.
include type mdg_mdf_s_fieldinfo_langind as s_langind. types
end of s_fieldinfo_langind
|
||
| 3 | S_TIMESTAMP | Public | See coding | 20081218 | BEGIN OF s_timestamp,
tabname TYPE MDG_MDF_TABNAME,
timestamp TYPE timestamp,
END OF s_timestamp
|
||
| 4 | TH_X030L | Public | See coding | 20081218 | th_x030l TYPE HASHED TABLE OF x030l
WITH UNIQUE KEY tabname
|
||
| 5 | TS_FIELDINFO_LANGDEP | Private | See coding | 20090514 | ts_fieldinfo_langdep type sorted table of s_fieldinfo_langdep
with unique key tabname langu fieldname
|
||
| 6 | TS_FIELDINFO_LANGIND | Private | See coding | 20090514 | ts_fieldinfo_langind type sorted table of s_fieldinfo_langind
with unique key tabname fieldname
|
||
| 7 | TS_TIMESTAMP | Public | See coding | 20081218 | ts_timestamp TYPE SORTED TABLE OF s_timestamp
WITH UNIQUE KEY tabname
|
||
| 8 | TS_X031L | Public | See coding | 20081218 | ts_x031l TYPE SORTED TABLE OF x031l
WITH NON-UNIQUE KEY tabname
|
Method Signatures
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_X030L | Call by reference | Type reference (TYPE) | X030L | Nametabheader, Datenbankstruktur DDNTT | 20090514 | |||
| 2 | ET_FIELDINFO | Call by reference | Type reference (TYPE) | MDG_MDF_TS_FIELDINFO | FIN-Stammdaten: Feldinformationen | 20090514 | |||
| 3 | ET_X031L | Call by reference | Type reference (TYPE) | DD_X031L_TABLE | 20081218 | ||||
| 4 | I_LANGU | Call by reference | Type reference (TYPE) | LANGU | Sprachenschlüssel | 20081218 | |||
| 5 | I_TABNAME | Call by reference | Type reference (TYPE) | MDG_MDF_TABNAME | FIN-Stammdaten: Tabellenname | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Keine Daten gefunden | 20081218 |
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_UPDATE_POSSIBLE | Value transfer | Type reference (TYPE) | MDG_MDF_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20081218 |
Method GET_STATUS on class CL_MDG_MDF_FIELDINFO_LOCAL_SHM has no exception.
Method GET_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20081218 | |||
| 2 | I_TABNAME | Call by reference | Type reference (TYPE) | MDG_MDF_TABNAME | FIN-Stammdaten: Tabellenname | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081218 |
Method SET_FIELDINFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_REBUILD | Call by reference | Type reference (TYPE) | MDG_MDF_FLG | Stammdaten: Allgemeines Kennzeichen | 20090519 | |||
| 2 | IS_X030L | Call by reference | Type reference (TYPE) | X030L | Nametabheader, Datenbankstruktur DDNTT | 20090514 | |||
| 3 | IT_FIELDINFO | Call by reference | Type reference (TYPE) | MDG_MDF_TS_FIELDINFO | FIN-Stammdaten: Feldinformationen | 20090514 | |||
| 4 | I_LANGU | Call by reference | Type reference (TYPE) | LANGU | Sprachenschlüssel | 20090514 | |||
| 5 | I_TABNAME | Call by reference | Type reference (TYPE) | MDG_MDF_TABNAME | FIN-Stammdaten: Tabellenname | 20090514 | |||
| 6 | I_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20090514 |
Method SET_FIELDINFO on class CL_MDG_MDF_FIELDINFO_LOCAL_SHM has no exception.
Method SET_X031L Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_X031L | Call by reference | Type reference (TYPE) | DD_X031L_TABLE | Tabellentyp für X031L | 20090513 | |||
| 2 | I_TABNAME | Call by reference | Type reference (TYPE) | MDG_MDF_TABNAME | FIN-Stammdaten: Tabellenname | 20090513 | |||
| 3 | I_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20090513 |
Method SET_X031L on class CL_MDG_MDF_FIELDINFO_LOCAL_SHM has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |