SAP ABAP Class /PLMB/CL_SPI_B_GUI_TREE_ABBID (Service Provider Browser - ABBID Tree)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI (Application Component) Service Provider Infrastructure
⤷
/PLMB/BA_SPI_TOOLS (Package) Service Provider Infrastructure Tools

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /PLMB/CL_SPI_B_GUI_TREE_BUILD | Service Provider Browser - Tree Builder helper class | 20101123 |
Properties
Class | /PLMB/CL_SPI_B_GUI_TREE_ABBID | |
Short Description | Service Provider Browser - ABBID Tree | |
Super Class | /PLMB/CL_SPI_B_GUI_TREE_BUILD | Service Provider Browser - Tree Builder helper class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /PLMB/BA_SPI_TOOLS | Service Provider Infrastructure Tools |
Created | 20101123 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /PLMB/CL_SPI_B_GUI_TREE_ABBID has no forward declaration.
Interfaces
Class /PLMB/CL_SPI_B_GUI_TREE_ABBID has no interface implemented.
Friends
Class /PLMB/CL_SPI_B_GUI_TREE_ABBID has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /PLMB/T_SPI_METADATA_NODE | Metadata Node Definition | 20101125 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20101124 |
Events
Class /PLMB/CL_SPI_B_GUI_TREE_ABBID has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_S_TREE_NODE | Private | See coding | 20101124 | BEGIN OF lty_s_tree_node,
lv_row_id TYPE i,
name TYPE /plmb/spi_node_name,
name_parent TYPE /plmb/spi_node_name,
transient TYPE /plmb/spi_transient,
update_relevant TYPE /plmb/spi_update_relevant,
id_struc TYPE typename,
id_table_type TYPE typename,
id_description TYPE /plmb/s_spi_table_description,
data_struc TYPE typename,
data_table_type TYPE typename,
data_description TYPE /plmb/s_spi_table_description,
insert_struc TYPE typename,
actions TYPE /plmb/t_spi_metadata_action,
queries TYPE /plmb/s_spi_query,
supported_operation_group TYPE /plmb/spi_operation_group,
init_operations TYPE /plmb/t_spi_init_operation,
update_sideeffect TYPE /plmb/spi_sideeffect,
insert_sideeffect TYPE /plmb/spi_sideeffect,
delete_sideeffect TYPE /plmb/spi_sideeffect,
* property_control TYPE /plmb/spi_property_cntrl,
modification_definition TYPE /plmb/s_spi_node_modification,
dependent_nodes TYPE /plmb/t_spi_node_name.
* INCLUDE STRUCTURE /plmb/s_spi_metadata_node.
TYPES: END OF lty_s_tree_node
|
||
2 | LTY_T_TREE_NODE | Private | See coding | 20101124 | lty_t_tree_node TYPE STANDARD TABLE OF lty_s_tree_node
|
Method Signatures
Method RECURSIVE_TREE_CREATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_PARENT_NODE_DATA | Call by reference | Type reference (TYPE) | LTY_T_TREE_NODE | 20101125 |
Method RECURSIVE_TREE_CREATION on class /PLMB/CL_SPI_B_GUI_TREE_ABBID has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 703 |