SAP IF_FPM_GUIBB_CHART_CONFIG OO Class - Config API for Chart UIBB
IF_FPM_GUIBB_CHART_CONFIG is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_FPM_GUIBB_CHART_CONFIG including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of IF_FPM_GUIBB_CHART_CONFIG SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ADD_BR_BUTTON | Add button to button row | Public |
| CALL METHOD if_fpm_guibb_chart_config=>ADD_BR_BUTTON...more details | ||
| ADD_BR_BUTTON_CHOICE | Add button choice to button row | Public |
| CALL METHOD if_fpm_guibb_chart_config=>ADD_BR_BUTTON_CHOICE...more details | ||
| ADD_BR_DROP_DOWN_LIST_BOX | Add drop-down list box to button row | Public |
| CALL METHOD if_fpm_guibb_chart_config=>ADD_BR_DROP_DOWN_LIST_BOX...more details | ||
| ADD_BR_INPUT_FIELD | Add input field to button row | Public |
| CALL METHOD if_fpm_guibb_chart_config=>ADD_BR_INPUT_FIELD...more details | ||
| ADD_BR_LINK_TO_ACTION | Add link to action to button row | Public |
| CALL METHOD if_fpm_guibb_chart_config=>ADD_BR_LINK_TO_ACTION...more details | ||
| ADD_BR_SEPARATOR | Add separator to button row | Public |
| CALL METHOD if_fpm_guibb_chart_config=>ADD_BR_SEPARATOR...more details | ||
|
| ||
| ADD_BR_TOGGLE_BUTTON | Add toggle button to button row | Public |
| CALL METHOD if_fpm_guibb_chart_config=>ADD_BR_TOGGLE_BUTTON...more details | ||
| ADD_ELEMENT | Add element | Public |
| CALL METHOD if_fpm_guibb_chart_config=>ADD_ELEMENT...more details | ||
| GET_ARIA_LANDMARK | Get aria landmark for accessibility mode | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_ARIA_LANDMARK...more details | ||
| GET_A_PRIORI_INFO | Get text that is displyd if no chart definition is available | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_A_PRIORI_INFO...more details | ||
| GET_BR_BUTTON | Get button row button | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_BR_BUTTON...more details | ||
| GET_BR_BUTTON_CHOICE | Get button row button choice | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_BR_BUTTON_CHOICE...more details | ||
| GET_BR_DROP_DOWN_LIST_BOX | Get button row drop-down list box | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_BR_DROP_DOWN_LIST_BOX...more details | ||
| GET_BR_ELEMENTS | Get button row elements | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_BR_ELEMENTS...more details | ||
| GET_BR_INPUT_FIELD | Get button row input field | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_BR_INPUT_FIELD...more details | ||
| GET_BR_LINK_TO_ACTION | Get button row link to action | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_BR_LINK_TO_ACTION...more details | ||
| GET_BR_SEPARATOR | Get button row separator | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_BR_SEPARATOR...more details | ||
| GET_BR_TOGGLE_BUTTON | Get button row toggle button | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_BR_TOGGLE_BUTTON...more details | ||
| GET_CHART_SETTING | Get value of a particular property of the current chart type | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_CHART_SETTING...more details | ||
| GET_CHART_SIZE | get chart size | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_CHART_SIZE...more details | ||
| GET_CHART_TYPE | Get chart type | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_CHART_TYPE...more details | ||
| GET_DEFAULT_CHART_SETTINGS | Get default chart settings of a chart type | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_DEFAULT_CHART_SETTINGS...more details | ||
| GET_ELEMENTS | Get elements | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_ELEMENTS...more details | ||
| GET_FEEDER_PARAMETER | Get feeder parameter | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_FEEDER_PARAMETER...more details | ||
| GET_NO_DATA_TEXT | Get text that is displayed if no chart data is available | Public |
| CALL METHOD if_fpm_guibb_chart_config=>GET_NO_DATA_TEXT...more details | ||
| HAS_MAX_MIN_BUTTON | Returns whether the max/min button is enabled | Public |
| CALL METHOD if_fpm_guibb_chart_config=>HAS_MAX_MIN_BUTTON...more details | ||
| IS_ALT_LIST_ENABLED | Returns whether alternative list is enabled or not | Public |
| CALL METHOD if_fpm_guibb_chart_config=>IS_ALT_LIST_ENABLED...more details | ||
| IS_EXPORT_ENABLED | Returns whether export is enabled or not | Public |
| CALL METHOD if_fpm_guibb_chart_config=>IS_EXPORT_ENABLED...more details | ||
| IS_PERSONALIZATION_ENABLED | Returns whether personalization is enabled or not | Public |
| CALL METHOD if_fpm_guibb_chart_config=>IS_PERSONALIZATION_ENABLED...more details | ||
| SET_ALT_LIST_ENABLED | Enable/ Disable alternative list | Public |
| CALL METHOD if_fpm_guibb_chart_config=>SET_ALT_LIST_ENABLED...more details | ||
| SET_ARIA_LANDMARK | Set aria landmark for accessibility mode | Public |
| CALL METHOD if_fpm_guibb_chart_config=>SET_ARIA_LANDMARK...more details | ||
| SET_A_PRIORI_INFO | Set text that is displyd if no chart definition is available | Public |
| CALL METHOD if_fpm_guibb_chart_config=>SET_A_PRIORI_INFO...more details | ||
| SET_CHART_SETTING | Set value of a particular property of the current chart type | Public |
| CALL METHOD if_fpm_guibb_chart_config=>SET_CHART_SETTING...more details | ||
| SET_CHART_SIZE | Set chart size | Public |
| CALL METHOD if_fpm_guibb_chart_config=>SET_CHART_SIZE...more details | ||
| SET_CHART_TYPE | Set chart type | Public |
| CALL METHOD if_fpm_guibb_chart_config=>SET_CHART_TYPE...more details | ||
| SET_EXPORT_ENABLED | Enable/ Disable export | Public |
| CALL METHOD if_fpm_guibb_chart_config=>SET_EXPORT_ENABLED...more details | ||
| SET_MAX_MIN_BUTTON | Enable/ Disable max/min button | Public |
| CALL METHOD if_fpm_guibb_chart_config=>SET_MAX_MIN_BUTTON...more details | ||
| SET_NO_DATA_TEXT | Set text that is displayed if no chart data is available | Public |
| CALL METHOD if_fpm_guibb_chart_config=>SET_NO_DATA_TEXT...more details | ||
| SET_PERSONALIZATION_ENABLED | Enable/ Disable personalization | Public |
| CALL METHOD if_fpm_guibb_chart_config=>SET_PERSONALIZATION_ENABLED...more details | ||
IF_FPM_GUIBB_CHART_CONFIG attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| MS_CHART_CONTEXT | Instance Attribute | LIKE TY_S_CHART_CONTEXT | Public |
IF_FPM_GUIBB_CHART_CONFIG types
TY_S_ACTION -TY_S_BR_BUTTON -
TY_S_BR_BUTTON_CHOICE -
TY_S_BR_DROP_DOWN_LIST_BOX -
TY_S_BR_INPUT_FIELD -
TY_S_BR_LINK_TO_ACTION -
TY_S_BR_SEPARATOR -
TY_S_BR_TOGGLE_BUTTON -
TY_S_BUTTON_ROW_ELEMENT -
TY_S_CHART_CONTEXT -
TY_S_CHART_SETTING -
TY_S_DISPLAYED_VALUE -
TY_S_ELEMENT -
TY_S_FEEDER_PARAMETER -
TY_S_MENU_ACTION_ITEM -
TY_T_ACTION -
TY_T_BUTTON_ROW_ELEMENT -
TY_T_CHART_SETTING -
TY_T_DISPLAYED_VALUE -
TY_T_ELEMENT -
TY_T_FEEDER_PARAMETER -
TY_T_MENU_ACTION_ITEM -
Links to Related Class(s)
IF_FPM_G...Full list of available SAP object classes
Search for further information about these or an SAP related objects