SAP ABAP Class CL_FPM_GUIBB_QV_THING_CONFIG (Config API for Quickview Thing)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_GUIBB (Package) Generic UI building blocks
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_QV_THING_CONFIG | Configuration Interface for Quickview Thing | 20120308 |
Properties
| Class | CL_FPM_GUIBB_QV_THING_CONFIG | |
| Short Description | Config API for Quickview Thing | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_GUIBB | Generic UI building blocks |
| Created | 20120308 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_GUIBB_QV_THING_CONFIG has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB_QV_THING_CONFIG | Configuration Interface for Quickview Thing | 20120308 |
Friends
Class CL_FPM_GUIBB_QV_THING_CONFIG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20120308 | |||||
| 2 | Constant | Private | See coding | 20120308 | |||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120308 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM_CFG_SERVICE_HANDLER | FPM Config Editor Service Handler | 20120308 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | YS_QUICKVIEW | 20120308 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120308 | |
| 2 | Instance method | Private | Method | 20120308 | ||
| 3 | Static method | Private | Method | 20120308 | ||
| 4 | Static method | Public | Method | Reads thing quickview configuration | 20120308 | |
| 5 | Instance method | Public | Method | Reset configuration data | 20120511 |
Events
Class CL_FPM_GUIBB_QV_THING_CONFIG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_QUICKVIEW | Public | See coding | 20120308 | BEGIN OF ys_quickview,
thing_type_text TYPE wdy_conf_transl_text,
image_static TYPE string,
image_dynamic TYPE name_komp,
title TYPE name_komp,
subtitle TYPE name_komp,
feeder TYPE seoclsname,
show_title_as_text TYPE wdy_boolean,
title_ref_field TYPE fpm_quickview_title,
title_from_feeder TYPE fpm_quickview_title_fr_feeder,
subtitle_ref_field TYPE fpm_quickview_subtitle,
subtitle_from_feeder TYPE fpm_quickview_title_fr_feeder,
image_ref_field TYPE fpm_quickview_image_ref_field,
image_from_feeder TYPE wdy_boolean,
title_lpd_appl_key TYPE fpm_s_lpd_appl_key,
aria_landmark TYPE fpm_aria_landmark,
attribute TYPE if_fpm_guibb_qv_thing_config=>yt_attribute,
parameter TYPE if_fpm_guibb_qv_thing_config=>yt_parameter,
END OF ys_quickview
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_QUICKVIEW_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Node Element | 20120308 | |||
| 2 | IO_SERVICE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_FPM_CFG_SERVICE_HANDLER | FPM Config Editor Service Handler | 20120308 | |||
| 3 | IO_TABLE_READER | Call by reference | Object reference (TYPE REF TO) | IF_WD_PERS_TABLE_READER | Reads the configuration data as a table | 20121127 |
Method CONSTRUCTOR on class CL_FPM_GUIBB_QV_THING_CONFIG has no exception.
Method GET_QUICKVIEW_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20120308 |
Method GET_QUICKVIEW_ELEMENT on class CL_FPM_GUIBB_QV_THING_CONFIG has no exception.
Method READ_BY_CONFIGURATION_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_QUICKVIEW_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120308 | |||
| 2 | RS_DATA | Value transfer | Type reference (TYPE) | YS_QUICKVIEW | 20120308 |
Method READ_BY_CONFIGURATION_CONTEXT on class CL_FPM_GUIBB_QV_THING_CONFIG has no exception.
Method READ_BY_PERS_TABLE_READER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TABLE_READER | Call by reference | Object reference (TYPE REF TO) | IF_FPM_TABLE_READER | FPM Table Reader Interface | 20121127 | |||
| 2 | RS_DATA | Value transfer | Type reference (TYPE) | CL_FPM_GUIBB_QV_THING_CONFIG=>YS_QUICKVIEW | 20120308 |
Method READ_BY_PERS_TABLE_READER on class CL_FPM_GUIBB_QV_THING_CONFIG has no exception.
Method RESET_CONFIGURATION_DATA Signature
Method RESET_CONFIGURATION_DATA on class CL_FPM_GUIBB_QV_THING_CONFIG has no parameter.
Method RESET_CONFIGURATION_DATA on class CL_FPM_GUIBB_QV_THING_CONFIG has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 732 |