SAP ABAP Class CL_FPM_AUNIT_LIST_COND_FORMAT (Unit Test class for conditional formatting in List GUIBB ATS)
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 | 20140708 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20140708 |
Properties
| Class | CL_FPM_AUNIT_LIST_COND_FORMAT | |
| Short Description | Unit Test class for conditional formatting in List GUIBB ATS | |
| 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 | 20140708 | SAP |
| Last change | 20141121 | |
| 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 | 20140708 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20140708 |
Friends
Class CL_FPM_AUNIT_LIST_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 | 20140708 | |||||
| 2 | Constant | Private | See coding | 20140722 | |||||
| 3 | Instance attribute | Private | Type reference (TYPE) | YT_PRODUCT | 20140708 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20140708 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Creates the field descriptions | 20140708 | |
| 2 | Instance method | Private | Method | Populates the table bound to the list | 20140708 |
Events
Class CL_FPM_AUNIT_LIST_COND_FORMAT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_PRODUCT | Private | See coding | 20140708 | begin of ys_product,
id type y_id,
producer type string,
name type string,
price type y_price,
currency type y_currency,
in_stock type abap_bool,
trend_icon type string,
end of ys_product
|
||
| 2 | YT_PRODUCT | Private | See coding | 20140708 | yt_product type standard table of ys_product with key id
|
||
| 3 | Y_CURRENCY | Private | See coding | 20140708 | y_currency(3) type c
|
||
| 4 | Y_ID | Private | See coding | 20140708 | y_id(5) type n
|
||
| 5 | Y_PRICE | Private | See coding | 20140708 | y_price type p length 8 decimals 2
|
Method Signatures
Method CREATE_FIELD_DESCRIPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELD_DESCR | Call by reference | Type reference (TYPE) | FPMGB_T_LISTFIELD_DESCR | 20140708 |
Method CREATE_FIELD_DESCRIPTIONS on class CL_FPM_AUNIT_LIST_COND_FORMAT has no exception.
Method POPULATE_LIST Signature
Method POPULATE_LIST on class CL_FPM_AUNIT_LIST_COND_FORMAT has no parameter.
Method POPULATE_LIST on class CL_FPM_AUNIT_LIST_COND_FORMAT has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |