SAP ABAP Class CL_FPM_AUNIT_TREE_COND_FORMAT (Unit Test for conditional formatting in Tree UIBB)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
SAPB_FPM_TEST_AUNIT (Package) Classes used as carrier of Unit 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 | 20140724 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20140724 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE_SEARCH_HELP | FPM Tree UIBB: Search help | 20140730 |
Properties
Class | CL_FPM_AUNIT_TREE_COND_FORMAT | |
Short Description | Unit Test for conditional formatting in Tree UIBB | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SAPB_FPM_TEST_AUNIT | Classes used as carrier of Unit Tests |
Created | 20140724 | SAP |
Last change | 20141121 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FPM_AUNIT_TREE_COND_FORMAT has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FPM_GUIBB | Generic UI Building Block | 20140724 | ||
2 | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20140724 | ||
3 | IF_FPM_GUIBB_TREE_SEARCH_HELP | FPM Tree UIBB: Search help | 20140730 |
Friends
Class CL_FPM_AUNIT_TREE_COND_FORMAT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | See coding | 20140728 | ||||
2 | ![]() |
Constant | Private | See coding | 20140724 | ||||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_DATA | 20140724 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20140731 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20140728 | |
2 | ![]() |
Instance method | Public | Constructor | 20140724 | |
3 | ![]() |
Instance method | Private | Method | 20140728 | |
4 | ![]() |
Instance method | Private | Method | 20140731 | |
5 | ![]() |
Instance method | Private | Method | 20140728 |
Events
Class CL_FPM_AUNIT_TREE_COND_FORMAT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_DATA | Private | See coding | 20140724 | begin of ys_data,
"hierarchy columns
row_key type string,
parent_key type string,
is_leaf type abap_bool,
is_expanded type abap_bool,
"content of the master column
text type string,
"regular columns
stadium_name type string,
stadium_number_of_seats type i,
cl_participant type abap_bool,
"control and technical columns
cell_visible type abap_bool,
row_type type y_row_type,
end of ys_data
|
||
2 | YT_DATA | Private | See coding | 20140724 | yt_data type standard table of ys_data
|
||
3 | Y_ROW_TYPE | Private | See coding | 20140724 | y_row_type(3) type c
|
Method Signatures
Method COLLAPSE_ALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_DATA | Call by reference | Type reference (TYPE) | YT_DATA | 20140728 |
Method COLLAPSE_ALL on class CL_FPM_AUNIT_TREE_COND_FORMAT has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_AUNIT_TREE_COND_FORMAT has no parameter.
Method CONSTRUCTOR on class CL_FPM_AUNIT_TREE_COND_FORMAT has no exception.
Method EXPAND_ALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_DATA | Call by reference | Type reference (TYPE) | YT_DATA | 20140728 |
Method EXPAND_ALL on class CL_FPM_AUNIT_TREE_COND_FORMAT has no exception.
Method GET_SEARCH_HELP_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_VALUES | Call by reference | Type reference (TYPE) | IF_FPM_GUIBB_TREE_FILTER=>YT_VALUE | 20140731 | |||
2 | ![]() |
IV_COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | 20140731 | |||
3 | ![]() |
IV_INCLUDE_INVISIBLE_CELLS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20140731 |
Method GET_SEARCH_HELP_VALUES on class CL_FPM_AUNIT_TREE_COND_FORMAT has no exception.
Method SET_EXPANDED_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_DATA | Call by reference | Type reference (TYPE) | YT_DATA | 20140728 | |||
2 | ![]() |
IV_IS_EXPANDED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140728 |
Method SET_EXPANDED_STATE on class CL_FPM_AUNIT_TREE_COND_FORMAT has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 740 |