SAP ABAP Class CL_FPM_QV_IMAGE_ASSIST (Assistance Class for FPM_QUICKVIEW_IMAGE)
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 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_QV_ASSIST | Assistance Class for FPM Quickviews | 20140109 |
Properties
Class | CL_FPM_QV_IMAGE_ASSIST | |
Short Description | Assistance Class for FPM_QUICKVIEW_IMAGE | |
Super Class | CL_FPM_QV_ASSIST | Assistance Class for FPM Quickviews |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | APB_FPM_GUIBB | Generic UI building blocks |
Created | 20140109 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_FPM_QV_IMAGE_ASSIST has no interface implemented.
Friends
Class CL_FPM_QV_IMAGE_ASSIST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | See coding | 20140109 | ||||
2 | ![]() |
Constant | Private | See coding | 20140109 | ||||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YS_QUICKVIEW | 20140109 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YS_FEEDER | 20140109 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Create field catalog | 20140109 |
2 | ![]() |
Instance method | Public | Method | Get data | 20140109 |
3 | ![]() |
Instance method | Public | Method | Initialize feeder | 20140109 |
4 | ![]() |
Instance method | Private | Method | Read configuration data from context | 20140109 |
5 | ![]() |
Instance method | Private | Method | Read configuration data with table reader interface | 20140109 |
6 | ![]() |
Instance method | Private | Method | Read configuration data | 20140109 |
Events
Class CL_FPM_QV_IMAGE_ASSIST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_FEEDER | Private | See coding | 20140109 | BEGIN OF ys_feeder,
name TYPE seoclsname,
feeder TYPE REF TO if_fpm_guibb_qv_image,
END OF ys_feeder
|
||
2 | YS_PARAMETER | Private | See coding | 20140109 | BEGIN OF ys_parameter,
name TYPE fpmgb_parameter_name,
value TYPE fpmgb_parameter_value,
END OF ys_parameter
|
||
3 | YS_QUICKVIEW | Private | See coding | 20140109 | BEGIN OF ys_quickview,
feeder TYPE seoclsname,
aria_landmark TYPE fpm_aria_landmark,
settings TYPE cl_fpm_qv_image_assist=>ys_settings,
parameter TYPE cl_fpm_qv_image_assist=>yt_parameter,
END OF ys_quickview
|
||
4 | YS_SETTINGS | Private | See coding | 20140109 | BEGIN OF ys_settings,
height TYPE fpmgb_ui_element_height,
width TYPE fpmgb_ui_element_width,
END OF ys_settings
|
||
5 | YT_PARAMETER | Private | See coding | 20140109 | yt_parameter TYPE STANDARD TABLE OF ys_parameter WITH KEY name
|
Method Signatures
Method CREATE_FIELD_CATALOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_FIELD_CATALOG | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20140109 |
Method CREATE_FIELD_CATALOG on class CL_FPM_QV_IMAGE_ASSIST has no exception.
Method GET_DATA Signature
Method GET_DATA on class CL_FPM_QV_IMAGE_ASSIST has no parameter.
Method GET_DATA on class CL_FPM_QV_IMAGE_ASSIST has no exception.
Method INIT_FEEDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_MESSAGE | Call by reference | Type reference (TYPE) | FPMGB_S_T100_MESSAGE | FPMGB T100 messages | 20140109 | ||
2 | ![]() |
EV_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20140109 |
Method INIT_FEEDER on class CL_FPM_QV_IMAGE_ASSIST 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 | 20140109 | ||
2 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | YS_QUICKVIEW | 20140109 |
Method READ_BY_CONFIGURATION_CONTEXT on class CL_FPM_QV_IMAGE_ASSIST 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 | 20140109 | ||
2 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | YS_QUICKVIEW | 20140109 |
Method READ_BY_PERS_TABLE_READER on class CL_FPM_QV_IMAGE_ASSIST has no exception.
Method READ_CONFIGURATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20140109 |
Method READ_CONFIGURATION on class CL_FPM_QV_IMAGE_ASSIST has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 740 |