SAP IF_FPM_GUIBB_LIST OO Class - Generic List UI Building Block









IF_FPM_GUIBB_LIST 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 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 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_CONFIGPublic
CALL METHOD if_fpm_guibb_list=>CHECK_CONFIG...more details

FLUSHPublic
CALL METHOD if_fpm_guibb_list=>FLUSH...more details

GET_DATAPublic
CALL METHOD if_fpm_guibb_list=>GET_DATA...more details

GET_DEFAULT_CONFIGPublic
CALL METHOD if_fpm_guibb_list=>GET_DEFAULT_CONFIG...more details

GET_DEFINITIONPublic
CALL METHOD if_fpm_guibb_list=>GET_DEFINITION...more details

GET_PARAMETER_LISTPublic
CALL METHOD if_fpm_guibb_list=>GET_PARAMETER_LIST...more details

INITIALIZEPublic
CALL METHOD if_fpm_guibb_list=>INITIALIZE...more details

PROCESS_EVENTPublic
CALL METHOD if_fpm_guibb_list=>PROCESS_EVENT...more details



IF_FPM_GUIBB_LIST 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
GC_EVENT_CHANGE_COLS_ROWSConstantID of the FPM Event'GC_EVENT_CHANGE_COLS_ROWS'LIKE
FPM_EVENT_ID
Public
GC_EVENT_CLEAR_SORT_RULES_ATSConstant'FPM_CLEAR_SORT_RULES_LIST_ATS'LIKE
FPM_EVENT_ID
Public
GC_EVENT_CLOSE_SEARCHConstantFPM event for open search'FPM_GUIBB_CLOSE_SEARCH'LIKE
FPM_EVENT_ID
Public
GC_EVENT_EXPORT_SETTINGS_DLGConstantID of the FPM Event'FPM_LAUNCH_EXPORT_SETTINGS_DLG'LIKE
FPM_EVENT_ID
Public
GC_EVENT_EXPORT_TO_CSVConstant'FPM_LIST_EXPORT_TO_CSV'LIKE
FPM_EVENT_ID
Public
GC_EVENT_EXPORT_TO_CSV_2ConstantID of the FPM Event'FPM_LIST_EXPORT_TO_CSV_2'LIKE
FPM_EVENT_ID
Public
GC_EVENT_EXPORT_TO_EXCELConstantID of the FPM Event'FPM_LIST_EXPORT_TO_EXCEL'LIKE
FPM_EVENT_ID
Public
GC_EVENT_EXPORT_TO_OOXMLConstant'FPM_LIST_EXPORT_TO_OOXML'LIKE
FPM_EVENT_ID
Public
GC_EVENT_EXPORT_TO_OOXML_2ConstantID of the FPM Event'FPM_LIST_EXPORT_TO_OOXML_2'LIKE
FPM_EVENT_ID
Public
GC_EVENT_EXPORT_TO_PDFConstant'FPM_LIST_EXPORT_TO_PDF'LIKE
FPM_EVENT_ID
Public
GC_EVENT_EXPORT_TO_PDF_2ConstantID of the FPM Event'FPM_LIST_EXPORT_TO_PDF_2'LIKE
FPM_EVENT_ID
Public
GC_EVENT_FILTER_CHANGED_SELConstantID of the FPM Event'GC_EVENT_FILTER_CHANGED_SEL'LIKE
FPM_EVENT_ID
Public
GC_EVENT_LAUNCH_EXPORT_DIALOGConstantID of the FPM Event'FPM_LAUNCH_EXPORT_SETTINGS_DLG'LIKE
FPM_EVENT_ID
Public
GC_EVENT_LIST_FILTERConstantFPM event when sorting happened in case paging is active'FPM_GUIBB_LIST_FILTER'LIKE
FPM_EVENT_ID
Public
GC_EVENT_LIST_PERSONALIZATIONConstantID of the FPM Event'FPM_LIST_P13N'LIKE
FPM_EVENT_ID
Public
GC_EVENT_LIST_SORTConstantFPM event when sorting happened in case paging is active'FPM_GUIBB_LIST_SORT'LIKE
FPM_EVENT_ID
Public
GC_EVENT_MULTI_VALUE_PASTEConstantID of the FPM Event'FPM_MULTI_VALUE_PASTE'LIKE
FPM_EVENT_ID
Public
GC_EVENT_MV_PASTE_RESUMEDConstantID of the FPM Event'FPM_MV_PASTE_RESUMED'LIKE
FPM_EVENT_ID
Public
GC_EVENT_ON_FILTERConstantID of the FPM Event'FPM_LIST_ON_FILTER'LIKE
FPM_EVENT_ID
Public
GC_EVENT_ON_NAVIGATEConstantFPM event for open search'FPM_LIST_ON_NAVIGATE'LIKE
FPM_EVENT_ID
Public
GC_EVENT_OPEN_SEARCHConstantFPM event for open search'FPM_GUIBB_OPEN_SEARCH'LIKE
FPM_EVENT_ID
Public
GC_EVENT_OPEN_VARIANT_MGMTConstant'FPM_GUIBB_OPEN_VARIANT_MGMT'LIKE
FPM_EVENT_ID
Public
GC_EVENT_PAR_AMOUNT_COLSConstantFPM event parameter for old row'GC_EVENT_PAR_AMOUNT_COLS'LIKE
STRING
Public
GC_EVENT_PAR_AMOUNT_ROWSConstantFPM event parameter for old row'GC_EVENT_PAR_AMOUNT_ROWS'LIKE
STRING
Public
GC_EVENT_PAR_COLUMN_NAMEConstantFPM event parameter for column name'FPM_GUIBB_LIST_COL_NAME'LIKE
STRING
Public
GC_EVENT_PAR_CONFIG_IDConstantFPM event parameter for old row'GC_EVENT_PAR_CONFIG_ID'LIKE
STRING
Public
GC_EVENT_PAR_DROP_DOWN_KEYConstantFPM event parameter for drop down checkbox key'FPM_GUIBB_LIST_DROP_DOWN_KEY'LIKE
STRING
Public
GC_EVENT_PAR_EXPORT_FORMATConstant`FPM_LIST_EXPORT_FORMAT`LIKE
STRING
Public
GC_EVENT_PAR_FEEDER_NAMEConstantFPM event parameter for toggle state'FPM_GUIBB_LIST_FEEDER_NAME'LIKE
STRING
Public
GC_EVENT_PAR_INPUT_VALUEConstantFPM event parameter for input value'FPM_GUIBB_LIST_INPUT_VALUE'LIKE
STRING
Public
GC_EVENT_PAR_ROWConstantFPM event parameter for row'FPM_GUIBB_LIST_INDEX'LIKE
STRING
Public
GC_EVENT_PAR_ROW_OLDConstantFPM event parameter for old row'FPM_GUIBB_LIST_INDEX_OLD'LIKE
STRING
Public
GC_EVENT_PAR_SORT_COLConstantFPM event parameter for old row'FPM_GUIBB_LIST_SORT_COL'LIKE
STRING
Public
GC_EVENT_PAR_SORT_ORDERConstantFPM event parameter for old row'FPM_GUIBB_LIST_SORT_ORDER'LIKE
STRING
Public
GC_EVENT_PAR_SOURCEConstantFPM event source, e. g. toolbar, cell, row action'FPM_GUIBB_LIST_EVENT_SOURCE'LIKE
STRING
Public
GC_EVENT_PAR_TOGGLE_STATEConstantFPM event parameter for toggle state'FPM_GUIBB_LIST_TOGGLE_STATE'LIKE
STRING
Public
GC_EVENT_PDF_EXPORTConstantFPM event for open search'FPM_LIST_EXPORT_TO_PDF'LIKE
FPM_EVENT_ID
Public
GC_EVENT_SELECTION_AGGRConstantID of the FPM Event'FPM_LIST_SELECTION_DEP_AGGR'LIKE
FPM_EVENT_ID
Public
GC_EVENT_SELECTION_UPDATEConstantID of the FPM Event'FPM_LIST_SELECTION_UPDATE'LIKE
FPM_EVENT_ID
Public
GC_EVENT_SOURCESConstantLIKE
Public
GC_EVENT_VIEW_CHANGEConstant'GC_EVENT_VIEW_CHANGE'LIKE
FPM_EVENT_ID
Public
GC_FPM_EVENT_ON_LEAD_SELConstantdefault ID for lead selection'FPM_GUIBB_LIST_ON_LEAD_SELECTI'LIKE
FPM_EVENT_ID
Public
GC_FPM_EVENT_SET_INIT_LEAD_SELConstantEvent raised to set the initial row lead selection'FPM_GUIBB_LIST_INIT_LEAD_SELEC'LIKE
FPM_EVENT_ID
Public
GC_GUIBB_LIST_ON_CELL_ACTIONConstantID of the FPM Event'FPM_GUIBB_LIST_CELL_ACTION'LIKE
FPM_EVENT_ID
Public
GC_GUIBB_LIST_ON_DROPConstantID of the FPM EventIF_FPM_CONSTANTS=>GC_EVENT-DROP_COMPLETEDLIKE
FPM_EVENT_ID
Public
MV_IS_FIRST_ROUNDInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Public




IF_FPM_GUIBB_LIST types

TY_APP_KEY - Character Field of Length 12
TY_S_NATIVE_DND_DATA -

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!