Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_GUIBB_ASSIST | GUIBB Assistence Base Class | 20130109 |
Properties
Class | CL_FPM_CHART_UIBB_ASSIST | |
Short Description | Assistance Class for FPM_CHART_UIBB | |
Super Class | CL_FPM_GUIBB_ASSIST | GUIBB Assistence Base 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 | 20130109 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FPM_CHART_UIBB_ASSIST has no interface implemented.
Friends
Class CL_FPM_CHART_UIBB_ASSIST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | 20140221 | ||||
2 | ![]() |
Constant | Public | See coding | 20130215 | ||||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_CHART_SETTINGS | Chart Settings Runtime API | 20130301 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_GUIBB_CHART_CONFIG | Chart Configuration | 20130724 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20130123 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_WINDOW | 20130626 | |||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_CHART_MODEL_FACTORY | Chart Model Factory | 20130118 | ||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_PERSONALIZATION | Web Dynpro Personalization Interface | 20130218 | ||
9 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Data chart table in external representation | 20140205 | ||
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | List of scroll values after drilldown | 20130320 | ||
11 | ![]() |
Instance attribute | Private | See coding | 20140109 | ||||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YS_CHART | 20130121 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YS_FEEDER | 20130121 | |||
14 | ![]() |
Instance attribute | Private | See coding | 20131125 | ||||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_FPM_CHART_JSON_GENERATOR=>YT_DIMENSION_VALUES | 20130205 | |||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_DRILLDOWN | 20130315 | |||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT4 | Natural number | 20130131 | ||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20130131 | |||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | NAME_KOMP | Component name | 20130315 | ||
20 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130724 | |||
21 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | UIBB is maximized in OVP | 20131017 | ||
22 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20130219 |
Methods
Events
Class CL_FPM_CHART_UIBB_ASSIST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_ANIMATION | Public | See coding | 20130208 | BEGIN OF ys_animation,
dataloading TYPE fpmgb_chart_boolean,
dataupdating TYPE fpmgb_chart_boolean,
resizing TYPE fpmgb_chart_boolean,
END OF ys_animation
|
||
2 | YS_AUTOBINNING | Public | See coding | 20140807 | BEGIN OF ys_autobinning,
enable TYPE fpmgb_chart_boolean,
bin_number type i,
END OF ys_autobinning
|
||
3 | YS_AXISTOOLTIP | Public | See coding | 20130208 | BEGIN OF ys_axistooltip,
formatstring TYPE string,
visible TYPE fpmgb_chart_boolean,
END OF ys_axistooltip
|
||
4 | YS_BACKGROUND | Public | See coding | 20130128 | BEGIN OF ys_background,
visible TYPE fpmgb_chart_visibility,
drawingeffect TYPE fpmgb_chart_drawing_effect,
direction TYPE fpmgb_chart_gradient_direction,
border TYPE ys_border,
color TYPE fpmgb_chart_color,
END OF ys_background
|
||
5 | YS_BORDER | Public | See coding | 20130128 | BEGIN OF ys_border,
visible_right TYPE fpmgb_chart_visibility,
visible_left TYPE fpmgb_chart_visibility,
visible_top TYPE fpmgb_chart_visibility,
visible_bottom TYPE fpmgb_chart_visibility,
END OF ys_border
|
||
6 | YS_BUTTON_ACTION | Public | See coding | 20130207 | BEGIN OF ys_button_action,
event_id TYPE fpm_event_id,
text TYPE fpm_text,
index TYPE fpm_index,
event_parameters TYPE string,
element_id TYPE fpm_element_id,
action_type TYPE fpm_action_type,
has_separator TYPE fpm_add_separator,
END OF ys_button_action
|
||
7 | YS_BUTTON_ROW | Public | See coding | 20130207 | BEGIN OF ys_button_row,
button_row_element TYPE yt_button_row_element,
END OF ys_button_row
|
||
8 | YS_BUTTON_ROW_ELEMENT | Public | See coding | 20130207 | BEGIN OF ys_button_row_element,
display_type TYPE fpmgb_display_type,
element_id TYPE fpm_element_id,
index TYPE fpm_index,
text TYPE fpm_text,
tooltip TYPE fpm_tooltip,
special_properties TYPE string,
explanation_text TYPE fpm_explanation,
button_action TYPE yt_button_action,
END OF ys_button_row_element
|
||
9 | YS_CHART | Public | See coding | 20130207 | BEGIN OF ys_chart,
feeder TYPE fpmgb_feeder_class,
button_row TYPE ys_button_row,
element TYPE yt_element,
parameter TYPE yt_parameter,
settings TYPE ys_settings,
END OF ys_chart
|
||
10 | YS_CONTEXT | Public | See coding | 20130207 | BEGIN OF ys_context,
chart TYPE ys_chart,
END OF ys_context
|
||
11 | YS_CONTEXT_NODE | Private | See coding | 20130121 | BEGIN OF ys_context_node,
parent TYPE string,
name TYPE string,
multiple TYPE wdy_boolean,
END OF ys_context_node
|
||
12 | YS_DATALABEL | Public | See coding | 20130212 | BEGIN OF ys_datalabel,
formatstring TYPE string,
position TYPE fpmgb_chart_position,
visible TYPE fpmgb_chart_visibility,
END OF ys_datalabel
|
||
13 | YS_DATASHAPE | Public | See coding | 20130208 | BEGIN OF ys_datashape,
primaryaxis TYPE string,
secondaxis TYPE string,
END OF ys_datashape
|
||
14 | YS_DATATRANSFORM | Public | See coding | 20140807 | BEGIN OF ys_datatransform,
autobinning TYPE ys_autobinning,
END OF ys_datatransform
|
||
15 | YS_DISPLAYED_VALUE | Public | See coding | 20130207 | BEGIN OF ys_displayed_value,
key TYPE fpmgb_chart_value_key,
element_id TYPE fpm_element_id,
END OF ys_displayed_value
|
||
16 | YS_DRILLDOWN | Public | See coding | 20130315 | BEGIN OF ys_drilldown,
replaced_field TYPE name_komp,
drilldown_field TYPE name_komp,
filter_value TYPE REF TO data,
parent_elements TYPE yt_element,
END OF ys_drilldown
|
||
17 | YS_ELEMENT | Public | See coding | 20130207 | BEGIN OF ys_element,
name TYPE name_komp,
data_type TYPE fpmgb_chart_data_type,
text TYPE fpm_text,
element_id TYPE fpm_element_id,
index TYPE fpm_index,
axis_index TYPE fpmgb_axis_index,
displayed_value TYPE yt_displayed_value,
END OF ys_element
|
||
18 | YS_FEEDER | Private | See coding | 20130121 | BEGIN OF ys_feeder,
name TYPE seoclsname,
feeder TYPE REF TO if_fpm_guibb_chart,
is_extended TYPE boole_d,
is_model TYPE boole_d,
is_enhancement_access TYPE boole_d,
END OF ys_feeder
|
||
19 | YS_GENERAL | Public | See coding | 20130506 | BEGIN OF ys_general,
layout TYPE ys_layout,
END OF ys_general
|
||
20 | YS_HOVERLINE | Public | See coding | 20130218 | BEGIN OF ys_hoverline,
visible TYPE fpmgb_chart_visibility,
END OF ys_hoverline
|
||
21 | YS_LAYOUT | Public | See coding | 20130506 | BEGIN OF ys_layout,
padding TYPE int4,
paddingbottom TYPE int4,
paddingleft TYPE int4,
paddingright TYPE int4,
paddingtop TYPE int4,
END OF ys_layout
|
||
22 | YS_LEGEND | Public | See coding | 20130121 | BEGIN OF ys_legend,
visible TYPE fpmgb_chart_visibility,
ishierarchical TYPE fpmgb_chart_legend_hierarchy,
drawingeffect TYPE fpmgb_chart_drawing_effect,
formatstring TYPE string,
position TYPE string,
legend_title TYPE ys_legend_title,
isscrollable TYPE fpmgb_chart_boolean,
END OF ys_legend
|
||
23 | YS_LEGENDGROUP | Public | See coding | 20130506 | BEGIN OF ys_legendgroup,
legendgroup_layout TYPE ys_legendgroup_layout,
END OF ys_legendgroup
|
||
24 | YS_LEGENDGROUP_LAYOUT | Public | See coding | 20130506 | BEGIN OF ys_legendgroup_layout,
position TYPE string,
END OF ys_legendgroup_layout
|
||
25 | YS_LEGEND_TITLE | Public | See coding | 20130128 | BEGIN OF ys_legend_title,
text TYPE fpm_text,
visible TYPE fpmgb_chart_visibility,
END OF ys_legend_title
|
||
26 | YS_MARKER | Public | See coding | 20130208 | BEGIN OF ys_marker,
shape TYPE string,
size TYPE int4,
visible TYPE fpmgb_chart_visibility,
END OF ys_marker
|
||
27 | YS_NO_DATA | Public | See coding | 20130829 | BEGIN OF ys_no_data,
text TYPE fpm_no_data_text,
show_default_text TYPE fpm_show_no_data_default_text,
END OF ys_no_data
|
||
28 | YS_PARAMETER | Public | See coding | 20130207 | BEGIN OF ys_parameter,
name TYPE fpmgb_parameter_name,
value TYPE fpmgb_parameter_value,
END OF ys_parameter
|
||
29 | YS_PLOTAREA | Public | See coding | 20130208 | BEGIN OF ys_plotarea,
bar_isroundcorner TYPE fpmgb_chart_boolean,
hoverline_visible TYPE fpmgb_chart_visibility,
colorpalette TYPE string,
endcolor TYPE fpmgb_chart_color,
isdonut TYPE fpmgb_chart_boolean,
isroundcorner TYPE fpmgb_chart_boolean,
isshowtotal TYPE fpmgb_chart_boolean,
markersize TYPE fpmgb_chart_marker_size,
mode TYPE fpmgb_chart_plotarea_mode,
primaryvaluescolorpalette TYPE string,
secondaryvaluescolorpalette TYPE string,
shapepalette TYPE string,
startcolor TYPE fpmgb_chart_color,
width TYPE i,
drawingeffect TYPE fpmgb_chart_drawing_effect,
bargap TYPE int4,
initialvalue TYPE int4,
animation TYPE ys_animation,
axistooltip TYPE ys_axistooltip,
datashape TYPE ys_datashape,
hoverline TYPE ys_hoverline,
marker TYPE ys_marker,
plotarea_border TYPE ys_plotarea_border,
plotarea_layout TYPE ys_plotarea_layout,
plotarea_line TYPE ys_plotarea_line,
plotarea_tooltip TYPE ys_plotarea_tooltip,
polaraxis TYPE ys_polaraxis,
polargrid TYPE ys_polargrid,
subtotal TYPE ys_subtotal,
surface TYPE ys_surface,
valueaxis TYPE ys_valueaxis,
END OF ys_plotarea
|
||
30 | YS_PLOTAREA_BORDER | Public | See coding | 20130906 | BEGIN OF ys_plotarea_border,
visible TYPE fpmgb_chart_visibility,
END OF ys_plotarea_border
|
||
31 | YS_PLOTAREA_LAYOUT | Public | See coding | 20130506 | BEGIN OF ys_plotarea_layout,
mode TYPE fpmgb_chart_tagcloud_layout,
textdirection TYPE string,
END OF ys_plotarea_layout
|
||
32 | YS_PLOTAREA_LINE | Public | See coding | 20130208 | BEGIN OF ys_plotarea_line,
marker_shape TYPE string,
marker_size TYPE int4,
marker_visible TYPE fpmgb_chart_visibility,
width TYPE int4,
END OF ys_plotarea_line
|
||
33 | YS_PLOTAREA_TOOLTIP | Public | See coding | 20130208 | BEGIN OF ys_plotarea_tooltip,
formatstring TYPE string,
percentageformat TYPE string,
valueformat TYPE string,
visible TYPE fpmgb_chart_visibility,
enabled TYPE fpmgb_chart_boolean,
END OF ys_plotarea_tooltip
|
||
34 | YS_POLARAXIS | Public | See coding | 20130211 | BEGIN OF ys_polaraxis,
title_text TYPE fpm_text,
title_visible TYPE fpmgb_chart_visibility,
END OF ys_polaraxis
|
||
35 | YS_POLARGRID | Public | See coding | 20130211 | BEGIN OF ys_polargrid,
color TYPE fpmgb_chart_color,
visible TYPE fpmgb_chart_boolean,
END OF ys_polargrid
|
||
36 | YS_SETTINGS | Public | See coding | 20130121 | BEGIN OF ys_settings,
selection_mode TYPE y_select_mode_internal,
type TYPE fpmgb_chart_type,
personalization_enabled TYPE fpmgb_allow_pers_chart,
background TYPE ys_background,
datalabel TYPE ys_datalabel,
general TYPE ys_general,
legend TYPE ys_legend,
legendgroup TYPE ys_legendgroup,
plotarea TYPE ys_plotarea,
title TYPE ys_title,
tooltip TYPE ys_tooltip,
xaxis TYPE ys_xaxis,
xaxis2 TYPE ys_xaxis2,
xyzcontainer TYPE ys_xyzcontainer,
yaxis TYPE ys_yaxis,
yaxis2 TYPE ys_yaxis2,
zaxis TYPE ys_zaxis,
height TYPE fpmgb_ui_element_height,
width TYPE fpmgb_ui_element_width,
no_data TYPE ys_no_data,
aria_landmark TYPE fpm_aria_landmark,
has_max_min_button TYPE fpm_has_max_min_button,
access_descr TYPE wdy_conf_transl_text,
datatransform type ys_datatransform,
END OF ys_settings
|
||
37 | YS_SUBTOTAL | Public | See coding | 20130506 | BEGIN OF ys_subtotal,
visible TYPE fpmgb_chart_visibility,
issubgrouptotal TYPE fpmgb_chart_boolean,
END OF ys_subtotal
|
||
38 | YS_SURFACE | Public | See coding | 20130211 | BEGIN OF ys_surface,
fill_transparency TYPE fpmgb_chart_transparency,
fill_visible TYPE fpmgb_chart_visibility,
END OF ys_surface
|
||
39 | YS_TITLE | Public | See coding | 20130128 | BEGIN OF ys_title,
alignment TYPE fpmgb_chart_title_alignment,
text TYPE fpm_text,
visible TYPE fpmgb_chart_visibility,
title_layout TYPE ys_title_layout,
END OF ys_title
|
||
40 | YS_TITLE_LAYOUT | Public | See coding | 20130506 | BEGIN OF ys_title_layout,
position TYPE string,
priority TYPE i,
END OF ys_title_layout
|
||
41 | YS_TOOLBAR | Private | See coding | 20130321 | BEGIN OF ys_toolbar,
visible TYPE wdui_visibility,
visible_bc_items TYPE wdy_boolean,
enabled TYPE wdy_boolean,
text TYPE string,
tooltip TYPE string,
imagesrc TYPE string,
toggle_state TYPE wdy_boolean,
END OF ys_toolbar
|
||
42 | YS_TOOLTIP | Public | See coding | 20130128 | BEGIN OF ys_tooltip,
visible TYPE fpmgb_chart_visibility,
drawingeffect TYPE fpmgb_chart_drawing_effect,
formatstring TYPE fpmgb_chart_format_string,
END OF ys_tooltip
|
||
43 | YS_VALUEAXIS | Public | See coding | 20130211 | BEGIN OF ys_valueaxis,
label_formatstring TYPE string,
title_text TYPE fpm_text,
title_visible TYPE fpmgb_chart_visibility,
visible TYPE fpmgb_chart_visibility,
END OF ys_valueaxis
|
||
44 | YS_XAXIS | Public | See coding | 20130211 | BEGIN OF ys_xaxis,
linesize TYPE fpmgb_chart_linesize,
color TYPE fpmgb_chart_color,
visible TYPE fpmgb_chart_visibility,
xaxis_gridline TYPE ys_xaxis_gridline,
xaxis_label TYPE ys_xaxis_label,
xaxis_line TYPE ys_xaxis_line,
xaxis_title TYPE ys_xaxis_title,
END OF ys_xaxis
|
||
45 | YS_XAXIS2 | Public | See coding | 20130211 | BEGIN OF ys_xaxis2,
linesize TYPE fpmgb_chart_linesize,
color TYPE fpmgb_chart_color,
visible TYPE fpmgb_chart_visibility,
xaxis2_gridline TYPE ys_xaxis2_gridline,
xaxis2_label TYPE ys_xaxis2_label,
xaxis2_line TYPE ys_xaxis2_line,
xaxis2_title TYPE ys_xaxis2_title,
END OF ys_xaxis2
|
||
46 | YS_XAXIS2_GRIDLINE | Public | See coding | 20130211 | BEGIN OF ys_xaxis2_gridline,
visible TYPE fpmgb_chart_visibility,
type TYPE fpmgb_chart_line_type,
color TYPE fpmgb_chart_color,
size TYPE fpmgb_chart_linesize,
END OF ys_xaxis2_gridline
|
||
47 | YS_XAXIS2_LABEL | Public | See coding | 20130211 | BEGIN OF ys_xaxis2_label,
visible TYPE fpmgb_chart_visibility,
formatstring TYPE string,
numberformat TYPE string,
END OF ys_xaxis2_label
|
||
48 | YS_XAXIS2_LINE | Public | See coding | 20130211 | BEGIN OF ys_xaxis2_line,
visible TYPE fpmgb_chart_visibility,
END OF ys_xaxis2_line
|
||
49 | YS_XAXIS2_TITLE | Public | See coding | 20130211 | BEGIN OF ys_xaxis2_title,
text TYPE fpm_text,
visible TYPE fpmgb_chart_visibility,
applyaxislinecolor TYPE fpmgb_chart_boolean,
END OF ys_xaxis2_title
|
||
50 | YS_XAXIS_GRIDLINE | Public | See coding | 20130211 | BEGIN OF ys_xaxis_gridline,
visible TYPE fpmgb_chart_visibility,
type TYPE fpmgb_chart_line_type,
color TYPE fpmgb_chart_color,
size TYPE fpmgb_chart_linesize,
END OF ys_xaxis_gridline
|
||
51 | YS_XAXIS_LABEL | Public | See coding | 20130211 | BEGIN OF ys_xaxis_label,
visible TYPE fpmgb_chart_visibility,
formatstring TYPE string,
numberformat TYPE string,
END OF ys_xaxis_label
|
||
52 | YS_XAXIS_LINE | Public | See coding | 20130211 | BEGIN OF ys_xaxis_line,
visible TYPE fpmgb_chart_visibility,
END OF ys_xaxis_line
|
||
53 | YS_XAXIS_TITLE | Public | See coding | 20130211 | BEGIN OF ys_xaxis_title,
text TYPE fpm_text,
visible TYPE fpmgb_chart_visibility,
applyaxislinecolor TYPE fpmgb_chart_boolean,
END OF ys_xaxis_title
|
||
54 | YS_XYZCONTAINER | Public | See coding | 20130212 | BEGIN OF ys_xyzcontainer,
xangle TYPE i,
yangle TYPE i,
END OF ys_xyzcontainer
|
||
55 | YS_YAXIS | Public | See coding | 20130211 | BEGIN OF ys_yaxis,
linesize TYPE fpmgb_chart_linesize,
color TYPE fpmgb_chart_color,
visible TYPE fpmgb_chart_visibility,
yaxis_gridline TYPE ys_yaxis_gridline,
yaxis_label TYPE ys_yaxis_label,
yaxis_line TYPE ys_yaxis_line,
yaxis_title TYPE ys_yaxis_title,
END OF ys_yaxis
|
||
56 | YS_YAXIS2 | Public | See coding | 20130211 | BEGIN OF ys_yaxis2,
linesize TYPE fpmgb_chart_linesize,
color TYPE fpmgb_chart_color,
visible TYPE fpmgb_chart_visibility,
yaxis2_gridline TYPE ys_yaxis2_gridline,
yaxis2_label TYPE ys_yaxis2_label,
yaxis2_line TYPE ys_yaxis2_line,
yaxis2_title TYPE ys_yaxis2_title,
END OF ys_yaxis2
|
||
57 | YS_YAXIS2_GRIDLINE | Public | See coding | 20130211 | BEGIN OF ys_yaxis2_gridline,
visible TYPE fpmgb_chart_visibility,
type TYPE fpmgb_chart_line_type,
color TYPE fpmgb_chart_color,
size TYPE fpmgb_chart_linesize,
END OF ys_yaxis2_gridline
|
||
58 | YS_YAXIS2_LABEL | Public | See coding | 20130211 | BEGIN OF ys_yaxis2_label,
visible TYPE fpmgb_chart_visibility,
formatstring TYPE string,
numberformat TYPE string,
END OF ys_yaxis2_label
|
||
59 | YS_YAXIS2_LINE | Public | See coding | 20130218 | BEGIN OF ys_yaxis2_line,
visible TYPE fpmgb_chart_visibility,
END OF ys_yaxis2_line
|
||
60 | YS_YAXIS2_TITLE | Public | See coding | 20130211 | BEGIN OF ys_yaxis2_title,
text TYPE fpm_text,
visible TYPE fpmgb_chart_visibility,
applyaxislinecolor TYPE fpmgb_chart_boolean,
END OF ys_yaxis2_title
|
||
61 | YS_YAXIS_GRIDLINE | Public | See coding | 20130211 | BEGIN OF ys_yaxis_gridline,
visible TYPE fpmgb_chart_visibility,
type TYPE fpmgb_chart_line_type,
color TYPE fpmgb_chart_color,
size TYPE fpmgb_chart_linesize,
END OF ys_yaxis_gridline
|
||
62 | YS_YAXIS_LABEL | Public | See coding | 20130211 | BEGIN OF ys_yaxis_label,
visible TYPE fpmgb_chart_visibility,
formatstring TYPE string,
numberformat TYPE string,
END OF ys_yaxis_label
|
||
63 | YS_YAXIS_LINE | Public | See coding | 20130211 | BEGIN OF ys_yaxis_line,
visible TYPE fpmgb_chart_visibility,
END OF ys_yaxis_line
|
||
64 | YS_YAXIS_TITLE | Public | See coding | 20130211 | BEGIN OF ys_yaxis_title,
text TYPE fpm_text,
visible TYPE fpmgb_chart_visibility,
applyaxislinecolor TYPE fpmgb_chart_boolean,
END OF ys_yaxis_title
|
||
65 | YS_ZAXIS | Public | See coding | 20130211 | BEGIN OF ys_zaxis,
linesize TYPE fpmgb_chart_linesize,
color TYPE fpmgb_chart_color,
visible TYPE fpmgb_chart_visibility,
zaxis_gridline TYPE ys_zaxis_gridline,
zaxis_label TYPE ys_zaxis_label,
zaxis_line TYPE ys_zaxis_line,
zaxis_title TYPE ys_zaxis_title,
END OF ys_zaxis
|
||
66 | YS_ZAXIS_GRIDLINE | Public | See coding | 20130211 | BEGIN OF ys_zaxis_gridline,
visible TYPE fpmgb_chart_visibility,
type TYPE fpmgb_chart_line_type,
color TYPE fpmgb_chart_color,
size TYPE fpmgb_chart_linesize,
END OF ys_zaxis_gridline
|
||
67 | YS_ZAXIS_LABEL | Public | See coding | 20130211 | BEGIN OF ys_zaxis_label,
visible TYPE fpmgb_chart_visibility,
formatstring TYPE string,
numberformat TYPE string,
END OF ys_zaxis_label
|
||
68 | YS_ZAXIS_LINE | Public | See coding | 20130218 | BEGIN OF ys_zaxis_line,
visible TYPE fpmgb_chart_visibility,
END OF ys_zaxis_line
|
||
69 | YS_ZAXIS_TITLE | Public | See coding | 20130211 | BEGIN OF ys_zaxis_title,
text TYPE fpm_text,
visible TYPE fpmgb_chart_visibility,
END OF ys_zaxis_title
|
||
70 | YT_BUTTON_ACTION | Public | See coding | 20130207 | yt_button_action TYPE STANDARD TABLE OF ys_button_action WITH KEY element_id
|
||
71 | YT_BUTTON_ROW_ELEMENT | Public | See coding | 20130207 | yt_button_row_element TYPE STANDARD TABLE OF ys_button_row_element WITH KEY element_id
|
||
72 | YT_CONTEXT_NODE | Private | See coding | 20130121 | yt_context_node TYPE STANDARD TABLE OF ys_context_node WITH KEY name
|
||
73 | YT_DISPLAYED_VALUE | Public | See coding | 20130207 | yt_displayed_value TYPE STANDARD TABLE OF ys_displayed_value WITH KEY element_id
|
||
74 | YT_DRILLDOWN | Public | See coding | 20130315 | yt_drilldown TYPE STANDARD TABLE OF ys_drilldown
|
||
75 | YT_ELEMENT | Public | See coding | 20130207 | yt_element TYPE STANDARD TABLE OF ys_element WITH KEY element_id
|
||
76 | YT_PARAMETER | Public | See coding | 20130207 | yt_parameter TYPE STANDARD TABLE OF ys_parameter WITH KEY name
|
||
77 | Y_SELECT_MODE_INTERNAL | Public | See coding | 20140804 | y_select_mode_internal(12) TYPE c
|
Method Signatures
Method ADD_CONTEXT_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_NODE | Call by reference | Type reference (TYPE) | YT_CONTEXT_NODE | 20130121 | |||
2 | ![]() |
IO_RTTI | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20130121 | ||
3 | ![]() |
IV_PARENT_ID | Call by reference | Type reference (TYPE) | STRING | 20130121 |
Method ADD_CONTEXT_NODES on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method ADJUST_ACTION_CONTEXT Signature
Method ADJUST_ACTION_CONTEXT on class CL_FPM_CHART_UIBB_ASSIST has no parameter.
Method ADJUST_ACTION_CONTEXT on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_CHART_UIBB_ASSIST has no parameter.
Method CONSTRUCTOR on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method DISPATCH_AFTER_FAILED_EVENT 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 | 20130204 | ||
2 | ![]() |
IV_REVERT | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20130204 |
Method DISPATCH_AFTER_FAILED_EVENT on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method DISPATCH_DRILLDOWN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_WDEVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20130628 |
Method DISPATCH_DRILLDOWN on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method DISPATCH_FLUSH Signature
Method DISPATCH_FLUSH on class CL_FPM_CHART_UIBB_ASSIST has no parameter.
Method DISPATCH_FLUSH on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method DISPATCH_NEEDS_CONFIRMATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_CONF_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_CONFIRMATION_REQUEST | Requests an end-user confirmation (e.g. data loss warning) | 20130204 | ||
2 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20130204 |
Method DISPATCH_NEEDS_CONFIRMATION on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method DISPATCH_ONSELECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_WDEVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20130129 |
Method DISPATCH_ONSELECT on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method DISPATCH_ONSELECT_ACC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | Application-Defined Event | 20130418 |
Method DISPATCH_ONSELECT_ACC on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method DISPATCH_ONSELECT_STANDARD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | Application-Defined Event | 20130206 | ||
2 | ![]() |
IT_CURRENT_SELECTION | Call by reference | Type reference (TYPE) | CL_FPM_CHART_JSON_GENERATOR=>YT_SELECTION | 20140206 | |||
3 | ![]() |
IT_SELECTED_CROSSTABLE_INDICES | Call by reference | Type reference (TYPE) | CL_FPM_CHART_JSON_GENERATOR=>YT_SELECTED_INDICES | 20140206 | |||
4 | ![]() |
IV_IS_DESELECTION | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130208 |
Method DISPATCH_ONSELECT_STANDARD on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method DISPATCH_ONSELECT_XY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | Application-Defined Event | 20130206 | ||
2 | ![]() |
IT_CURRENT_SELECTION | Call by reference | Type reference (TYPE) | CL_FPM_CHART_JSON_GENERATOR=>YT_SELECTION | 20140207 | |||
3 | ![]() |
IT_SELECTED_CROSSTABLE_INDICES | Call by reference | Type reference (TYPE) | CL_FPM_CHART_JSON_GENERATOR=>YT_SELECTED_INDICES | 20140207 | |||
4 | ![]() |
IV_IS_DESELECTION | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130208 |
Method DISPATCH_ONSELECT_XY on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method DISPATCH_PBO 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 | 20130125 |
Method DISPATCH_PBO on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method DISPATCH_PROCESS_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | Result of processing of a specific FPM event | 20130204 | ||
2 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20130204 |
Method DISPATCH_PROCESS_EVENT on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method DISPATCH_SCROLL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20130320 |
Method DISPATCH_SCROLL on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method DISPATCH_TBAR_ACTION 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_WD_CUSTOM_EVENT | Application-Defined Event | 20130128 | ||
2 | ![]() |
IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | FPM_ACTION_TYPE | IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD | Type of FPM Event Action | 20130128 |
Method DISPATCH_TBAR_ACTION on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method DRILLDOWN 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 | 20130315 |
Method DRILLDOWN on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method EXPANDS_WITH_AVAILABLE_SPACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_EXPANDABLE | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20140523 |
Method EXPANDS_WITH_AVAILABLE_SPACE on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method GET_DATA_JSON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_JSON | Value transfer | Type reference (TYPE) | STRING | 20130205 |
Method GET_DATA_JSON on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method GET_DATA_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_TABLE | Value transfer | Object reference (TYPE REF TO) | DATA | 20130424 |
Method GET_DATA_TABLE on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method GET_FEEDER_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_FEEDER_MODEL | Value transfer | Object reference (TYPE REF TO) | IF_FPM_FEEDER_MODEL | Feeder Model Interface | 20130204 |
Method GET_FEEDER_MODEL on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method GET_HEIGHT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HEIGHT | Value transfer | Type reference (TYPE) | STRING | 20140220 |
Method GET_HEIGHT on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method GET_MAXIMIZED_UIBB Signature
Method GET_MAXIMIZED_UIBB on class CL_FPM_CHART_UIBB_ASSIST has no parameter.
Method GET_MAXIMIZED_UIBB on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method GET_OPTIONS_JSON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_JSON | Value transfer | Type reference (TYPE) | STRING | 20130122 |
Method GET_OPTIONS_JSON on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method GET_SELECTION_JSON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_JSON | Value transfer | Type reference (TYPE) | STRING | 20140219 |
Method GET_SELECTION_JSON on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method GET_SELECTION_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_SELECTION | Value transfer | Type reference (TYPE) | IF_FPM_CHART_TABLE_SELECTION=>TY_T_SELECTION | 20140120 |
Method GET_SELECTION_TABLE on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method GET_TEXT_COL_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TECHNICAL_COL | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20130819 | ||
2 | ![]() |
RV_DISPLAYED_COL | Value transfer | Type reference (TYPE) | NAME_KOMP | Component name | 20130819 |
Method GET_TEXT_COL_NAME on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method GET_WIDTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_WIDTH | Value transfer | Type reference (TYPE) | STRING | 20140220 |
Method GET_WIDTH on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method HAS_NO_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HAS_NO_DATA | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130828 |
Method HAS_NO_DATA on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method INITIALIZE_FOR_DYNAMIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONFIGURATION_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20131112 | ||
2 | ![]() |
IR_CONFIGURATION_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20131112 |
Method INITIALIZE_FOR_DYNAMIC on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method INIT_FEEDER Signature
Method INIT_FEEDER on class CL_FPM_CHART_UIBB_ASSIST has no parameter.
Method INIT_FEEDER on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method INIT_PERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20130626 | ||
2 | ![]() |
IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20130626 |
Method INIT_PERS on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method INIT_RENDERER Signature
Method INIT_RENDERER on class CL_FPM_CHART_UIBB_ASSIST has no parameter.
Method INIT_RENDERER on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method INIT_SETTINGS Signature
Method INIT_SETTINGS on class CL_FPM_CHART_UIBB_ASSIST has no parameter.
Method INIT_SETTINGS on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method IS_SELECTION_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20140219 |
Method IS_SELECTION_CHANGED on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method MAP_CONFIG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_DATA | Call by reference | Type reference (TYPE) | YS_CHART | 20130218 | |||
2 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Reads the configuration data as a table | 20130218 |
Method MAP_CONFIG on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method MAP_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_DATA | Call by reference | Type reference (TYPE) | ANY | 20130218 | |||
2 | ![]() |
IO_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20130218 | ||
3 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20130218 |
Method MAP_ELEMENT on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method ON_PERS_CALLBACK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
HAS_ERRORS | Value transfer | Attribute reference (LIKE) | 20130626 | ||||
2 | ![]() |
MESSAGES | Value transfer | Attribute reference (LIKE) | 20130626 |
Method ON_PERS_CALLBACK on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method OPEN_PERS Signature
Method OPEN_PERS on class CL_FPM_CHART_UIBB_ASSIST has no parameter.
Method OPEN_PERS on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method PROCESS_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_MESSAGES | Call by reference | Type reference (TYPE) | FPMGB_T_MESSAGES | FPMGB Messages (T100 & Plaintext) | 20130204 |
Method PROCESS_MESSAGES on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method RENDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20130121 | ||
2 | ![]() |
IV_FIRST_TIME | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140606 |
Method RENDER on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method RENDER_NAVIGATION_BUTTONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20130703 |
Method RENDER_NAVIGATION_BUTTONS on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method RESET_PERS Signature
Method RESET_PERS on class CL_FPM_CHART_UIBB_ASSIST has no parameter.
Method RESET_PERS on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method RESET_SELECTION Signature
Method RESET_SELECTION on class CL_FPM_CHART_UIBB_ASSIST has no parameter.
Method RESET_SELECTION on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method RESET_STATIC_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_STATIC_ATTRIBUTES | Call by reference | Type reference (TYPE) | DATA | 20131111 | |||
2 | ![]() |
IO_MODIFIER | Call by reference | Object reference (TYPE REF TO) | IF_WD_PERS_TABLE_MODIFIER | To Read and Change Component Configuration as a Table | 20131111 | ||
3 | ![]() |
IV_NODE_ID | Call by reference | Type reference (TYPE) | STRING | 20131111 |
Method RESET_STATIC_ATTRIBUTES on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method SAVE_PERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20130627 |
Method SAVE_PERS on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method SET_STATIC_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MODIFIER | Call by reference | Object reference (TYPE REF TO) | IF_WD_PERS_TABLE_MODIFIER | To Read and Change Component Configuration as a Table | 20131111 | ||
2 | ![]() |
IS_STATIC_ATTRIBUTES | Call by reference | Type reference (TYPE) | DATA | 20131111 | |||
3 | ![]() |
IV_NODE_ID | Call by reference | Type reference (TYPE) | STRING | 20131111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic Exception of Configuration API | 20131111 |
Method SWAP_AXIS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TYPE_NEW | Call by reference | Type reference (TYPE) | FPMGB_CHART_TYPE | Chart Type | 20131111 | ||
2 | ![]() |
IV_TYPE_OLD | Call by reference | Type reference (TYPE) | FPMGB_CHART_TYPE | Chart Type | 20131111 | ||
3 | ![]() |
RV_SWAPPED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20131111 |
Method SWAP_AXIS on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method WDDOBEFOREACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20140221 |
Method WDDOBEFOREACTION on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method WDDOINIT 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 | 20130121 | ||
2 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20130121 |
Method WDDOINIT on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method WDDOMODIFYVIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20130121 | ||
2 | ![]() |
IV_FIRST_TIME | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130418 |
Method WDDOMODIFYVIEW on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method WDDOONCONTEXTMENU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT_MENU_EVENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_MENU_EVENT | 20130628 | |||
2 | ![]() |
IO_CONTEXT_MENU_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_MENU_MANAGER | 20130628 | |||
3 | ![]() |
RO_MENU | Value transfer | Object reference (TYPE REF TO) | CL_WD_MENU | 20130628 |
Method WDDOONCONTEXTMENU on class CL_FPM_CHART_UIBB_ASSIST has no exception.
Method ZOOM_OUT 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 | 20130701 |
Method ZOOM_OUT on class CL_FPM_CHART_UIBB_ASSIST has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 740 |