SAP IF_FPM_GUIBB_LIST_CONFIG OO Class - List Configuration
IF_FPM_GUIBB_LIST_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_LIST_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_LIST_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_BUTTON_ROW | Public | |
| CALL METHOD if_fpm_guibb_list_config=>ADD_BUTTON_ROW...more details | ||
| ADD_BUTTON_ROW_ELEMENT | Public | |
| CALL METHOD if_fpm_guibb_list_config=>ADD_BUTTON_ROW_ELEMENT...more details | ||
| ADD_COLUMN | Public | |
| CALL METHOD if_fpm_guibb_list_config=>ADD_COLUMN...more details | ||
| ADD_MENU | Public | |
| CALL METHOD if_fpm_guibb_list_config=>ADD_MENU...more details | ||
| ADD_MENU_ITEM | Public | |
| CALL METHOD if_fpm_guibb_list_config=>ADD_MENU_ITEM...more details | ||
| ADD_MULTI_EDITOR_COLUMN | Public | |
| CALL METHOD if_fpm_guibb_list_config=>ADD_MULTI_EDITOR_COLUMN...more details | ||
|
| ||
| ADD_PARAMETER | Public | |
| CALL METHOD if_fpm_guibb_list_config=>ADD_PARAMETER...more details | ||
| ADD_QUICKVIEW | Add quickview | Public |
| CALL METHOD if_fpm_guibb_list_config=>ADD_QUICKVIEW...more details | ||
| ADD_ROW_ACTION_COLUMN | Public | |
| CALL METHOD if_fpm_guibb_list_config=>ADD_ROW_ACTION_COLUMN...more details | ||
| GET_BR_ELEMENTS | Public | |
| CALL METHOD if_fpm_guibb_list_config=>GET_BR_ELEMENTS...more details | ||
| GET_BR_ELEMENT_ACTIONS | Public | |
| CALL METHOD if_fpm_guibb_list_config=>GET_BR_ELEMENT_ACTIONS...more details | ||
| GET_COLUMNS | Public | |
| CALL METHOD if_fpm_guibb_list_config=>GET_COLUMNS...more details | ||
| GET_MULTI_EDITOR_COLUMNS | Public | |
| CALL METHOD if_fpm_guibb_list_config=>GET_MULTI_EDITOR_COLUMNS...more details | ||
| GET_MULTI_EDITOR_COL_IDS | Public | |
| CALL METHOD if_fpm_guibb_list_config=>GET_MULTI_EDITOR_COL_IDS...more details | ||
| GET_PARAMETER | Public | |
| CALL METHOD if_fpm_guibb_list_config=>GET_PARAMETER...more details | ||
| GET_QUICKVIEWS | Get quickviews | Public |
| CALL METHOD if_fpm_guibb_list_config=>GET_QUICKVIEWS...more details | ||
| GET_SETTINGS | Public | |
| CALL METHOD if_fpm_guibb_list_config=>GET_SETTINGS...more details | ||
| SET_APP_KEY | Public | |
| CALL METHOD if_fpm_guibb_list_config=>SET_APP_KEY...more details | ||
| SET_SETTINGS | Public | |
| CALL METHOD if_fpm_guibb_list_config=>SET_SETTINGS...more details | ||
IF_FPM_GUIBB_LIST_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_LIST_CONTEXT | Instance Attribute | LIKE TY_S_LIST_CONTEXT | Public |
IF_FPM_GUIBB_LIST_CONFIG types
TY_FUNCTION_CODE -TY_S_AGGREGATION_RULE -
TY_S_BR_ELEMENTS -
TY_S_BR_ELEMENT_ACTION -
TY_S_COLUMNS -
TY_S_LIST_CONTEXT -
TY_S_MULTI_EDITOR_COL -
TY_S_MULTI_EDITOR_ID -
TY_S_PARAMETER -
TY_S_QUICKVIEW -
TY_S_ROW_ACTION -
TY_S_SORT_RULE -
TY_T_AGGREGATION_RULE -
TY_T_BR_ELEMENTS -
TY_T_BR_ELEMENTS_ACTION -
TY_T_COLUMNS -
TY_T_MULTI_EDITOR_COL -
TY_T_MULTI_EDITOR_ID -
TY_T_PARAMETER -
TY_T_QUICKVIEW -
TY_T_ROW_ACTION -
TY_T_SORT_RULE -
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