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 ABAP 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 DT_DFIES Instance attribute Public Type reference (TYPE) TS_DFIES_INT 20040114
2 DT_DFIES_INT Instance attribute Public Type reference (TYPE) TS_DFIES_INT2 20041122
3 DT_DFIES_TXT Instance attribute Public Type reference (TYPE) TS_DFIES_TXT 20041122
4 DT_TIMESTAMP Instance attribute Public Type reference (TYPE) TS_TIMESTAMP 20040114
5 DT_TIMESTMP Instance attribute Public Type reference (TYPE) TS_TIMESTMP 20041122
6 DT_X030L Instance attribute Public Type reference (TYPE) TH_X030L 20040114
7 DT_X031L Instance attribute Public Type reference (TYPE) TS_X031L 20040114
Methods
# Method Level Visibility Method type Description Created on
1 GET_DATA Instance method Public Method Get Data 20040114
2 GET_STATUS Instance method Public Method 20050104
3 GET_TIMESTAMP Instance method Public Method Get Time Stamp 20040114
4 SET_DATA 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 Exporting ET_DFIES Call by reference Type reference (TYPE) TS_DFIES 20040114
2 Exporting ET_X030L Call by reference Type reference (TYPE) TH_X030L 20040114
3 Exporting ET_X031L Call by reference Type reference (TYPE) T_X031L 20040114
4 Importing I_LANGU Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20040114
5 Importing I_TABNAME Call by reference Type reference (TYPE) UG_TABNAME FIN-Stammdaten: Tabellenname 20040114
# Exception Resumable Description Created on
1 NO_DATA Keine Daten gefunden 20040114

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting 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 Exporting E_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20040114
2 Importing I_LANGU Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20041019
3 Importing I_TABNAME Call by reference Type reference (TYPE) UG_TABNAME FIN-Stammdaten: Tabellenname 20040114
# Exception Resumable Description Created on
1 NO_DATA 20040114

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DFIES Call by reference Type reference (TYPE) TS_DFIES 20040114
2 Importing IT_X030L Call by reference Type reference (TYPE) TH_X030L 20040114
3 Importing IT_X031L Call by reference Type reference (TYPE) T_X031L 20040114
4 Importing I_LANGU Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20041019
5 Importing I_TABNAME Call by reference Type reference (TYPE) UG_TABNAME FIN-Stammdaten: Tabellenname 20040114
6 Importing 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