SAP ABAP Interface IF_FPM_GUIBB_CHART_CONFIG (Config API for Chart UIBB)
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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GUIBB_CHART_CONFIG Chart Configuration 20130204
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GUIBB_LAYOUT_API_CHART Layout Config Chart UIBB 20130613
Properties
Interface IF_FPM_GUIBB_CHART_CONFIG  
Short Description Config API for Chart UIBB    
General Data
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20121220   SAP 
Last changed 20141120    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_FPM_GUIBB_CHART Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_FPM_GUIBB_CHART_CONFIG has no interface.
Friends
Interface IF_FPM_GUIBB_CHART_CONFIG has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_CHART_CONTEXT Instance attribute Public Type reference (TYPE) TY_S_CHART_CONTEXT 20130613
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BR_BUTTON Instance method Public Method Add button to button row 20130211
2 ADD_BR_BUTTON_CHOICE Instance method Public Method Add button choice to button row 20130211
3 ADD_BR_DROP_DOWN_LIST_BOX Instance method Public Method Add drop-down list box to button row 20130211
4 ADD_BR_INPUT_FIELD Instance method Public Method Add input field to button row 20130211
5 ADD_BR_LINK_TO_ACTION Instance method Public Method Add link to action to button row 20130211
6 ADD_BR_SEPARATOR Instance method Public Method Add separator to button row 20130211
7 ADD_BR_TOGGLE_BUTTON Instance method Public Method Add toggle button to button row 20130211
8 ADD_ELEMENT Instance method Public Method Add element 20130212
9 GET_ARIA_LANDMARK Instance method Public Method Get aria landmark for accessibility mode 20131106
10 GET_BR_BUTTON Instance method Public Method Get button row button 20130211
11 GET_BR_BUTTON_CHOICE Instance method Public Method Get button row button choice 20130211
12 GET_BR_DROP_DOWN_LIST_BOX Instance method Public Method Get button row drop-down list box 20130211
13 GET_BR_ELEMENTS Instance method Public Method Get button row elements 20130211
14 GET_BR_INPUT_FIELD Instance method Public Method Get button row input field 20130211
15 GET_BR_LINK_TO_ACTION Instance method Public Method Get button row link to action 20130211
16 GET_BR_SEPARATOR Instance method Public Method Get button row separator 20130211
17 GET_BR_TOGGLE_BUTTON Instance method Public Method Get button row toggle button 20130211
18 GET_CHART_SETTING Instance method Public Method Get value of a particular property of the current chart type 20130213
19 GET_CHART_SIZE Instance method Public Method get chart size 20130620
20 GET_CHART_TYPE Instance method Public Method Get chart type 20130212
21 GET_DEFAULT_CHART_SETTINGS Static method Public Method Get default chart settings of a chart type 20130213
22 GET_ELEMENTS Instance method Public Method Get elements 20130212
23 GET_FEEDER_PARAMETER Instance method Public Method Get feeder parameter 20130211
24 GET_NO_DATA_TEXT Instance method Public Method Get text that is displayed if no chart data is available 20130904
25 HAS_MAX_MIN_BUTTON Instance method Public Method Returns whether the max/min button is enabled 20140225
26 IS_PERSONALIZATION_ENABLED Instance method Public Method Returns whether personalization is enabled or not 20130412
27 SET_ARIA_LANDMARK Instance method Public Method Set aria landmark for accessibility mode 20131106
28 SET_CHART_SETTING Instance method Public Method Set value of a particular property of the current chart type 20130213
29 SET_CHART_SIZE Instance method Public Method Set chart size 20130620
30 SET_CHART_TYPE Instance method Public Method Set chart type 20130212
31 SET_MAX_MIN_BUTTON Instance method Public Method Enable/ Disable max/min button 20140225
32 SET_NO_DATA_TEXT Instance method Public Method Set text that is displayed if no chart data is available 20130904
33 SET_PERSONALIZATION_ENABLED Instance method Public Method Enable/ Disable personalization 20130412
Events
Interface IF_FPM_GUIBB_CHART_CONFIG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ACTION Public See coding 20130211 BEGIN OF ty_s_action, fpm_primary_attribute TYPE fpm_element_id, index TYPE fpm_index, text TYPE fpm_text, action_type TYPE fpm_action_type, event_id TYPE fpm_event_id, event_parameters TYPE string, has_separator TYPE fpm_add_separator, END OF ty_s_action
2 TY_S_BR_BUTTON Public See coding 20130211 BEGIN OF ty_s_br_button, index TYPE fpm_index, text TYPE fpm_text, tooltip TYPE fpm_tooltip, explanation_text TYPE fpm_explanation, image_source TYPE fpmgb_image_src, design TYPE fpm_toolbar_button_design, hide_text TYPE fpm_hide_text, hotkey TYPE fpmgb_hotkey, action_type TYPE fpm_action_type, event_id TYPE fpm_event_id, event_params TYPE fpm_t_parameter_value, END OF ty_s_br_button
3 TY_S_BR_BUTTON_CHOICE Public See coding 20130212 BEGIN OF ty_s_br_button_choice, index TYPE fpm_index, text TYPE fpm_text, tooltip TYPE fpm_tooltip, image_src TYPE fpmgb_image_src, repeat_selected_action TYPE fpmgb_selaction, menu_action_items TYPE ty_t_menu_action_item, END OF ty_s_br_button_choice
4 TY_S_BR_DROP_DOWN_LIST_BOX Public See coding 20130212 BEGIN OF ty_s_br_drop_down_list_box, index TYPE fpm_index, label_text TYPE fpm_text, tooltip TYPE fpm_tooltip, explanation_text TYPE fpm_explanation, image_source TYPE fpmgb_image_src, key_visible TYPE fpm_keyvisible, action_type TYPE fpm_action_type, event_id TYPE fpm_event_id, event_params TYPE fpm_t_parameter_value, END OF ty_s_br_drop_down_list_box
5 TY_S_BR_INPUT_FIELD Public See coding 20130212 BEGIN OF ty_s_br_input_field, index TYPE fpm_index, label_text TYPE fpm_text, tooltip TYPE fpm_tooltip, explanation_text TYPE fpm_explanation, alignment TYPE fpmgb_alignment, password_field TYPE fpmgb_pw_field, action_type TYPE fpm_action_type, event_id TYPE fpm_event_id, event_params TYPE fpm_t_parameter_value, END OF ty_s_br_input_field
6 TY_S_BR_LINK_TO_ACTION Public See coding 20130212 BEGIN OF ty_s_br_link_to_action, index TYPE fpm_index, text TYPE fpm_text, tooltip TYPE fpm_tooltip, image_source TYPE fpmgb_image_src, design TYPE fpmgb_link_design, hide_text TYPE fpm_hide_text, hotkey TYPE fpmgb_hotkey, wrapping TYPE fpmgb_wrapping, action_type TYPE fpm_action_type, event_id TYPE fpm_event_id, event_params TYPE fpm_t_parameter_value, END OF ty_s_br_link_to_action
7 TY_S_BR_SEPARATOR Public See coding 20130212 BEGIN OF ty_s_br_separator, index TYPE fpm_index, END OF ty_s_br_separator
8 TY_S_BR_TOGGLE_BUTTON Public See coding 20130211 BEGIN OF ty_s_br_toggle_button, index TYPE fpm_index, text TYPE fpm_text, tooltip TYPE fpm_tooltip, explanation_text TYPE fpm_explanation, image_source TYPE fpmgb_image_src, image_source_checked TYPE fpmgb_image_src, design TYPE fpm_toggle_button_design, hide_text TYPE fpm_hide_text, hotkey TYPE fpmgb_hotkey, action_type TYPE fpm_action_type, event_id TYPE fpm_event_id, event_params TYPE fpm_t_parameter_value, END OF ty_s_br_toggle_button
9 TY_S_BUTTON_ROW_ELEMENT Public See coding 20130211 BEGIN OF ty_s_button_row_element, element_id TYPE fpm_element_id, index TYPE fpm_index, display_type TYPE fpmgb_display_type, END OF ty_s_button_row_element
10 TY_S_CHART_CONTEXT Public See coding 20130613 BEGIN OF ty_s_chart_context, chart_title TYPE string, dimension_1 TYPE name_komp, measure_1 TYPE name_komp, is_in_tray TYPE abap_bool, END OF ty_s_chart_context
11 TY_S_CHART_SETTING Public See coding 20130213 BEGIN OF ty_s_chart_setting, property_name TYPE string, value TYPE string, END OF ty_s_chart_setting
12 TY_S_DISPLAYED_VALUE Public See coding 20130211 BEGIN OF ty_s_displayed_value, key TYPE string, END OF ty_s_displayed_value
13 TY_S_ELEMENT Public See coding 20130212 BEGIN OF ty_s_element, element_id TYPE fpm_element_id, name TYPE name_komp, data_type TYPE fpmgb_chart_data_type, text TYPE fpm_text, index TYPE fpm_index, axis_index TYPE fpmgb_axis_index, displayed_values TYPE ty_t_displayed_value, END OF ty_s_element
14 TY_S_FEEDER_PARAMETER Public See coding 20130211 BEGIN OF ty_s_feeder_parameter, name TYPE fpmgb_parameter_name, value TYPE fpmgb_parameter_value, END OF ty_s_feeder_parameter
15 TY_S_MENU_ACTION_ITEM Public See coding 20130212 BEGIN OF ty_s_menu_action_item, index TYPE fpm_index, text TYPE fpm_text, action_type TYPE fpm_action_type, event_id TYPE fpm_event_id, event_params TYPE fpm_t_parameter_value, has_separator TYPE fpm_add_separator, END OF ty_s_menu_action_item
16 TY_T_ACTION Public See coding 20130211 ty_t_action TYPE SORTED TABLE OF ty_s_action WITH UNIQUE KEY index
17 TY_T_BUTTON_ROW_ELEMENT Public See coding 20130211 ty_t_button_row_element TYPE SORTED TABLE OF ty_s_button_row_element WITH UNIQUE KEY index
18 TY_T_CHART_SETTING Public See coding 20130213 ty_t_chart_setting TYPE SORTED TABLE OF ty_s_chart_setting WITH UNIQUE KEY property_name
19 TY_T_DISPLAYED_VALUE Public See coding 20130211 ty_t_displayed_value TYPE SORTED TABLE OF ty_s_displayed_value WITH NON-UNIQUE KEY key
20 TY_T_ELEMENT Public See coding 20130212 ty_t_element TYPE STANDARD TABLE OF ty_s_element with default key
21 TY_T_FEEDER_PARAMETER Public See coding 20130211 ty_t_feeder_parameter TYPE SORTED TABLE OF ty_s_feeder_parameter WITH UNIQUE KEY name
22 TY_T_MENU_ACTION_ITEM Public See coding 20130212 ty_t_menu_action_item TYPE SORTED TABLE OF ty_s_menu_action_item WITH UNIQUE KEY index
Method Signatures

Method ADD_BR_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20130213
2 Importing IS_BR_BUTTON Call by reference Type reference (TYPE) TY_S_BR_BUTTON Button 20130213
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method ADD_BR_BUTTON_CHOICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20130213
2 Importing IS_BR_BUTTON_CHOICE Call by reference Type reference (TYPE) TY_S_BR_BUTTON_CHOICE Button choice 20130213
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method ADD_BR_DROP_DOWN_LIST_BOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20130213
2 Importing IS_BR_DROP_DOWN_LIST_BOX Call by reference Type reference (TYPE) TY_S_BR_DROP_DOWN_LIST_BOX Drop-down list box 20130213
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method ADD_BR_INPUT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20130213
2 Importing IS_BR_INPUT_FIELD Call by reference Type reference (TYPE) TY_S_BR_INPUT_FIELD Input field 20130213
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method ADD_BR_LINK_TO_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20130213
2 Importing IS_BR_LINK_TO_ACTION Call by reference Type reference (TYPE) TY_S_BR_LINK_TO_ACTION Link to action 20130213
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method ADD_BR_SEPARATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20130213
2 Importing IS_BR_SEPARATOR Call by reference Type reference (TYPE) TY_S_BR_SEPARATOR Separator 20130213
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method ADD_BR_TOGGLE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20130213
2 Importing IS_BR_TOGGLE_BUTTON Call by reference Type reference (TYPE) TY_S_BR_TOGGLE_BUTTON Toggle button 20130213
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method ADD_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT_ID Value transfer Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20130213
2 Importing IT_DISPLAYED_VALUE Call by reference Type reference (TYPE) TY_S_ELEMENT-DISPLAYED_VALUES Displayed values 20130213
3 Importing IV_AXIS_INDEX Call by reference Type reference (TYPE) TY_S_ELEMENT-AXIS_INDEX 1 Axis index 20130213
4 Importing IV_DATA_TYPE Call by reference Type reference (TYPE) TY_S_ELEMENT-DATA_TYPE IF_FPM_GUIBB_CHART=>E_DATA_TYPE-MEASURE Data Type 20130213
5 Importing IV_INDEX Call by reference Type reference (TYPE) TY_S_ELEMENT-INDEX 1 Index 20130212
6 Importing IV_NAME Call by reference Type reference (TYPE) TY_S_ELEMENT-NAME Component name 20130212
7 Importing IV_TEXT Call by reference Type reference (TYPE) TY_S_ELEMENT-TEXT Text 20130212
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method GET_ARIA_LANDMARK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ARIA_LANDMARK Value transfer Type reference (TYPE) FPM_ARIA_LANDMARK Aria Landmark 20131106

Method GET_ARIA_LANDMARK on Interface IF_FPM_GUIBB_CHART_CONFIG has no exception.

Method GET_BR_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BR_BUTTON Call by reference Type reference (TYPE) TY_S_BR_BUTTON Button 20130211
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20130211
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method GET_BR_BUTTON_CHOICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BR_BUTTON_CHOICE Call by reference Type reference (TYPE) TY_S_BR_BUTTON_CHOICE Button choice 20130212
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20130212
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method GET_BR_DROP_DOWN_LIST_BOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BR_DROP_DOWN_LIST_BOX Call by reference Type reference (TYPE) TY_S_BR_DROP_DOWN_LIST_BOX Drop-down list box 20130212
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20130212
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method GET_BR_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BUTTON_ROW_ELEMENT Call by reference Type reference (TYPE) TY_T_BUTTON_ROW_ELEMENT Button row elements 20130211

Method GET_BR_ELEMENTS on Interface IF_FPM_GUIBB_CHART_CONFIG has no exception.

Method GET_BR_INPUT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BR_INPUT_FIELD Call by reference Type reference (TYPE) TY_S_BR_INPUT_FIELD Input field 20130212
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20130212
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method GET_BR_LINK_TO_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BR_LINK_TO_ACTION Call by reference Type reference (TYPE) TY_S_BR_LINK_TO_ACTION Link to action 20130212
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20130212
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method GET_BR_SEPARATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BR_SEPARATOR Call by reference Type reference (TYPE) TY_S_BR_SEPARATOR Separator 20130212
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20130212
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method GET_BR_TOGGLE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BR_TOGGLE_BUTTON Call by reference Type reference (TYPE) TY_S_BR_TOGGLE_BUTTON Toggle button 20130211
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20130211
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method GET_CHART_SETTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALUE Call by reference Type reference (TYPE) TY_S_CHART_SETTING-VALUE Value 20130213
2 Importing IV_PROPERTY_NAME Call by reference Type reference (TYPE) TY_S_CHART_SETTING-PROPERTY_NAME Property name 20130213
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method GET_CHART_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HEIGHT Call by reference Type reference (TYPE) FPMGB_UI_ELEMENT_HEIGHT Height of a UI Element 20130620
2 Exporting EV_WIDTH Call by reference Type reference (TYPE) FPMGB_UI_ELEMENT_WIDTH Width of a UI Element 20130620

Method GET_CHART_SIZE on Interface IF_FPM_GUIBB_CHART_CONFIG has no exception.

Method GET_CHART_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHART_TYPE Call by reference Type reference (TYPE) FPMGB_CHART_TYPE Chart Type 20130212

Method GET_CHART_TYPE on Interface IF_FPM_GUIBB_CHART_CONFIG has no exception.

Method GET_DEFAULT_CHART_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEFAULT_SETTING Call by reference Type reference (TYPE) TY_T_CHART_SETTING Chart type settings 20130213
2 Importing IV_CHART_TYPE Call by reference Type reference (TYPE) FPMGB_CHART_TYPE Chart Type 20130213
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method GET_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ELEMENT Call by reference Type reference (TYPE) TY_T_ELEMENT Elements 20130212

Method GET_ELEMENTS on Interface IF_FPM_GUIBB_CHART_CONFIG has no exception.

Method GET_FEEDER_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FEEDER_PARAMETER Call by reference Type reference (TYPE) TY_T_FEEDER_PARAMETER Feeder parameter 20130211

Method GET_FEEDER_PARAMETER on Interface IF_FPM_GUIBB_CHART_CONFIG has no exception.

Method GET_NO_DATA_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NO_DATA_TEXT Value transfer Type reference (TYPE) FPM_NO_DATA_TEXT Text Displayed if No Data is Available 20130904

Method GET_NO_DATA_TEXT on Interface IF_FPM_GUIBB_CHART_CONFIG has no exception.

Method HAS_MAX_MIN_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) FPM_HAS_MAX_MIN_BUTTON FPM GUIBB has Maximize/ Minimize Button in its Toolbar 20140225

Method HAS_MAX_MIN_BUTTON on Interface IF_FPM_GUIBB_CHART_CONFIG has no exception.

Method IS_PERSONALIZATION_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) FPMGB_ALLOW_PERS_CHART Indicator: Personalization is enabled 20130412

Method IS_PERSONALIZATION_ENABLED on Interface IF_FPM_GUIBB_CHART_CONFIG has no exception.

Method SET_ARIA_LANDMARK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ARIA_LANDMARK Call by reference Type reference (TYPE) FPM_ARIA_LANDMARK Aria Landmark 20131106
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131106

Method SET_CHART_SETTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROPERTY_NAME Call by reference Type reference (TYPE) TY_S_CHART_SETTING-PROPERTY_NAME Property name 20130213
2 Importing IV_VALUE Call by reference Type reference (TYPE) TY_S_CHART_SETTING-VALUE Value 20130213
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method SET_CHART_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HEIGHT Call by reference Type reference (TYPE) FPMGB_UI_ELEMENT_HEIGHT Height of a UI Element 20130620
2 Importing IV_WIDTH Call by reference Type reference (TYPE) FPMGB_UI_ELEMENT_WIDTH Width of a UI Element 20130620
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130620

Method SET_CHART_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHART_TYPE Call by reference Type reference (TYPE) FPMGB_CHART_TYPE Chart Type 20130212
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130213

Method SET_MAX_MIN_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAX_MIN_BUTTON Call by reference Type reference (TYPE) FPM_HAS_MAX_MIN_BUTTON FPM GUIBB has Maximize/ Minimize Button in its Toolbar 20140225
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20140228

Method SET_NO_DATA_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NO_DATA_TEXT Call by reference Type reference (TYPE) FPM_NO_DATA_TEXT Text Displayed if No Data is Available 20130904
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130904

Method SET_PERSONALIZATION_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENABLE_PERSONALIZATION Call by reference Type reference (TYPE) FPMGB_ALLOW_PERS_CHART Indicator: Enable personalization 20130412
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20130412
History
Last changed by/on SAP  20141120 
SAP Release Created in 740