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 Name | Description | Visability |
| ADD_ACC_DESCR | Add accessibility description | Public |
| CALL METHOD if_fpm_guibb_visbiz_config=>ADD_ACC_DESCR...more details | ||
| ADD_APPLICATION | Public | |
| CALL METHOD if_fpm_guibb_visbiz_config=>ADD_APPLICATION...more details | ||
| ADD_ARIA_LANDMARK | Add aria landmark | Public |
| CALL METHOD if_fpm_guibb_visbiz_config=>ADD_ARIA_LANDMARK...more details | ||
| ADD_BR_BUTTON | Add button to button row | Public |
| CALL METHOD if_fpm_guibb_visbiz_config=>ADD_BR_BUTTON...more details | ||
| ADD_BR_BUTTON_CHOICE | Add button choice to button row | Public |
| CALL METHOD if_fpm_guibb_visbiz_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_visbiz_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_visbiz_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_visbiz_config=>ADD_BR_LINK_TO_ACTION...more details | ||
| ADD_BR_SEPARATOR | Add separator to button row | Public |
| CALL METHOD if_fpm_guibb_visbiz_config=>ADD_BR_SEPARATOR...more details | ||
| ADD_BR_TOGGLE_BUTTON | Add toggle button to button row | Public |
| CALL METHOD if_fpm_guibb_visbiz_config=>ADD_BR_TOGGLE_BUTTON...more details | ||
| ADD_DEFAULT_MAP_STACK | Public | |
| CALL METHOD if_fpm_guibb_visbiz_config=>ADD_DEFAULT_MAP_STACK...more details | ||
| ADD_HAS_MAX_MIN_BUTTON | Public | |
| CALL METHOD if_fpm_guibb_visbiz_config=>ADD_HAS_MAX_MIN_BUTTON...more details | ||
| ADD_MIME_REP_PATH | Public | |
| CALL METHOD if_fpm_guibb_visbiz_config=>ADD_MIME_REP_PATH...more details | ||
| ADD_PERSONALIZATION_ENABLED | Public | |
| CALL METHOD if_fpm_guibb_visbiz_config=>ADD_PERSONALIZATION_ENABLED...more details | ||
| ADD_START_POSITION | Public | |
| CALL METHOD if_fpm_guibb_visbiz_config=>ADD_START_POSITION...more details | ||
| ADD_VISBIZ_CLASSES | Public | |
| CALL METHOD if_fpm_guibb_visbiz_config=>ADD_VISBIZ_CLASSES...more details | ||
| GET_ACC_DESCR | returns the accessibility description | Public |
| CALL METHOD if_fpm_guibb_visbiz_config=>GET_ACC_DESCR...more details | ||
| GET_APPLICATION | Public | |
| CALL METHOD if_fpm_guibb_visbiz_config=>GET_APPLICATION...more details | ||
| GET_ARIA_LANDMARK | returns the aria landmark | Public |
| CALL METHOD if_fpm_guibb_visbiz_config=>GET_ARIA_LANDMARK...more details | ||
| GET_BR_BUTTON | Get button row button | Public |
| CALL METHOD if_fpm_guibb_visbiz_config=>GET_BR_BUTTON...more details | ||
| GET_BR_BUTTON_CHOICE | Get button row button choice | Public |
| CALL METHOD if_fpm_guibb_visbiz_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_visbiz_config=>GET_BR_DROP_DOWN_LIST_BOX...more details | ||
| GET_BR_ELEMENTS | Get button row elements | Public |
| CALL METHOD if_fpm_guibb_visbiz_config=>GET_BR_ELEMENTS...more details | ||
| GET_BR_INPUT_FIELD | Get button row input field | Public |
| CALL METHOD if_fpm_guibb_visbiz_config=>GET_BR_INPUT_FIELD...more details | ||
| GET_BR_LINK_TO_ACTION | Get button row link to action | Public |
| CALL METHOD if_fpm_guibb_visbiz_config=>GET_BR_LINK_TO_ACTION...more details | ||
| GET_BR_SEPARATOR | Get button row separator | Public |
| CALL METHOD if_fpm_guibb_visbiz_config=>GET_BR_SEPARATOR...more details | ||
| GET_BR_TOGGLE_BUTTON | Get button row toggle button | Public |
| CALL METHOD if_fpm_guibb_visbiz_config=>GET_BR_TOGGLE_BUTTON...more details | ||
| GET_DEFAULT_MAP_STACK | Public | |
| CALL METHOD if_fpm_guibb_visbiz_config=>GET_DEFAULT_MAP_STACK...more details | ||
| GET_HAS_MAX_MIN_BUTTON | Public | |
| CALL METHOD if_fpm_guibb_visbiz_config=>GET_HAS_MAX_MIN_BUTTON...more details | ||
| GET_MIME_REP_PATH | Public | |
| CALL METHOD if_fpm_guibb_visbiz_config=>GET_MIME_REP_PATH...more details | ||
| GET_PARAMETERS | Public | |
| CALL METHOD if_fpm_guibb_visbiz_config=>GET_PARAMETERS...more details | ||
| GET_PERSONALIZATION_ENABLED | Public | |
| CALL METHOD if_fpm_guibb_visbiz_config=>GET_PERSONALIZATION_ENABLED...more details | ||
| GET_START_POSITION | Public | |
| CALL METHOD if_fpm_guibb_visbiz_config=>GET_START_POSITION...more details | ||
| GET_VISBIZ_CLASSES | Public | |
| 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