SAP ABAP Class CL_FINB_MD_REGISTRY_SHM_OBJECT (SharedMemory-Capable Class for CL_FINB_MD_REGISTRY)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB-MDF (Application Component) Master Data Framework
⤷
FINB_CHAR_FRAMEWORK (Package) Simple Master Data Service
⤷
⤷
Properties
| Class | CL_FINB_MD_REGISTRY_SHM_OBJECT | |
| Short Description | SharedMemory-Capable Class for CL_FINB_MD_REGISTRY | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FINB_CHAR_FRAMEWORK | Simple Master Data Service |
| Created | 20040407 | SAP |
| Last change | 20041209 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FINB_MD_REGISTRY_SHM_OBJECT has no forward declaration.
Interfaces
Class CL_FINB_MD_REGISTRY_SHM_OBJECT has no interface implemented.
Friends
Class CL_FINB_MD_REGISTRY_SHM_OBJECT 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_REGISTRY_INTERNAL | 20040413 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | TS_STRUCTURE | 20040424 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20040415 |
Methods
Class CL_FINB_MD_REGISTRY_SHM_OBJECT has no method.
Events
Class CL_FINB_MD_REGISTRY_SHM_OBJECT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_REGISTRY_INTERNAL | Public | See coding | 20040413 | BEGIN OF s_registry_internal,
fieldname TYPE finb_md_fieldname,
o_entity TYPE REF TO if_finb_md_registryentity,
END OF s_registry_internal
|
||
| 2 | S_STRUCTURE | Public | See coding | 20040424 | BEGIN OF s_structure,
fieldname TYPE finb_md_fieldname,
type TYPE finb_md_struct_type,
structname TYPE strukname,
END OF s_structure
|
||
| 3 | TS_REGISTRY_INTERNAL | Public | See coding | 20040413 | ts_registry_internal TYPE SORTED TABLE OF s_registry_internal
WITH UNIQUE KEY fieldname
|
||
| 4 | TS_STRUCTURE | Public | See coding | 20040424 | ts_structure TYPE SORTED TABLE OF s_structure
WITH UNIQUE KEY fieldname type
|
History
| Last changed by/on | SAP | 20041209 |
| SAP Release Created in | 300 |