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 NameDescriptionVisability
ADD_BR_BUTTONAdd button to button rowPublic
CALL METHOD if_fpm_guibb_chart_config=>ADD_BR_BUTTON...more details

ADD_BR_BUTTON_CHOICEAdd button choice to button rowPublic
CALL METHOD if_fpm_guibb_chart_config=>ADD_BR_BUTTON_CHOICE...more details

ADD_BR_DROP_DOWN_LIST_BOXAdd drop-down list box to button rowPublic
CALL METHOD if_fpm_guibb_chart_config=>ADD_BR_DROP_DOWN_LIST_BOX...more details

ADD_BR_INPUT_FIELDAdd input field to button rowPublic
CALL METHOD if_fpm_guibb_chart_config=>ADD_BR_INPUT_FIELD...more details

ADD_BR_LINK_TO_ACTIONAdd link to action to button rowPublic
CALL METHOD if_fpm_guibb_chart_config=>ADD_BR_LINK_TO_ACTION...more details

ADD_BR_SEPARATORAdd separator to button rowPublic
CALL METHOD if_fpm_guibb_chart_config=>ADD_BR_SEPARATOR...more details

ADD_BR_TOGGLE_BUTTONAdd toggle button to button rowPublic
CALL METHOD if_fpm_guibb_chart_config=>ADD_BR_TOGGLE_BUTTON...more details

ADD_ELEMENTAdd elementPublic
CALL METHOD if_fpm_guibb_chart_config=>ADD_ELEMENT...more details

GET_ARIA_LANDMARKGet aria landmark for accessibility modePublic
CALL METHOD if_fpm_guibb_chart_config=>GET_ARIA_LANDMARK...more details

GET_A_PRIORI_INFOGet text that is displyd if no chart definition is availablePublic
CALL METHOD if_fpm_guibb_chart_config=>GET_A_PRIORI_INFO...more details

GET_BR_BUTTONGet button row buttonPublic
CALL METHOD if_fpm_guibb_chart_config=>GET_BR_BUTTON...more details

GET_BR_BUTTON_CHOICEGet button row button choicePublic
CALL METHOD if_fpm_guibb_chart_config=>GET_BR_BUTTON_CHOICE...more details

GET_BR_DROP_DOWN_LIST_BOXGet button row drop-down list boxPublic
CALL METHOD if_fpm_guibb_chart_config=>GET_BR_DROP_DOWN_LIST_BOX...more details

GET_BR_ELEMENTSGet button row elementsPublic
CALL METHOD if_fpm_guibb_chart_config=>GET_BR_ELEMENTS...more details

GET_BR_INPUT_FIELDGet button row input fieldPublic
CALL METHOD if_fpm_guibb_chart_config=>GET_BR_INPUT_FIELD...more details

GET_BR_LINK_TO_ACTIONGet button row link to actionPublic
CALL METHOD if_fpm_guibb_chart_config=>GET_BR_LINK_TO_ACTION...more details

GET_BR_SEPARATORGet button row separatorPublic
CALL METHOD if_fpm_guibb_chart_config=>GET_BR_SEPARATOR...more details

GET_BR_TOGGLE_BUTTONGet button row toggle buttonPublic
CALL METHOD if_fpm_guibb_chart_config=>GET_BR_TOGGLE_BUTTON...more details

GET_CHART_SETTINGGet value of a particular property of the current chart typePublic
CALL METHOD if_fpm_guibb_chart_config=>GET_CHART_SETTING...more details

GET_CHART_SIZEget chart sizePublic
CALL METHOD if_fpm_guibb_chart_config=>GET_CHART_SIZE...more details

GET_CHART_TYPEGet chart typePublic
CALL METHOD if_fpm_guibb_chart_config=>GET_CHART_TYPE...more details

GET_DEFAULT_CHART_SETTINGSGet default chart settings of a chart typePublic
CALL METHOD if_fpm_guibb_chart_config=>GET_DEFAULT_CHART_SETTINGS...more details

GET_ELEMENTSGet elementsPublic
CALL METHOD if_fpm_guibb_chart_config=>GET_ELEMENTS...more details

GET_FEEDER_PARAMETERGet feeder parameterPublic
CALL METHOD if_fpm_guibb_chart_config=>GET_FEEDER_PARAMETER...more details

GET_NO_DATA_TEXTGet text that is displayed if no chart data is availablePublic
CALL METHOD if_fpm_guibb_chart_config=>GET_NO_DATA_TEXT...more details

HAS_MAX_MIN_BUTTONReturns whether the max/min button is enabledPublic
CALL METHOD if_fpm_guibb_chart_config=>HAS_MAX_MIN_BUTTON...more details

IS_ALT_LIST_ENABLEDReturns whether alternative list is enabled or notPublic
CALL METHOD if_fpm_guibb_chart_config=>IS_ALT_LIST_ENABLED...more details

IS_EXPORT_ENABLEDReturns whether export is enabled or notPublic
CALL METHOD if_fpm_guibb_chart_config=>IS_EXPORT_ENABLED...more details

IS_PERSONALIZATION_ENABLEDReturns whether personalization is enabled or notPublic
CALL METHOD if_fpm_guibb_chart_config=>IS_PERSONALIZATION_ENABLED...more details

SET_ALT_LIST_ENABLEDEnable/ Disable alternative listPublic
CALL METHOD if_fpm_guibb_chart_config=>SET_ALT_LIST_ENABLED...more details

SET_ARIA_LANDMARKSet aria landmark for accessibility modePublic
CALL METHOD if_fpm_guibb_chart_config=>SET_ARIA_LANDMARK...more details

SET_A_PRIORI_INFOSet text that is displyd if no chart definition is availablePublic
CALL METHOD if_fpm_guibb_chart_config=>SET_A_PRIORI_INFO...more details

SET_CHART_SETTINGSet value of a particular property of the current chart typePublic
CALL METHOD if_fpm_guibb_chart_config=>SET_CHART_SETTING...more details

SET_CHART_SIZESet chart sizePublic
CALL METHOD if_fpm_guibb_chart_config=>SET_CHART_SIZE...more details

SET_CHART_TYPESet chart typePublic
CALL METHOD if_fpm_guibb_chart_config=>SET_CHART_TYPE...more details

SET_EXPORT_ENABLEDEnable/ Disable exportPublic
CALL METHOD if_fpm_guibb_chart_config=>SET_EXPORT_ENABLED...more details

SET_MAX_MIN_BUTTONEnable/ Disable max/min buttonPublic
CALL METHOD if_fpm_guibb_chart_config=>SET_MAX_MIN_BUTTON...more details

SET_NO_DATA_TEXTSet text that is displayed if no chart data is availablePublic
CALL METHOD if_fpm_guibb_chart_config=>SET_NO_DATA_TEXT...more details

SET_PERSONALIZATION_ENABLEDEnable/ Disable personalizationPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MS_CHART_CONTEXTInstance AttributeLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!