SAP ABAP Class CL_WB_TREE_POOL_BRF (Delivers Instance for BRF Maintenance Tree)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BRF (Application Component) Business Rule Framework
⤷
SBRF (Package) Business Rule Framework

⤷

⤷

Properties
Class | CL_WB_TREE_POOL_BRF | |
Short Description | Delivers Instance for BRF Maintenance Tree | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SBRF | Business Rule Framework |
Created | 20061205 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_WB_TREE_POOL_BRF has no forward declaration.
Interfaces
Class CL_WB_TREE_POOL_BRF has no interface implemented.
Friends
Class CL_WB_TREE_POOL_BRF has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TS_TREE_INSTANCE | 20061205 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20061205 |
Events
Class CL_WB_TREE_POOL_BRF has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_TREE_INSTANCE | Private | See coding | 20061205 | BEGIN OF s_tree_instance,
tree_class TYPE brf_tree_class,
tree_instance TYPE REF TO if_wb_browsertree_brf,
END OF s_tree_instance
|
||
2 | TS_TREE_INSTANCE | Private | See coding | 20061205 | ts_tree_instance TYPE SORTED TABLE OF s_tree_instance
WITH UNIQUE KEY tree_class
|
Method Signatures
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TREE_CLASS | Call by reference | Type reference (TYPE) | BRF_TREE_CLASS | Implementierende Klasse für den Navigationsbaum | 20061205 | ||
2 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_WB_BROWSERTREE_BRF | BRF Browser baum interface | 20061205 |
Method GET_INSTANCE on class CL_WB_TREE_POOL_BRF has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |