SAP ABAP Class CL_FPM_TEST_TREE_SELECTION (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 | 20131218 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20131218 |
Properties
| Class | CL_FPM_TEST_TREE_SELECTION | |
| 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 | 20131218 | 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 | 20131218 | ||
| 2 | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20131218 |
Friends
Class CL_FPM_TEST_TREE_SELECTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | FPMGB_T_CHANGELOG | Field Changelog | 20131218 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_T_DATA | 20131218 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_T_DATA | 20131218 | ||||
| 4 | Static Attribute | Public | Type reference (TYPE) | I | 20131219 | ||||
| 5 | Static Attribute | Public | Type reference (TYPE) | I | 20131219 | ||||
| 6 | Static Attribute | Public | Type reference (TYPE) | I | 20131219 | ||||
| 7 | Static Attribute | Public | Type reference (TYPE) | I | 20131219 | ||||
| 8 | Static Attribute | Public | Type reference (TYPE) | RSTABIXTAB | Repository Infosystem Table for Indexes | 20131219 | |||
| 9 | Static Attribute | Public | Type reference (TYPE) | RSTABIXTAB | Repository Infosystem Table for Indexes | 20131219 | |||
| 10 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20131219 | ||||
| 11 | Static Attribute | Public | Type reference (TYPE) | I | 20131219 | ||||
| 12 | Static Attribute | Public | Type reference (TYPE) | RSTABIXTAB | Repository Infosystem Table for Indexes | 20131219 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20131218 |
Events
Class CL_FPM_TEST_TREE_SELECTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_DATA | Private | See coding | 20131218 | 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, " this appears as text inside the hierarchy column
" regular columns
address type string,
head type string,
employees type string,
turnaround type i,
status type string,
cell_visible type abap_bool,
end of ty_s_data
|
||
| 2 | TY_T_DATA | Private | See coding | 20131218 | ty_t_data type standard table of ty_s_data
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_TEST_TREE_SELECTION has no parameter.
Method CONSTRUCTOR on class CL_FPM_TEST_TREE_SELECTION has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |