SAP ABAP Class CL_FINB_MD_RE_DTEL_SHM (Registration Information for a Data Element)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB-MDF (Application Component) Master Data Framework
⤷
FINB_CHAR_FRAMEWORK (Package) Simple Master Data Service
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FINB_MD_REGISTRYENTITY | Registration Entity | 20040415 |
Properties
| Class | CL_FINB_MD_RE_DTEL_SHM | |
| Short Description | Registration Information for a Data Element | |
| 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 | 20040415 | SAP |
| Last change | 20041209 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FINB_MD_REGISTRYENTITY | Registration Entity | 20040415 |
Friends
Class CL_FINB_MD_RE_DTEL_SHM has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20040415 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20040415 | |||||
| 3 | Instance attribute | Public | Type reference (TYPE) | ROLLNAME | Alternative Data Element | 20040601 | |||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20040415 | |||||
| 5 | Instance attribute | Public | Type reference (TYPE) | FINB_MD_MDF_ROLE | MDF Role | 20040415 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | FINB_MD_FIELDNAME | Field name for unit | 20040421 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | FINB_MD_BOOLEAN | Key Figure | 20040421 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | FINB_MD_BOOLEAN | Boolean Value (True or False) | 20040415 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | TS_ELEMENT | List of Attributes | 20040415 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | TS_ELEMENT | List of Keys | 20040415 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20040415 |
Events
Class CL_FINB_MD_RE_DTEL_SHM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ELEMENT | Public | See coding | 20040415 | BEGIN OF s_element,
fieldname TYPE finb_md_fieldname,
dbtable TYPE tabname,
dbfield TYPE fieldname,
END OF s_element
|
||
| 2 | TS_ELEMENT | Public | See coding | 20040415 | ts_element TYPE SORTED TABLE OF s_element
WITH UNIQUE KEY fieldname
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FINB_MD_RE_DTEL_SHM has no parameter.
Method CONSTRUCTOR on class CL_FINB_MD_RE_DTEL_SHM has no exception.
History
| Last changed by/on | SAP | 20041209 |
| SAP Release Created in | 300 |