SAP ABAP Class CL_CRM_BRC__BRCDIRECTLINK_CN00 (Direct Link Group Tree Context Node)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-APF (Application Component) Application Frame
⤷
CRM_BSP_UI_FRAME_BRC (Package) Business Role Customizing (BOL and UI)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BSP_WD_CONTEXT_NODE_TREE | Special Context Node for Tree-Table View | 20071123 |
Properties
| Class | CL_CRM_BRC__BRCDIRECTLINK_CN00 | |
| Short Description | Direct Link Group Tree Context Node | |
| Super Class | CL_BSP_WD_CONTEXT_NODE_TREE | Special Context Node for Tree-Table View |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_BSP_UI_FRAME_BRC | Business Role Customizing (BOL and UI) |
| Created | 20071123 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CRM_BRC__BRCDIRECTLINK_CN00 has no forward declaration.
Interfaces
Class CL_CRM_BRC__BRCDIRECTLINK_CN00 has no interface implemented.
Friends
Class CL_CRM_BRC__BRCDIRECTLINK_CN00 has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TREE_TABLE_TYPE | 20071207 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20071207 |
Events
Class CL_CRM_BRC__BRCDIRECTLINK_CN00 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TREE_TABLE_STRUCT | Public | See coding | 20071207 | BEGIN OF tree_table_struct,
node_id TYPE sytabix,
parent_id TYPE sytabix,
bo TYPE REF TO cl_crm_bol_entity,
bo_key TYPE crmt_genil_object_id,
node TYPE REF TO if_bsp_wd_tree_node,
parent_pos TYPE crmt_ui_position,
child_pos TYPE crmt_ui_position,
is_leaf TYPE abap_bool,
END OF tree_table_struct
|
||
| 2 | TREE_TABLE_TYPE | Public | See coding | 20071207 | tree_table_type TYPE TABLE OF tree_table_struct
|
Method Signatures
Method INIT_TREE_TABLE Signature
Method INIT_TREE_TABLE on class CL_CRM_BRC__BRCDIRECTLINK_CN00 has no parameter.
Method INIT_TREE_TABLE on class CL_CRM_BRC__BRCDIRECTLINK_CN00 has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |