SAP ABAP Class CL_FDT_WD_ISLAND_UUID_MAPPING (NOT USED FOR TIME BEING...ONLY IF SL MEMORY ISSUES ARISE)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_ISLAND_INFRASTRUCTURE (Package) BRFplus: Island Infrastructure
⤷
⤷
Properties
| Class | CL_FDT_WD_ISLAND_UUID_MAPPING | |
| Short Description | NOT USED FOR TIME BEING...ONLY IF SL MEMORY ISSUES ARISE | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_WD_ISLAND_INFRASTRUCTURE | BRFplus: Island Infrastructure |
| Created | 20110111 | SAP |
| Last change | 20110908 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_WD_ISLAND_UUID_MAPPING has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_FDT_WD_ISLAND_FACTORY | 20110111 | FDT WD Island: Factory for Island components |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TH_MAPPING | 20110111 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | CONSTRUCTOR | 20110111 | |
| 2 | Instance method | Public | Method | Returns an ASCII-ID for a UUID | 20110111 |
Events
Class CL_FDT_WD_ISLAND_UUID_MAPPING has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_MAPPING | Public | See coding | 20110111 | begin of S_MAPPING,
uuid type if_fdt_Types=>id,
id type string,
end of s_mapping
|
||
| 2 | TH_MAPPING | Public | See coding | 20110111 | th_mapping type HASHED TABLE OF s_mapping
with UNIQUE key uuid
with NON-UNIQUE SORTED key key_id COMPONENTS id
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DEBUG_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | True: Debug Mode, No Mapping | 20110111 |
Method CONSTRUCTOR on class CL_FDT_WD_ISLAND_UUID_MAPPING has no exception.
Method GET_ID_BY_UUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_UUID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | UUID | 20110111 | |||
| 2 | RV_ID | Value transfer | Type reference (TYPE) | STRING | ASCI-ID | 20110111 |
Method GET_ID_BY_UUID on class CL_FDT_WD_ISLAND_UUID_MAPPING has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 731 |