SAP ABAP Class CL_FPM_TEST_TREE (Test fpm guibb tree)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_TEST_ECATT (Package) ECATT Tests
⤷
⤷
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 | 20120417 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20120417 |
Properties
| Class | CL_FPM_TEST_TREE | |
| Short Description | Test fpm guibb tree | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_TEST_ECATT | ECATT Tests |
| Created | 20120417 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_TEST_TREE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20120417 | ||
| 2 | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20120417 |
Friends
Class CL_FPM_TEST_TREE 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) | TY_T_DATA | 20120417 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120417 |
Events
Class CL_FPM_TEST_TREE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_DATA | Private | See coding | 20120417 | begin of ty_s_data,
" technical columns
row_key type string,
parent_key type string,
is_leaf type abap_bool,
expanded type abap_bool,
" content of the master column
text type string,
" regular columns
col1 type string,
col2 type string,
col3 type string,
col4 type abap_bool,
col5 type abap_bool,
visi_ref type abap_bool,
read_only_ref type abap_bool,
enabled_ref type abap_bool,
end of ty_s_data
|
||
| 2 | TY_T_DATA | Private | See coding | 20120417 | ty_t_data type standard table of ty_s_data
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_TEST_TREE has no parameter.
Method CONSTRUCTOR on class CL_FPM_TEST_TREE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |