SAP ABAP Class CL_FPM_CFG_BO_ACT_LIST_FEEDER (Feeder class for List GUIBB for the BO ACT)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_CONF (Package) FPM: Configuration Editor
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_CFG_BO_ACT_BASE | Base class for the BO ACT | 20110609 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20100825 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20100825 |
Properties
| Class | CL_FPM_CFG_BO_ACT_LIST_FEEDER | |
| Short Description | Feeder class for List GUIBB for the BO ACT | |
| Super Class | CL_FPM_CFG_BO_ACT_BASE | Base class for the BO ACT |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_CONF | FPM: Configuration Editor |
| Created | 20100825 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_CFG_BO_ACT_LIST_FEEDER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20100825 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20100825 |
Friends
Class CL_FPM_CFG_BO_ACT_LIST_FEEDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'FPM_ACT_SET_FLOORPLAN' | Set flooplan | 20110426 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'WD_CONFIGURATION_DETAILS' | Configuration Details | 20100908 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'SELECTED_FLOORPLAN' | Selected floorplan | 20100908 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'FPM_CFG_FLOORPLAN' | Floorplan | 20100908 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'FPM_EVT_SELECT_FLOORPLAN' | Event for selected floorplan | 20100908 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'WD_CONFIGURATION_DESC' | Configuration Description | 20100908 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'WD_CONFIGURATION_ID' | Configuration ID | 20100908 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'CONFIG_TITLE' | Configuration Title | 20110621 | ||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'HEADER_CONFIG_RO' | Field config read only | 20100908 | ||
| 10 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FPM_PARAMETER | Property Bag | 20110426 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100826 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20100825 | ||
| 2 | Instance method | Private | Method | 20100825 |
Events
Class CL_FPM_CFG_BO_ACT_LIST_FEEDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CONFIG_DETAILS | Public | See coding | 20100825 | BEGIN OF ty_s_config_details.
INCLUDE TYPE cl_fpm_cfg_bo_act_service_util=>ty_wd_conf_details.
TYPES : config_title TYPE fpm_text,
header_config_ro TYPE boole_d,
END OF ty_s_config_details
|
||
| 2 | TY_T_CONFIG_DETAILS | Public | See coding | 20100825 | ty_t_config_details TYPE STANDARD TABLE OF ty_s_config_details
|
Method Signatures
Method FILL_INITIAL_CONFIG_VALUES Signature
Method FILL_INITIAL_CONFIG_VALUES on class CL_FPM_CFG_BO_ACT_LIST_FEEDER has no parameter.
Method FILL_INITIAL_CONFIG_VALUES on class CL_FPM_CFG_BO_ACT_LIST_FEEDER has no exception.
Method PROPOSE_CONFIG_NAMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ONLY_INITIAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Only overwrite initial values | 20130208 |
Method PROPOSE_CONFIG_NAMES on class CL_FPM_CFG_BO_ACT_LIST_FEEDER has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 703 |