SAP ABAP Class CL_FPM_TEST_TREE_SEARCH (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 | 20130624 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20130624 |
Properties
Class | CL_FPM_TEST_TREE_SEARCH | |
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 | 20130624 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FPM_TEST_TREE_SEARCH has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FPM_GUIBB | Generic UI Building Block | 20130624 | ||
2 | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20130624 |
Friends
Class CL_FPM_TEST_TREE_SEARCH 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 | 20131212 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_DATA | 20130624 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_DATA | 20130905 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20140224 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20130624 |
Events
Class CL_FPM_TEST_TREE_SEARCH has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_DATA | Private | See coding | 20130624 | 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 | 20130624 | ty_t_data type standard table of ty_s_data
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_TEST_TREE_SEARCH has no parameter.
Method CONSTRUCTOR on class CL_FPM_TEST_TREE_SEARCH has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 740 |