SAP IF_FPM_GUIBB_TREE OO Class - Generic Tree UI Building Block









IF_FPM_GUIBB_TREE 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_TREE 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_TREE 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_tree=>CHECK_CONFIG...more details

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

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

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

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

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

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

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



IF_FPM_GUIBB_TREE 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_APPLY_RULESConstantFPM event for applying the rules (sorting, filtering ...)'FPM_TREE_APPLY_RULES'LIKE
FPM_EVENT_ID
Public
GC_EVENT_CHANGE_COLS_ROWSConstantID of the FPM Event'GC_EVENT_CHANGE_COLS_ROWS'LIKE
FPM_EVENT_ID
Public
GC_EVENT_COLLAPSEConstantUser collapse a node'MASTER_COLUMN_NODE_COLLAPSED'LIKE
FPM_EVENT_ID
Public
GC_EVENT_EXPANDConstantUser expands a node'DISPATCH_OLC_ACTION'LIKE
FPM_EVENT_ID
Public
GC_EVENT_EXPORT_TO_CSVConstant'FPM_LIST_EXPORT_TO_CSV'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_PDFConstantID of the FPM EventIF_FPM_GUIBB_LIST=>GC_EVENT_EXPORT_TO_PDFLIKE
FPM_EVENT_ID
Public
GC_EVENT_LIST_PERSONALIZATIONConstantID of the FPM Event'FPM_LIST_P13N'LIKE
FPM_EVENT_ID
Public
GC_EVENT_LOAD_ALL_DATAConstant'FPM_GUIBB_TREE_LOAD_ALL_DATA'LIKE
FPM_EVENT_ID
Public
GC_EVENT_LOAD_CHILDRENConstant'ON_LOAD_CHILDREN'LIKE
FPM_EVENT_ID
Public
GC_EVENT_ON_NAVIGATEConstantFPM event for open search'FPM_TREE_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_COLUMNConstantFPM event parameter for column'COLUMN'LIKE
STRING
Public
GC_EVENT_PAR_COLUMN_NAMEConstantFPM event parameter for column name'FPM_GUIBB_TREE_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_DIRECTIONConstantFPM event parameter sort direction'DIRECTION'LIKE
STRING
Public
GC_EVENT_PAR_DROP_DOWN_KEYConstantFPM event parameter for drop down checkbox key'FPM_GUIBB_TREE_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_TREE_FEEDER_NAME'LIKE
STRING
Public
GC_EVENT_PAR_INPUT_VALUEConstantFPM event parameter for input value'FPM_GUIBB_TREE_INPUT_VALUE'LIKE
STRING
Public
GC_EVENT_PAR_ROWConstantFPM event parameter for row'FPM_GUIBB_TREE_INDEX'LIKE
STRING
Public
GC_EVENT_PAR_ROW_OLDConstantFPM event parameter for old row'FPM_GUIBB_TREE_INDEX_OLD'LIKE
STRING
Public
GC_EVENT_PAR_SERVICEConstantFPM event parameter for the serivce to be applied'FPM_GUIBB_TREE_SERVICE'LIKE
STRING
Public
GC_EVENT_PAR_SOURCEConstantFPM event source, e. g. toolbar, cell, row action'FPM_GUIBB_TREE_EVENT_SOURCE'LIKE
STRING
Public
GC_EVENT_PAR_TOGGLE_STATEConstantFPM event parameter for toggle state'FPM_GUIBB_TREE_TOGGLE_STATE'LIKE
STRING
Public
GC_EVENT_SELECTION_AGGRConstantID of the FPM EventIF_FPM_GUIBB_LIST=>GC_EVENT_SELECTION_AGGRLIKE
FPM_EVENT_ID
Public
GC_EVENT_SORTConstantFPM event for sorting'FPM_SORT_TREE_COLUMN'LIKE
FPM_EVENT_ID
Public
GC_EVENT_SOURCESConstantLIKE
Public
GC_FPM_EVENT_ON_LEAD_SELConstantdefault ID for lead selection'FPM_GUIBB_TREE_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_TREE_INIT_LEAD_SELEC'LIKE
FPM_EVENT_ID
Public
GC_GUIBB_TREE_ON_CELL_ACTIONConstantID of the FPM Event'FPM_GUIBB_TREE_CELL_ACTION'LIKE
FPM_EVENT_ID
Public
GC_SEARCH_OPTIONSConstantLIKE
Public
GC_SERVICE_AGGREGATIONConstant'FPM_GUIBB_TREE_AGGREGATION'LIKE
STRING
Public
GC_SERVICE_ALLConstantFPM event parameter sorting'FPM_GUIBB_TREE_SERVICE_ALL'LIKE
STRING
Public
GC_SERVICE_FILTERINGConstant'FPM_GUIBB_TREE_FILTERING'LIKE
STRING
Public
GC_SERVICE_SORTINGConstantFPM event parameter sorting'FPM_GUIBB_TREE_SORTING'LIKE
STRING
Public




IF_FPM_GUIBB_TREE types

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!