SAP ABAP Interface IF_FDT_WD_ISLAND_TMP_OBJ_POOL (Pool of 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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_WD_ISLAND_TMP_OBJ_MNGR | Manager for temporary objects | 20121107 |
Properties
Interface | IF_FDT_WD_ISLAND_TMP_OBJ_POOL | |
Short Description | Pool of Temporary objects |
General Data
Package | SFDT_WD_ISLAND_INFRASTRUCTURE | BRFplus: Island Infrastructure |
Created | 20121107 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | IF_FDT_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_FDT_WD_ISLAND_TMP_OBJ_POOL has no interface.
Friends
Interface IF_FDT_WD_ISLAND_TMP_OBJ_POOL has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GTS_USED_TMP_OBJECT_ID | Static Attribute | Public | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | All used temporary objects | 20121107 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Garbage collect unused/pooled objects | 20121107 |
2 | ![]() |
Static method | Public | Method | Get a temporary constant object from the pol | 20121108 |
3 | ![]() |
Static method | Public | Method | Get the overall number of objects in the pool | 20121108 |
4 | ![]() |
Static method | Public | Method | Get a temporary range object from the pool | 20121107 |
5 | ![]() |
Static method | Public | Method | Get a temporary rule object from the pool | 20121107 |
6 | ![]() |
Static method | Public | Method | Get a temporary rulset from the pool | 20121107 |
7 | ![]() |
Static method | Public | Method | Returns true, if the object belongs to the pool | 20121115 |
8 | ![]() |
Static method | Public | Method | Reposit objects to the pool | 20121107 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | GARBAGE_COLLECTION | Static Event (1) |
Public (2) |
Public | 20121107 |
Types
Interface IF_FDT_WD_ISLAND_TMP_OBJ_POOL has no local type.
Method Signatures
Method GARBAGE_COLLECT_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 | 20121107 |
Method GARBAGE_COLLECT_UNUSED_OBJECTS on Interface IF_FDT_WD_ISLAND_TMP_OBJ_POOL has no exception.
Method GET_CONSTANT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application ID | 20121112 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Enforce creation of new pool object with this ID | 20121126 | ||
3 | ![]() |
RO_CONSTANT | Value transfer | Object reference (TYPE REF TO) | IF_FDT_CONSTANT | FDT: Constant | 20121108 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20121112 |
Method GET_POOL_SIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EXCLUDE_USED_OBJECTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Exclude pool objects in use | 20121108 | |
2 | ![]() |
RV_SIZE | Value transfer | Type reference (TYPE) | I | Number of objects in the pool | 20121108 |
Method GET_POOL_SIZE on Interface IF_FDT_WD_ISLAND_TMP_OBJ_POOL has no exception.
Method GET_RANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application ID | 20121112 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Enforce creation of new pool object with this ID | 20121126 | ||
3 | ![]() |
RO_RANGE | Value transfer | Object reference (TYPE REF TO) | IF_FDT_RANGE | FDT: Range | 20121107 |
Method GET_RANGE on Interface IF_FDT_WD_ISLAND_TMP_OBJ_POOL has no exception.
Method GET_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application ID | 20121112 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Enforce creation of new pool object with this ID | 20121126 | ||
3 | ![]() |
RO_RULE | Value transfer | Object reference (TYPE REF TO) | IF_FDT_RULE | FDT: Rule | 20121107 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20121112 |
Method GET_RULESET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application | 20121112 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Enforce creation of new pool object with this ID | 20121126 | ||
3 | ![]() |
RO_RULESET | Value transfer | Object reference (TYPE REF TO) | IF_FDT_RULESET | FDT: Ruleset | 20121107 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20121112 |
Method IS_POOL_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 | 20121115 | ||
2 | ![]() |
RV_IS_POOL_OBJECT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121115 |
Method IS_POOL_OBJECT on Interface IF_FDT_WD_ISLAND_TMP_OBJ_POOL has no exception.
Method REPOSIT_OBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20121107 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20121107 |
Method REPOSIT_OBJECTS on Interface IF_FDT_WD_ISLAND_TMP_OBJ_POOL has no exception.
Event Signatures
Event GARBAGE_COLLECTION Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ITS_OBJECT_ID | Exporting | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | IDs of garbage collected objects as sorted table | 20121107 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |