SAP IF_FPM_RUIBB_BICS_GRID_CONFIG OO Class - BICS GRID Config API
IF_FPM_RUIBB_BICS_GRID_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_RUIBB_BICS_GRID_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_RUIBB_BICS_GRID_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_ruibb_bics_grid_config=>ADD_BR_BUTTON...more details | ||
| ADD_BR_BUTTON_CHOICE | Add button choice to button row | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>ADD_BR_BUTTON_CHOICE...more details | ||
| ADD_BR_SEPARATOR | Add separator to button row | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>ADD_BR_SEPARATOR...more details | ||
| ADD_BR_TOGGLE_BUTTON | Add toggle button to button row | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>ADD_BR_TOGGLE_BUTTON...more details | ||
| GET_ALLOW_EXPORT_TO_EXCEL | Public | |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>GET_ALLOW_EXPORT_TO_EXCEL...more details | ||
| GET_ARIA_LANDMARK | get aria landmark | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>GET_ARIA_LANDMARK...more details | ||
|
| ||
| GET_BICS_SIZE | Get bics size | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>GET_BICS_SIZE...more details | ||
| GET_BR_BUTTON | Get button row button | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>GET_BR_BUTTON...more details | ||
| GET_BR_BUTTON_CHOICE | Get button row button choice | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>GET_BR_BUTTON_CHOICE...more details | ||
| GET_BR_ELEMENTS | Get button row elements | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>GET_BR_ELEMENTS...more details | ||
| GET_BR_SEPARATOR | Get button row separator | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>GET_BR_SEPARATOR...more details | ||
| GET_BR_TOGGLE_BUTTON | Get button row toggle button | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>GET_BR_TOGGLE_BUTTON...more details | ||
| GET_FEEDER_PARAMETER | Get feeder parameter | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>GET_FEEDER_PARAMETER...more details | ||
| GET_LAYOUT_STYLE | Get layout style | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>GET_LAYOUT_STYLE...more details | ||
| HAS_MAX_MIN_BUTTON | Returns whether the max/min button is enabled | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>HAS_MAX_MIN_BUTTON...more details | ||
| IS_JUMP_TO_HIDDEN | Is report-report-interface rendered | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>IS_JUMP_TO_HIDDEN...more details | ||
| IS_PERSONALIZATION_ENABLED | Is personalization enabled | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>IS_PERSONALIZATION_ENABLED...more details | ||
| IS_RRI_RENDERED | Is report-report-interface rendered | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>IS_RRI_RENDERED...more details | ||
| SET_ALLOW_EXPORT_TO_EXCEL | Public | |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>SET_ALLOW_EXPORT_TO_EXCEL...more details | ||
| SET_ARIA_LANDMARK | set aria landmark | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>SET_ARIA_LANDMARK...more details | ||
| SET_BICS_SIZE | Set bics size | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>SET_BICS_SIZE...more details | ||
| SET_HIDE_DELETE_LINE | Enable or disable delete line function in plan queries | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>SET_HIDE_DELETE_LINE...more details | ||
| SET_HIDE_JUMP_TO | Enable or disable rendering of report-report interface | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>SET_HIDE_JUMP_TO...more details | ||
| SET_LAYOUT_STYLE | Set layout style | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>SET_LAYOUT_STYLE...more details | ||
| SET_MAX_MIN_BUTTON | Enable/ Disable max/min button | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>SET_MAX_MIN_BUTTON...more details | ||
| SET_PERSONALIZATION_ENABLED | Enable or disable personalization | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>SET_PERSONALIZATION_ENABLED...more details | ||
| SET_RENDER_RRI | Enable or disable rendering of report-report interface | Public |
| CALL METHOD if_fpm_ruibb_bics_grid_config=>SET_RENDER_RRI...more details | ||
IF_FPM_RUIBB_BICS_GRID_CONFIG types
TY_S_ACTION -TY_S_BR_BUTTON -
TY_S_BR_BUTTON_CHOICE -
TY_S_BR_SEPARATOR -
TY_S_BR_TOGGLE_BUTTON -
TY_S_BUTTON_ROW_ELEMENT -
TY_S_CHAR_SOURCE -
TY_S_FEEDER_PARAMETER -
TY_S_MENU_ACTION_ITEM -
TY_S_VAR_SOURCE -
TY_T_ACTION -
TY_T_BUTTON_ROW_ELEMENT -
TY_T_CHAR_SOURCE -
TY_T_FEEDER_PARAMETER -
TY_T_MENU_ACTION_ITEM -
TY_T_VAR_SOURCE -
Links to Related Class(s)
IF_FPM_R...Full list of available SAP object classes
Search for further information about these or an SAP related objects