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 NameDescriptionVisability
CHECK_RENDER_ALL_COLUMNSPublic
CALL METHOD cl_fpm_list_utils=>CHECK_RENDER_ALL_COLUMNS...more details

CONTAINS_AGGR_TYPEPublic
CALL METHOD cl_fpm_list_utils=>CONTAINS_AGGR_TYPE...more details

CONVERT_FPM_INDEX_TO_ATS_RANGEPublic
CALL METHOD cl_fpm_list_utils=>CONVERT_FPM_INDEX_TO_ATS_RANGE...more details

CONVERT_RANGE_ATS_TO_FPM_INDEXPublic
CALL METHOD cl_fpm_list_utils=>CONVERT_RANGE_ATS_TO_FPM_INDEX...more details

FILL_ADAPTER_CLASSESPrivate
CALL METHOD cl_fpm_list_utils=>FILL_ADAPTER_CLASSES...more details

GET_ACCEPTED_FEEDER_INTERFACESPublic
CALL METHOD cl_fpm_list_utils=>GET_ACCEPTED_FEEDER_INTERFACES...more details

GET_CLASS_TEXTPOOL_TEXTPublic
CALL METHOD cl_fpm_list_utils=>GET_CLASS_TEXTPOOL_TEXT...more details

GET_DDIC_FIXED_VALUEDetermines the fixed value for a given internal valuePublic
CALL METHOD cl_fpm_list_utils=>GET_DDIC_FIXED_VALUE...more details

GET_DDIC_FIXED_VALUESGets the fixed values for a given DDIC typePublic
CALL METHOD cl_fpm_list_utils=>GET_DDIC_FIXED_VALUES...more details

GET_DEFAULT_BOOLEAN_VALUE_SETGets a default value set for a boolean typePublic
CALL METHOD cl_fpm_list_utils=>GET_DEFAULT_BOOLEAN_VALUE_SET...more details

GET_FILTER_SUGGESTION_LIMITGets the maximum number of filter suggestions to retrievePublic
CALL METHOD cl_fpm_list_utils=>GET_FILTER_SUGGESTION_LIMIT...more details

GET_FIRST_VISIBLE_EDIT_EDITORPublic
CALL METHOD cl_fpm_list_utils=>GET_FIRST_VISIBLE_EDIT_EDITOR...more details

GET_P13N_VAR_SEL_VISIBILITYPublic
CALL METHOD cl_fpm_list_utils=>GET_P13N_VAR_SEL_VISIBILITY...more details

GET_PREFERED_FEEDER_INTERFACEPublic
CALL METHOD cl_fpm_list_utils=>GET_PREFERED_FEEDER_INTERFACE...more details

GET_RELEVANT_COLS_FOR_SEARCHRemoves columns which are not searchablePublic
CALL METHOD cl_fpm_list_utils=>GET_RELEVANT_COLS_FOR_SEARCH...more details

GET_TOOLBAR_ITEM_TEXTGets the appropriate text for a toolbar itemPublic
CALL METHOD cl_fpm_list_utils=>GET_TOOLBAR_ITEM_TEXT...more details

GET_TOOLBAR_ITEM_TOOLTIPGets the appropriate tooltip for a toolbar itemPublic
CALL METHOD cl_fpm_list_utils=>GET_TOOLBAR_ITEM_TOOLTIP...more details

GET_VAR_SELECT_BUTTON_TOOLTIPPublic
CALL METHOD cl_fpm_list_utils=>GET_VAR_SELECT_BUTTON_TOOLTIP...more details

HEX_RGB_TO_PDF_RGB_COLORPublic
CALL METHOD cl_fpm_list_utils=>HEX_RGB_TO_PDF_RGB_COLOR...more details

IS_BOOLEAN_TYPEDetermines if the given data descriptor is a boolean typePublic
CALL METHOD cl_fpm_list_utils=>IS_BOOLEAN_TYPE...more details

IS_CELL_EDITOR_EDITABLEPublic
CALL METHOD cl_fpm_list_utils=>IS_CELL_EDITOR_EDITABLE...more details

IS_INSTANCE_OFDeterm. if a given obj. is an instance of a specifi class/ifPublic
CALL METHOD cl_fpm_list_utils=>IS_INSTANCE_OF...more details

IS_NUMERICPublic
CALL METHOD cl_fpm_list_utils=>IS_NUMERIC...more details

IS_ONE_CLICK_ACTION_COLUMNPublic
CALL METHOD cl_fpm_list_utils=>IS_ONE_CLICK_ACTION_COLUMN...more details

IS_REFERENCE_ENABLEDPrivate
CALL METHOD cl_fpm_list_utils=>IS_REFERENCE_ENABLED...more details

IS_RERERENCE_READ_ONLYPrivate
CALL METHOD cl_fpm_list_utils=>IS_RERERENCE_READ_ONLY...more details

IS_UI_GUIDELINE_20_ENABLEDDetermines if the UI Guideline 2.0 is enabledPublic
CALL METHOD cl_fpm_list_utils=>IS_UI_GUIDELINE_20_ENABLED...more details

IS_UI_GUIDELINE_FIORI_ENABLEDPublic
CALL METHOD cl_fpm_list_utils=>IS_UI_GUIDELINE_FIORI_ENABLED...more details

LIST_IDA_CAN_HANDLE_MULTI_SELPublic
CALL METHOD cl_fpm_list_utils=>LIST_IDA_CAN_HANDLE_MULTI_SEL...more details

NORMALIZE_SEARCH_STRINGRemoves control characters from search stringPublic
CALL METHOD cl_fpm_list_utils=>NORMALIZE_SEARCH_STRING...more details

REMOVE_SPECIAL_CHARACTERSPublic
CALL METHOD cl_fpm_list_utils=>REMOVE_SPECIAL_CHARACTERS...more details

SET_FOCUS_ON_1ST_TB_ELEMENTPublic
CALL METHOD cl_fpm_list_utils=>SET_FOCUS_ON_1ST_TB_ELEMENT...more details

VISIBILITY_TO_BOOLEANPublic
CALL METHOD cl_fpm_list_utils=>VISIBILITY_TO_BOOLEAN...more details

WRAP_FEEDER_INTO_GENERIC_IFACEPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
CS_BOOLEAN_DOMAINConstantLIKE
Private
CS_BOOLEAN_TYPEConstantLIKE
Private
C_UI_GUIDELINE_20ConstantConstant of the WDA UI Guideline 2.0 configuration setting'GL20'LIKE
STRING
Private
GT_IFACE_ADAPTER_CLASS_PAIRStatic AttributeLIKE
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



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!