SAP ABAP Class CL_UG_FIELDINFO_LOCAL_SHM (Field Information for a (Local) Dictionary Type)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB-MDF (Application Component) Master Data Framework
⤷
UGMD_TOOLS (Package) Tools for the Master Data Service
⤷
⤷
Properties
| Class | CL_UG_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 | UGMD_TOOLS | Tools for the Master Data Service |
| Created | 20040114 | SAP |
| Last change | 20050220 | 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_UG_FIELDINFO_LOCAL_SHM has no interface implemented.
Friends
Class CL_UG_FIELDINFO_LOCAL_SHM has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TS_DFIES_INT | 20040114 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | TS_DFIES_INT2 | 20041122 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | TS_DFIES_TXT | 20041122 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | TS_TIMESTAMP | 20040114 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | TS_TIMESTMP | 20041122 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | TH_X030L | 20040114 | ||||
| 7 | Instance attribute | Public | Type reference (TYPE) | TS_X031L | 20040114 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Data | 20040114 | |
| 2 | Instance method | Public | Method | 20050104 | ||
| 3 | Instance method | Public | Method | Get Time Stamp | 20040114 | |
| 4 | Instance method | Public | Method | Set Data | 20040114 |
Events
Class CL_UG_FIELDINFO_LOCAL_SHM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_TIMESTAMP | Public | See coding | 20040120 | BEGIN OF s_timestamp,
tabname TYPE ug_tabname,
langu TYPE langu,
timestamp TYPE timestamp,
END OF s_timestamp
|
||
| 2 | S_TIMESTMP | Public | See coding | 20041122 | BEGIN OF s_timestmp,
tabname TYPE ug_tabname,
timestamp TYPE timestamp,
END OF s_timestmp
|
||
| 3 | TH_X030L | Public | See coding | 20040114 | th_x030l TYPE HASHED TABLE OF x030l
WITH UNIQUE KEY tabname
|
||
| 4 | TS_DFIES | Public | See coding | 20040114 | ts_dfies TYPE SORTED TABLE OF dfies
WITH NON-UNIQUE KEY tabname
|
||
| 5 | TS_DFIES_INT | Public | See coding | 20040207 | ts_dfies_int TYPE SORTED TABLE OF dfies
WITH UNIQUE KEY tabname fieldname langu
|
||
| 6 | TS_DFIES_INT2 | Public | See coding | 20041122 | ts_dfies_int2 TYPE SORTED TABLE OF ugmd_s_dfies
WITH UNIQUE KEY tabname fieldname
|
||
| 7 | TS_DFIES_TXT | Public | See coding | 20041122 | ts_dfies_txt TYPE HASHED TABLE OF ugmd_s_dfies_txt
WITH UNIQUE KEY langu tabname fieldname
|
||
| 8 | TS_TIMESTAMP | Public | See coding | 20040120 | ts_timestamp TYPE hashed TABLE OF s_timestamp
WITH UNIQUE KEY tabname langu
|
||
| 9 | TS_TIMESTMP | Public | See coding | 20041122 | ts_timestmp TYPE SORTED TABLE OF s_timestmp
WITH UNIQUE KEY tabname
|
||
| 10 | TS_X031L | Public | See coding | 20040114 | ts_x031l TYPE SORTED TABLE OF x031l
WITH NON-UNIQUE KEY tabname
|
||
| 11 | T_X031L | Public | See coding | 20040114 | t_x031l TYPE STANDARD TABLE OF x031l
WITH DEFAULT KEY
|
Method Signatures
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DFIES | Call by reference | Type reference (TYPE) | TS_DFIES | 20040114 | ||||
| 2 | ET_X030L | Call by reference | Type reference (TYPE) | TH_X030L | 20040114 | ||||
| 3 | ET_X031L | Call by reference | Type reference (TYPE) | T_X031L | 20040114 | ||||
| 4 | I_LANGU | Call by reference | Type reference (TYPE) | LANGU | Sprachenschlüssel | 20040114 | |||
| 5 | I_TABNAME | Call by reference | Type reference (TYPE) | UG_TABNAME | FIN-Stammdaten: Tabellenname | 20040114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Keine Daten gefunden | 20040114 |
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) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20050104 |
Method GET_STATUS on class CL_UG_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) | 20040114 | |||
| 2 | I_LANGU | Call by reference | Type reference (TYPE) | LANGU | Sprachenschlüssel | 20041019 | |||
| 3 | I_TABNAME | Call by reference | Type reference (TYPE) | UG_TABNAME | FIN-Stammdaten: Tabellenname | 20040114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040114 |
Method SET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DFIES | Call by reference | Type reference (TYPE) | TS_DFIES | 20040114 | ||||
| 2 | IT_X030L | Call by reference | Type reference (TYPE) | TH_X030L | 20040114 | ||||
| 3 | IT_X031L | Call by reference | Type reference (TYPE) | T_X031L | 20040114 | ||||
| 4 | I_LANGU | Call by reference | Type reference (TYPE) | LANGU | Sprachenschlüssel | 20041019 | |||
| 5 | I_TABNAME | Call by reference | Type reference (TYPE) | UG_TABNAME | FIN-Stammdaten: Tabellenname | 20040114 | |||
| 6 | I_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20040114 |
Method SET_DATA on class CL_UG_FIELDINFO_LOCAL_SHM has no exception.
History
| Last changed by/on | SAP | 20050220 |
| SAP Release Created in | 300 |