SAP ABAP Class CL_FDT_WD_ISLAND_TMP_OBJ_MNGR (Manager for temporary objects)
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

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_WD_ISLAND_TMP_MODEL_HDL | Handler for the creation of temporary objects and models | 20121113 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_WD_ISLAND_TMP_OBJ_HDL | Handles temporary objects | 20121107 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_WD_ISLAND_TMP_OBJ_POOL | Pool of Temporary objects | 20121107 |
Properties
Class | CL_FDT_WD_ISLAND_TMP_OBJ_MNGR | |
Short Description | Manager for temporary objects | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_WD_ISLAND_INFRASTRUCTURE | BRFplus: Island Infrastructure |
Created | 20121107 | SAP |
Last change | 20130531 | 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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FDT_WD_ISLAND_TMP_MODEL_HDL | Handler for the creation of temporary objects and models | 20121113 | ||
2 | IF_FDT_WD_ISLAND_TMP_OBJ_HDL | Handles temporary objects | 20121107 | ||
3 | IF_FDT_WD_ISLAND_TMP_OBJ_POOL | Pool of Temporary objects | 20121107 |
Friends
Class CL_FDT_WD_ISLAND_TMP_OBJ_MNGR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Invalid IDs | 20121107 | ||
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TS_POOL | Pool of temporary constant objects | 20121112 | ||
3 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TS_POOL | Pool of temporary range objects | 20121112 | ||
4 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TS_POOL | Pool of temporary rule objects | 20121112 | ||
5 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TS_POOL | Pool of temporary ruleset objects | 20121112 | ||
6 | ![]() |
Instance attribute | Protected | Attribute reference (LIKE) | 20121107 | ||||
7 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_FDT_WD_ISLAND_MODEL | FDT WD: Island Model | 20121113 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Unused range models | 20121113 | ||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Unused ruleset models | 20121113 | ||
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Unused rule models | 20121113 | ||
11 | ![]() |
Instance attribute | Protected | Attribute reference (LIKE) | 20121107 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Returns whether object exists already | 20121126 |
2 | ![]() |
Instance method | Private | Method | Unlock tmp object usages (for reuse or garbage collection) | 20121126 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20121112 |
4 | ![]() |
Static method | Public | Method | Get all currently unused objects | 20121112 |
Events
Class CL_FDT_WD_ISLAND_TMP_OBJ_MNGR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_POOL | Public | See coding | 20121112 | BEGIN OF s_pool,
id TYPE if_fdt_types=>id,
appl_id TYPE if_fdt_types=>id,
END OF s_pool
|
||
2 | TS_POOL | Public | See coding | 20121112 | ts_pool TYPE SORTED TABLE OF s_pool WITH UNIQUE KEY id
WITH NON-UNIQUE SORTED KEY appl COMPONENTS appl_id
|
Method Signatures
Method CHECK_NEW_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20121126 |
Method CHECK_NEW_OBJECT on class CL_FDT_WD_ISLAND_TMP_OBJ_MNGR has no exception.
Method CLEAR_OBJECT_USAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_ID_EXCLUDE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Objects to be excluded from clearing | 20121126 |
Method CLEAR_OBJECT_USAGES on class CL_FDT_WD_ISLAND_TMP_OBJ_MNGR has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_FDT_WD_ISLAND_MODEL | FDT WD: Island Model | 20121113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20121112 |
Method GET_UNUSED_OBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_OBJECT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20121112 |
Method GET_UNUSED_OBJECTS on class CL_FDT_WD_ISLAND_TMP_OBJ_MNGR has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |