SAP ABAP Class CL_FPM_TEST_GUIBB_LIST (guibb list test complete)
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 | 20100219 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20100219 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST_EXT | GUIBB List extended | 20100219 |
Properties
| Class | CL_FPM_TEST_GUIBB_LIST | |
| Short Description | guibb list test complete | |
| 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 | 20100219 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_TEST_GUIBB_LIST has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20100219 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20100219 | ||
| 3 | IF_FPM_GUIBB_LIST_EXT | GUIBB List extended | 20100219 |
Friends
Class CL_FPM_TEST_GUIBB_LIST 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 | 20100422 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | TY_LIST_TYPE | 20100219 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100219 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100219 |
Events
Class CL_FPM_TEST_GUIBB_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_LINE | Public | See coding | 20100219 | BEGIN OF ty_line,
group TYPE string,
textview1 TYPE string,
textview2 TYPE string,
input TYPE string,
image TYPE string,
ddlb TYPE char100,
checkbox TYPE boole_d,
url TYPE string,
action TYPE string,
button TYPE string,
sortcol TYPE i,
visi_ref TYPE boole_d,
ro_ref TYPE boole_d,
END OF ty_line
|
||
| 2 | TY_LIST_TYPE | Public | See coding | 20100219 | ty_list_type TYPE STANDARD TABLE OF ty_line WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_TEST_GUIBB_LIST has no parameter.
Method CONSTRUCTOR on class CL_FPM_TEST_GUIBB_LIST has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 730 |