SAP ABAP Class CL_FPM_TEST_TREE_PERFORMANCE (test performance of 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 | 20120801 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20120801 |
Properties
Class | CL_FPM_TEST_TREE_PERFORMANCE | |
Short Description | test performance of 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 | 20120801 | SAP |
Last change | 20130531 | SAP |
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 | 20120801 | ||
2 | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20120801 |
Friends
Class CL_FPM_TEST_TREE_PERFORMANCE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'COLLAPSED1' | 20120802 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'COLLAPSED2' | 20120802 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'COLLAPSED3' | 20120802 | ||
4 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'COLLAPSED4' | 20120802 | ||
5 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'COLLAPSED5' | 20120802 | ||
6 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'LEVEL1' | 20120802 | ||
7 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'LEVEL2' | 20120802 | ||
8 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'LEVEL3' | 20120802 | ||
9 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'LEVEL4' | 20120802 | ||
10 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'LEVEL5' | 20120802 | ||
11 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'MAXROW' | 20120802 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_TREE_PROPS | 20120801 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TTY_FIELD_CAT | 20120801 | |||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20120802 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20120802 | |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20120802 |
3 | ![]() |
Instance method | Private | Method | 20120801 |
Events
Class CL_FPM_TEST_TREE_PERFORMANCE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TTY_FIELD_CAT | Private | See coding | 20120801 | tty_field_cat type standard table of ty_field_cat
|
||
2 | TY_FIELD_CAT | Private | See coding | 20120801 | begin of ty_field_cat,
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 string,
end of ty_field_cat
|
||
3 | TY_TREE_PROPS | Private | See coding | 20120801 | begin of ty_tree_props,
level1 type i,
level2 type i,
level3 type i,
level4 type i,
level5 type i,
level2_tmp type i,
level3_tmp type i,
level4_tmp type i,
level5_tmp type i,
collapsed1 type abap_bool,
collapsed2 type abap_bool,
collapsed3 type abap_bool,
collapsed4 type abap_bool,
collapsed5 type abap_bool,
maxrow type i,
end of ty_tree_props
|
Method Signatures
Method BUILD_UP_DATA Signature
Method BUILD_UP_DATA on class CL_FPM_TEST_TREE_PERFORMANCE has no parameter.
Method BUILD_UP_DATA on class CL_FPM_TEST_TREE_PERFORMANCE has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_TEST_TREE_PERFORMANCE has no parameter.
Method CONSTRUCTOR on class CL_FPM_TEST_TREE_PERFORMANCE has no exception.
Method FETCH_TREE_PROPS Signature
Method FETCH_TREE_PROPS on class CL_FPM_TEST_TREE_PERFORMANCE has no parameter.
Method FETCH_TREE_PROPS on class CL_FPM_TEST_TREE_PERFORMANCE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |