SAP IF_FPM_TABBED_CFG_ACC OO Class - Configuration Access Interface for Composite UIBB









IF_FPM_TABBED_CFG_ACC 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_TABBED_CFG_ACC 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_TABBED_CFG_ACC 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
GET_APP_SPECIFIC_CCPublic
CALL METHOD if_fpm_tabbed_cfg_acc=>GET_APP_SPECIFIC_CC...more details

GET_CONF_COMP_USAGESPublic
CALL METHOD if_fpm_tabbed_cfg_acc=>GET_CONF_COMP_USAGES...more details

GET_MASTER_UIBBSPublic
CALL METHOD if_fpm_tabbed_cfg_acc=>GET_MASTER_UIBBS...more details

GET_PROPERTIESPublic
CALL METHOD if_fpm_tabbed_cfg_acc=>GET_PROPERTIES...more details

GET_VARIANTSPublic
CALL METHOD if_fpm_tabbed_cfg_acc=>GET_VARIANTS...more details

GET_WIRE_PLUGPublic
CALL METHOD if_fpm_tabbed_cfg_acc=>GET_WIRE_PLUG...more details






IF_FPM_TABBED_CFG_ACC types

TY_S_APP_SPECIFIC_CC -
TY_S_CONF_COMP_USAGE -
TY_S_MASTER_UIBB -
TY_S_PROPERTIES -
TY_S_TAB -
TY_S_UIBB -
TY_S_VARIANT -
TY_S_WIRE -
TY_S_WIRE_PLUG -
TY_T_CONF_COMP_USAGE -
TY_T_MASTER_UIBB -
TY_T_TAB -
TY_T_UIBB -
TY_T_VARIANT -
TY_T_WIRE -

Links to Related Class(s)

IF_FPM_T...
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!