SAP ABAP Class CL_FPM_TEST_TREE_HIERARCHY (test new tree guibb)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_TEST (Package) Floorplan Manager (Test applications)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20120518 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20140617 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20120518 |
Properties
| Class | CL_FPM_TEST_TREE_HIERARCHY | |
| Short Description | test new tree guibb | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_TEST | Floorplan Manager (Test applications) |
| Created | 20120518 | SAP |
| Last change | 20141120 | |
| 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20120518 | ||
| 2 | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20140617 | ||
| 3 | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20120518 |
Friends
Class CL_FPM_TEST_TREE_HIERARCHY 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) | TTY_FCAT_TABLETYPE | 20120518 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20120518 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120518 |
Events
Class CL_FPM_TEST_TREE_HIERARCHY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_FCAT_TABLETYPE | Private | See coding | 20120518 | tty_fcat_tabletype TYPE STANDARD TABLE OF ty_fcat_structure
|
||
| 2 | TY_FCAT_STRUCTURE | Private | See coding | 20120518 | BEGIN OF ty_fcat_structure,
row_key TYPE string,
parent_key TYPE string,
expanded TYPE wdy_boolean,
is_leaf TYPE wdy_boolean,
children_loaded TYPE wdy_boolean,
text TYPE string,
text_bool TYPE boolean,
image_src TYPE string,
level TYPE i,
value1 type string,
value2 type i,
ovs_test type string,
END OF ty_fcat_structure
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_TEST_TREE_HIERARCHY has no parameter.
Method CONSTRUCTOR on class CL_FPM_TEST_TREE_HIERARCHY has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 732 |