SAP IF_FPM_GUIBB_VISBIZ_CONFIG OO Class - Visual Business Configuration









IF_FPM_GUIBB_VISBIZ_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_VISBIZ_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_VISBIZ_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_ACC_DESCRAdd accessibility descriptionPublic
CALL METHOD if_fpm_guibb_visbiz_config=>ADD_ACC_DESCR...more details

ADD_APPLICATIONPublic
CALL METHOD if_fpm_guibb_visbiz_config=>ADD_APPLICATION...more details

ADD_ARIA_LANDMARKAdd aria landmarkPublic
CALL METHOD if_fpm_guibb_visbiz_config=>ADD_ARIA_LANDMARK...more details

ADD_BR_BUTTONAdd button to button rowPublic
CALL METHOD if_fpm_guibb_visbiz_config=>ADD_BR_BUTTON...more details

ADD_BR_BUTTON_CHOICEAdd button choice to button rowPublic
CALL METHOD if_fpm_guibb_visbiz_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_visbiz_config=>ADD_BR_DROP_DOWN_LIST_BOX...more details

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

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

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

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

ADD_DEFAULT_MAP_STACKPublic
CALL METHOD if_fpm_guibb_visbiz_config=>ADD_DEFAULT_MAP_STACK...more details

ADD_HAS_MAX_MIN_BUTTONPublic
CALL METHOD if_fpm_guibb_visbiz_config=>ADD_HAS_MAX_MIN_BUTTON...more details

ADD_MIME_REP_PATHPublic
CALL METHOD if_fpm_guibb_visbiz_config=>ADD_MIME_REP_PATH...more details

ADD_PERSONALIZATION_ENABLEDPublic
CALL METHOD if_fpm_guibb_visbiz_config=>ADD_PERSONALIZATION_ENABLED...more details

ADD_START_POSITIONPublic
CALL METHOD if_fpm_guibb_visbiz_config=>ADD_START_POSITION...more details

ADD_VISBIZ_CLASSESPublic
CALL METHOD if_fpm_guibb_visbiz_config=>ADD_VISBIZ_CLASSES...more details

GET_ACC_DESCRreturns the accessibility descriptionPublic
CALL METHOD if_fpm_guibb_visbiz_config=>GET_ACC_DESCR...more details

GET_APPLICATIONPublic
CALL METHOD if_fpm_guibb_visbiz_config=>GET_APPLICATION...more details

GET_ARIA_LANDMARKreturns the aria landmarkPublic
CALL METHOD if_fpm_guibb_visbiz_config=>GET_ARIA_LANDMARK...more details

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

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

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

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

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

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

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

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

GET_DEFAULT_MAP_STACKPublic
CALL METHOD if_fpm_guibb_visbiz_config=>GET_DEFAULT_MAP_STACK...more details

GET_HAS_MAX_MIN_BUTTONPublic
CALL METHOD if_fpm_guibb_visbiz_config=>GET_HAS_MAX_MIN_BUTTON...more details

GET_MIME_REP_PATHPublic
CALL METHOD if_fpm_guibb_visbiz_config=>GET_MIME_REP_PATH...more details

GET_PARAMETERSPublic
CALL METHOD if_fpm_guibb_visbiz_config=>GET_PARAMETERS...more details

GET_PERSONALIZATION_ENABLEDPublic
CALL METHOD if_fpm_guibb_visbiz_config=>GET_PERSONALIZATION_ENABLED...more details

GET_START_POSITIONPublic
CALL METHOD if_fpm_guibb_visbiz_config=>GET_START_POSITION...more details

GET_VISBIZ_CLASSESPublic
CALL METHOD if_fpm_guibb_visbiz_config=>GET_VISBIZ_CLASSES...more details






IF_FPM_GUIBB_VISBIZ_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_MENU_ACTION_ITEM -
TY_T_ACTION -
TY_T_BUTTON_ROW_ELEMENT -
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!