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 NameDescriptionVisability
ADD_BUTTON_ROWPublic
CALL METHOD if_fpm_guibb_list_config=>ADD_BUTTON_ROW...more details

ADD_BUTTON_ROW_ELEMENTPublic
CALL METHOD if_fpm_guibb_list_config=>ADD_BUTTON_ROW_ELEMENT...more details

ADD_COLUMNPublic
CALL METHOD if_fpm_guibb_list_config=>ADD_COLUMN...more details

ADD_MENUPublic
CALL METHOD if_fpm_guibb_list_config=>ADD_MENU...more details

ADD_MENU_ITEMPublic
CALL METHOD if_fpm_guibb_list_config=>ADD_MENU_ITEM...more details

ADD_MULTI_EDITOR_COLUMNPublic
CALL METHOD if_fpm_guibb_list_config=>ADD_MULTI_EDITOR_COLUMN...more details

ADD_PARAMETERPublic
CALL METHOD if_fpm_guibb_list_config=>ADD_PARAMETER...more details

ADD_QUICKVIEWAdd quickviewPublic
CALL METHOD if_fpm_guibb_list_config=>ADD_QUICKVIEW...more details

ADD_ROW_ACTION_COLUMNPublic
CALL METHOD if_fpm_guibb_list_config=>ADD_ROW_ACTION_COLUMN...more details

GET_BR_ELEMENTSPublic
CALL METHOD if_fpm_guibb_list_config=>GET_BR_ELEMENTS...more details

GET_BR_ELEMENT_ACTIONSPublic
CALL METHOD if_fpm_guibb_list_config=>GET_BR_ELEMENT_ACTIONS...more details

GET_COLUMNSPublic
CALL METHOD if_fpm_guibb_list_config=>GET_COLUMNS...more details

GET_MULTI_EDITOR_COLUMNSPublic
CALL METHOD if_fpm_guibb_list_config=>GET_MULTI_EDITOR_COLUMNS...more details

GET_MULTI_EDITOR_COL_IDSPublic
CALL METHOD if_fpm_guibb_list_config=>GET_MULTI_EDITOR_COL_IDS...more details

GET_PARAMETERPublic
CALL METHOD if_fpm_guibb_list_config=>GET_PARAMETER...more details

GET_QUICKVIEWSGet quickviewsPublic
CALL METHOD if_fpm_guibb_list_config=>GET_QUICKVIEWS...more details

GET_SETTINGSPublic
CALL METHOD if_fpm_guibb_list_config=>GET_SETTINGS...more details

SET_APP_KEYPublic
CALL METHOD if_fpm_guibb_list_config=>SET_APP_KEY...more details

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

NameLevelDescriptionInitial ValueTypeVisability
MS_LIST_CONTEXTInstance AttributeLIKE
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



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!