SAP ABAP Class CL_FPM_DEMO_CVOM_UIBB_ASSIST (Assistance Class for FPM_DEMO_CVOM_UIBB)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_DEMO (Package) Floorplan Manager (Examples and Demo applications)

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20121122 |
Properties
Class | CL_FPM_DEMO_CVOM_UIBB_ASSIST | |
Short Description | Assistance Class for FPM_DEMO_CVOM_UIBB | |
Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | APB_FPM_DEMO | Floorplan Manager (Examples and Demo applications) |
Created | 20121113 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FPM_DEMO_CVOM_UIBB_ASSIST has no forward declaration.
Interfaces
Class CL_FPM_DEMO_CVOM_UIBB_ASSIST has no interface implemented.
Friends
Class CL_FPM_DEMO_CVOM_UIBB_ASSIST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM_DEMO_CHART_UIBB | Generic Chart UI Building Block | 20121122 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_LEGEND | 20121122 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_AXIS | 20121122 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_AXIS | 20121122 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_DATA | 20121122 | |||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20121122 | |||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20121122 | |||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20121122 | |||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20121122 | ||
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20121122 | |||
11 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20121122 | |||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FPM_DEMO_CHART_TYPE | Chart type | 20121122 | ||
13 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | CVOM Chart type | 20121122 | ||
14 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20121122 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20121122 | |
2 | ![]() |
Instance method | Public | Method | 20121122 | |
3 | ![]() |
Instance method | Public | Method | 20121122 | |
4 | ![]() |
Instance method | Public | Method | 20121122 |
Events
Class CL_FPM_DEMO_CVOM_UIBB_ASSIST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_DATA | Private | See coding | 20121122 | tt_data TYPE STANDARD TABLE OF ty_data
|
||
2 | TT_SELECTION | Private | See coding | 20121122 | tt_selection TYPE STANDARD TABLE OF i
|
||
3 | TY_AXIS | Private | See coding | 20121122 | BEGIN OF ty_axis,
visible TYPE abap_bool,
visible_str TYPE string,
grid_visible TYPE abap_bool,
grid_visible_str TYPE string,
title_visible TYPE abap_bool,
title_visible_str TYPE string,
title_text TYPE string,
END OF ty_axis
|
||
4 | TY_DATA | Private | See coding | 20121122 | BEGIN OF ty_data,
stream TYPE string,
label TYPE string,
END OF ty_data
|
||
5 | TY_LEGEND | Private | See coding | 20121122 | BEGIN OF ty_legend,
visible TYPE abap_bool,
visible_str TYPE string,
title_visible TYPE abap_bool,
title_visible_str TYPE string,
title_text TYPE string,
END OF ty_legend
|
Method Signatures
Method GET_DATA_STREAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_DATA | Value transfer | Type reference (TYPE) | STRING | 20121122 |
Method GET_DATA_STREAM on class CL_FPM_DEMO_CVOM_UIBB_ASSIST has no exception.
Method INIT 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 | 20121122 | ||
2 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20121122 |
Method INIT on class CL_FPM_DEMO_CVOM_UIBB_ASSIST has no exception.
Method PROCESS_BEFORE_OUTPUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20121122 | ||
2 | ![]() |
IT_INTERFACE_VIEWS | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20121122 |
Method PROCESS_BEFORE_OUTPUT on class CL_FPM_DEMO_CVOM_UIBB_ASSIST has no exception.
Method SET_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SELECTION | Call by reference | Type reference (TYPE) | STRING | 20121122 |
Method SET_SELECTION on class CL_FPM_DEMO_CVOM_UIBB_ASSIST has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |