SAP CL_FPM_LIST_UTILS OO Class - Contains a collection of List related utility methods
CL_FPM_LIST_UTILS 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 CL_FPM_LIST_UTILS 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 CL_FPM_LIST_UTILS 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 |
| CHECK_RENDER_ALL_COLUMNS | Public | |
| CALL METHOD cl_fpm_list_utils=>CHECK_RENDER_ALL_COLUMNS...more details | ||
| CONTAINS_AGGR_TYPE | Public | |
| CALL METHOD cl_fpm_list_utils=>CONTAINS_AGGR_TYPE...more details | ||
| CONVERT_FPM_INDEX_TO_ATS_RANGE | Public | |
| CALL METHOD cl_fpm_list_utils=>CONVERT_FPM_INDEX_TO_ATS_RANGE...more details | ||
| CONVERT_RANGE_ATS_TO_FPM_INDEX | Public | |
| CALL METHOD cl_fpm_list_utils=>CONVERT_RANGE_ATS_TO_FPM_INDEX...more details | ||
| FILL_ADAPTER_CLASSES | Private | |
| CALL METHOD cl_fpm_list_utils=>FILL_ADAPTER_CLASSES...more details | ||
| GET_ACCEPTED_FEEDER_INTERFACES | Public | |
| CALL METHOD cl_fpm_list_utils=>GET_ACCEPTED_FEEDER_INTERFACES...more details | ||
|
| ||
| GET_CLASS_TEXTPOOL_TEXT | Public | |
| CALL METHOD cl_fpm_list_utils=>GET_CLASS_TEXTPOOL_TEXT...more details | ||
| GET_DDIC_FIXED_VALUE | Determines the fixed value for a given internal value | Public |
| CALL METHOD cl_fpm_list_utils=>GET_DDIC_FIXED_VALUE...more details | ||
| GET_DDIC_FIXED_VALUES | Gets the fixed values for a given DDIC type | Public |
| CALL METHOD cl_fpm_list_utils=>GET_DDIC_FIXED_VALUES...more details | ||
| GET_DEFAULT_BOOLEAN_VALUE_SET | Gets a default value set for a boolean type | Public |
| CALL METHOD cl_fpm_list_utils=>GET_DEFAULT_BOOLEAN_VALUE_SET...more details | ||
| GET_FILTER_SUGGESTION_LIMIT | Gets the maximum number of filter suggestions to retrieve | Public |
| CALL METHOD cl_fpm_list_utils=>GET_FILTER_SUGGESTION_LIMIT...more details | ||
| GET_FIRST_VISIBLE_EDIT_EDITOR | Public | |
| CALL METHOD cl_fpm_list_utils=>GET_FIRST_VISIBLE_EDIT_EDITOR...more details | ||
| GET_P13N_VAR_SEL_VISIBILITY | Public | |
| CALL METHOD cl_fpm_list_utils=>GET_P13N_VAR_SEL_VISIBILITY...more details | ||
| GET_PREFERED_FEEDER_INTERFACE | Public | |
| CALL METHOD cl_fpm_list_utils=>GET_PREFERED_FEEDER_INTERFACE...more details | ||
| GET_RELEVANT_COLS_FOR_SEARCH | Removes columns which are not searchable | Public |
| CALL METHOD cl_fpm_list_utils=>GET_RELEVANT_COLS_FOR_SEARCH...more details | ||
| GET_TOOLBAR_ITEM_TEXT | Gets the appropriate text for a toolbar item | Public |
| CALL METHOD cl_fpm_list_utils=>GET_TOOLBAR_ITEM_TEXT...more details | ||
| GET_TOOLBAR_ITEM_TOOLTIP | Gets the appropriate tooltip for a toolbar item | Public |
| CALL METHOD cl_fpm_list_utils=>GET_TOOLBAR_ITEM_TOOLTIP...more details | ||
| GET_VAR_SELECT_BUTTON_TOOLTIP | Public | |
| CALL METHOD cl_fpm_list_utils=>GET_VAR_SELECT_BUTTON_TOOLTIP...more details | ||
| HEX_RGB_TO_PDF_RGB_COLOR | Public | |
| CALL METHOD cl_fpm_list_utils=>HEX_RGB_TO_PDF_RGB_COLOR...more details | ||
| IS_BOOLEAN_TYPE | Determines if the given data descriptor is a boolean type | Public |
| CALL METHOD cl_fpm_list_utils=>IS_BOOLEAN_TYPE...more details | ||
| IS_CELL_EDITOR_EDITABLE | Public | |
| CALL METHOD cl_fpm_list_utils=>IS_CELL_EDITOR_EDITABLE...more details | ||
| IS_INSTANCE_OF | Determ. if a given obj. is an instance of a specifi class/if | Public |
| CALL METHOD cl_fpm_list_utils=>IS_INSTANCE_OF...more details | ||
| IS_NUMERIC | Public | |
| CALL METHOD cl_fpm_list_utils=>IS_NUMERIC...more details | ||
| IS_ONE_CLICK_ACTION_COLUMN | Public | |
| CALL METHOD cl_fpm_list_utils=>IS_ONE_CLICK_ACTION_COLUMN...more details | ||
| IS_REFERENCE_ENABLED | Private | |
| CALL METHOD cl_fpm_list_utils=>IS_REFERENCE_ENABLED...more details | ||
| IS_RERERENCE_READ_ONLY | Private | |
| CALL METHOD cl_fpm_list_utils=>IS_RERERENCE_READ_ONLY...more details | ||
| IS_UI_GUIDELINE_20_ENABLED | Determines if the UI Guideline 2.0 is enabled | Public |
| CALL METHOD cl_fpm_list_utils=>IS_UI_GUIDELINE_20_ENABLED...more details | ||
| IS_UI_GUIDELINE_FIORI_ENABLED | Public | |
| CALL METHOD cl_fpm_list_utils=>IS_UI_GUIDELINE_FIORI_ENABLED...more details | ||
| LIST_IDA_CAN_HANDLE_MULTI_SEL | Public | |
| CALL METHOD cl_fpm_list_utils=>LIST_IDA_CAN_HANDLE_MULTI_SEL...more details | ||
| NORMALIZE_SEARCH_STRING | Removes control characters from search string | Public |
| CALL METHOD cl_fpm_list_utils=>NORMALIZE_SEARCH_STRING...more details | ||
| REMOVE_SPECIAL_CHARACTERS | Public | |
| CALL METHOD cl_fpm_list_utils=>REMOVE_SPECIAL_CHARACTERS...more details | ||
| SET_FOCUS_ON_1ST_TB_ELEMENT | Public | |
| CALL METHOD cl_fpm_list_utils=>SET_FOCUS_ON_1ST_TB_ELEMENT...more details | ||
| VISIBILITY_TO_BOOLEAN | Public | |
| CALL METHOD cl_fpm_list_utils=>VISIBILITY_TO_BOOLEAN...more details | ||
| WRAP_FEEDER_INTO_GENERIC_IFACE | Public | |
| CALL METHOD cl_fpm_list_utils=>WRAP_FEEDER_INTO_GENERIC_IFACE...more details | ||
CL_FPM_LIST_UTILS 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 |
| CS_BOOLEAN_DOMAIN | Constant | LIKE | Private | ||
| CS_BOOLEAN_TYPE | Constant | LIKE | Private | ||
| C_UI_GUIDELINE_20 | Constant | Constant of the WDA UI Guideline 2.0 configuration setting | 'GL20' | LIKE STRING | Private |
| GT_IFACE_ADAPTER_CLASS_PAIR | Static Attribute | LIKE | Private |
CL_FPM_LIST_UTILS types
TY_S_DYNAMIC_COL_RENDERING -YS_IFACE_ADAPTER_CLASS_PAIR -
YT_FEEDER_INTERFACES -
Links to Related Class(s)
CL_FPM_L...Full list of available SAP object classes
Search for further information about these or an SAP related objects