SAP IF_FPM_TABBED OO Class - Tabbed UIBB API









IF_FPM_TABBED 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 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 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_MASTER_UIBBAdds a UIBB to the master areaPublic
CALL METHOD if_fpm_tabbed=>ADD_MASTER_UIBB...more details

ADD_TABAdds a tab within a certain tab variantPublic
CALL METHOD if_fpm_tabbed=>ADD_TAB...more details

ADD_TAB_UIBBAdds a UIBB to a certain tabPublic
CALL METHOD if_fpm_tabbed=>ADD_TAB_UIBB...more details

ADD_WIREPublic
CALL METHOD if_fpm_tabbed=>ADD_WIRE...more details

GET_ACA_APIPublic
CALL METHOD if_fpm_tabbed=>GET_ACA_API...more details

GET_CURRENT_TABGets the current selected tabPublic
CALL METHOD if_fpm_tabbed=>GET_CURRENT_TAB...more details

GET_CURRENT_VARIANTGets the current selected variantPublic
CALL METHOD if_fpm_tabbed=>GET_CURRENT_VARIANT...more details

GET_DETAIL_AREA_TITLEPublic
CALL METHOD if_fpm_tabbed=>GET_DETAIL_AREA_TITLE...more details

GET_MASTER_DETAIL_COLUMNPublic
CALL METHOD if_fpm_tabbed=>GET_MASTER_DETAIL_COLUMN...more details

GET_MASTER_UIBB_KEYSReturns a list of all UIBBs for a specified master areaPublic
CALL METHOD if_fpm_tabbed=>GET_MASTER_UIBB_KEYS...more details

GET_TABSReturns a list of tabs for a given variantPublic
CALL METHOD if_fpm_tabbed=>GET_TABS...more details

GET_TABSTRIP_VISIBILITYinforms about the visibility of the tabstripPublic
CALL METHOD if_fpm_tabbed=>GET_TABSTRIP_VISIBILITY...more details

GET_TAB_UIBB_KEYSReturns a list of all UIBBs for a specified tab variantPublic
CALL METHOD if_fpm_tabbed=>GET_TAB_UIBB_KEYS...more details

GET_VARIANTSGets a list of available variantsPublic
CALL METHOD if_fpm_tabbed=>GET_VARIANTS...more details

GET_WIRESPublic
CALL METHOD if_fpm_tabbed=>GET_WIRES...more details

REMOVE_MASTER_UIBBRemoves a UIBB from the master areaPublic
CALL METHOD if_fpm_tabbed=>REMOVE_MASTER_UIBB...more details

REMOVE_TABRemoves a tab within a certain tab variantPublic
CALL METHOD if_fpm_tabbed=>REMOVE_TAB...more details

REMOVE_TAB_UIBBRemoves a UIBB from a certain tabPublic
CALL METHOD if_fpm_tabbed=>REMOVE_TAB_UIBB...more details

REMOVE_WIREPublic
CALL METHOD if_fpm_tabbed=>REMOVE_WIRE...more details

RENAME_TABRenames a tab within a certain tab variantPublic
CALL METHOD if_fpm_tabbed=>RENAME_TAB...more details

SET_ACTION_TYPEChange Action Type of Detail Selection ActionPublic
CALL METHOD if_fpm_tabbed=>SET_ACTION_TYPE...more details

SET_DETAIL_AREA_TITLEPublic
CALL METHOD if_fpm_tabbed=>SET_DETAIL_AREA_TITLE...more details

SET_MASTER_UIBB_HIDDENPublic
CALL METHOD if_fpm_tabbed=>SET_MASTER_UIBB_HIDDEN...more details

SET_SELECTED_TABSelect next active tabPublic
CALL METHOD if_fpm_tabbed=>SET_SELECTED_TAB...more details

SET_TABSTRIP_VISIBILITYChanges the visibility of the tabstripPublic
CALL METHOD if_fpm_tabbed=>SET_TABSTRIP_VISIBILITY...more details

SET_TAB_ACTIVEPublic
CALL METHOD if_fpm_tabbed=>SET_TAB_ACTIVE...more details

SET_TAB_UIBB_HIDDENPublic
CALL METHOD if_fpm_tabbed=>SET_TAB_UIBB_HIDDEN...more details

SET_TAB_VISIBLEPublic
CALL METHOD if_fpm_tabbed=>SET_TAB_VISIBLE...more details

SET_VARIANTSelect VariantPublic
CALL METHOD if_fpm_tabbed=>SET_VARIANT...more details



IF_FPM_TABBED 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
MO_EVENTInstance AttributeCL_FPM_EVENTLIKE
CL_FPM_EVENT
Public
MS_COMPONENT_KEYInstance AttributeKey of a UIBB to be embedded in an FPM based applicationLIKE
FPM_S_UIBB_KEY
Public




IF_FPM_TABBED types

TY_S_TAB -
TY_S_UIBB_TAB_EXT -
TY_T_TAB -
TY_T_UIBB_TAB_EXT -

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!