SAP ABAP Class CL_UG_MD_AREA_SHM (FIN Master Data: Shared Data Application Areas)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB (Application Component) Financials Basis
⤷
UGMD1 (Package) FIN General: Master Data: Buffer + Instances

⤷

⤷

Properties
Class | CL_UG_MD_AREA_SHM | |
Short Description | FIN Master Data: Shared Data Application Areas | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | UGMD1 | FIN General: Master Data: Buffer + Instances |
Created | 20040126 | SAP |
Last change | 20041006 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_UG_MD_AREA_SHM has no forward declaration.
Interfaces
Class CL_UG_MD_AREA_SHM has no interface implemented.
Friends
Class CL_UG_MD_AREA_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) | TIMESTAMP | Time stamp of last area build | 20040126 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TS_CHAR_AREA | Sorted by Standard Key Appl/Area/Field Name | 20040126 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TR_CHAR_AREA | Sorted by Field Name | 20040126 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TH_FIELD2SID | 20040127 | |||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | UGMD_TS_FIELD_USAGE_INT | Field uses for where-used accesses | 20040216 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TS_LINKED_FROM | Linked fields sorted in reverse | 20040128 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TH_SID2FIELD | 20040126 |
Methods
Class CL_UG_MD_AREA_SHM has no method.
Events
Class CL_UG_MD_AREA_SHM has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_CHAR_AREA | Public | See coding | Structure - gt_char_area | 20040126 | BEGIN OF s_char_area,
application TYPE ugmd2001-application,
areaid TYPE ugmd2001-areaid,
field_sid TYPE ug_fieldname_sid,
role TYPE ugmd2001-role,
seqnr TYPE ugmd2001-seqnr,
registration TYPE ugmd2001-registration,
linked_fsid TYPE ug_fieldname_sid,
unit_fsid TYPE ug_fieldname_sid,
automatic_delta TYPE ug_flg,
auth_check_value TYPE ug_flg,
END OF s_char_area
|
|
2 | S_LINKED_FROM | Public | See coding | 20040128 | BEGIN OF s_linked_from,
linked_fsid TYPE ug_fieldname_sid,
application TYPE ugmd2001-application,
areaid TYPE ugmd2001-areaid,
field_sid TYPE ug_fieldname_sid,
END OF s_linked_from
|
||
3 | S_SID2FIELD | Public | See coding | 20040126 | BEGIN OF s_sid2field,
field_sid TYPE ug_fieldname_sid,
fieldname TYPE ug_fieldname,
END OF s_sid2field
|
||
4 | TH_FIELD2SID | Public | See coding | 20040127 | th_field2sid TYPE HASHED TABLE OF s_sid2field
WITH UNIQUE KEY fieldname
|
||
5 | TH_SID2FIELD | Public | See coding | 20040126 | th_sid2field TYPE HASHED TABLE OF s_sid2field
WITH UNIQUE KEY field_sid
|
||
6 | TR_CHAR_AREA | Public | See coding | Sorted by Field Name | 20040126 | tr_char_area TYPE SORTED TABLE OF s_char_area
WITH NON-UNIQUE KEY
field_sid
|
|
7 | TS_CHAR_AREA | Public | See coding | Sorted by Standard Key Appl/Area/Field Name | 20040126 | ts_char_area TYPE SORTED TABLE OF s_char_area
WITH UNIQUE KEY
application
areaid
field_sid
|
|
8 | TS_LINKED_FROM | Public | See coding | 20040128 | ts_linked_from TYPE SORTED TABLE OF s_linked_from
WITH NON-UNIQUE KEY
linked_fsid
|
History
Last changed by/on | SAP | 20041006 |
SAP Release Created in | 300 |