SAP ABAP Class CL_FPM_TEST_MULTIPLE_ACITONS (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 | 20100507 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20100507 |
Properties
| Class | CL_FPM_TEST_MULTIPLE_ACITONS | |
| 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 | 20100507 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_TEST_MULTIPLE_ACITONS has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20100507 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20100507 |
Friends
Class CL_FPM_TEST_MULTIPLE_ACITONS 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 | 20100507 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | TY_LIST_TYPE | 20100507 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100507 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100507 |
Events
Class CL_FPM_TEST_MULTIPLE_ACITONS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_LINE | Public | See coding | 20100507 | BEGIN OF ty_line,
col1 TYPE string,
col2 TYPE string,
action1 TYPE string,
action2 TYPE string,
action3 TYPE string,
action1_visi_ref TYPE WDY_UIE_LIBRARY_ENUM_TYPE,
action2_visi_ref TYPE WDY_UIE_LIBRARY_ENUM_TYPE,
action3_visi_ref TYPE WDY_UIE_LIBRARY_ENUM_TYPE,
action1_enabled_ref TYPE boole_d,
action2_enabled_ref TYPE boole_d,
action3_enabled_ref TYPE boole_d,
END OF ty_line
|
||
| 2 | TY_LIST_TYPE | Public | See coding | 20100507 | ty_list_type TYPE STANDARD TABLE OF ty_line WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_TEST_MULTIPLE_ACITONS has no parameter.
Method CONSTRUCTOR on class CL_FPM_TEST_MULTIPLE_ACITONS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |