SAP /BOFU/IF_FBI_VIEW OO Class - FBI View









/BOFU/IF_FBI_VIEW 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 /BOFU/IF_FBI_VIEW 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 /BOFU/IF_FBI_VIEW 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_ACTIONSGet ActionsPublic
CALL METHOD /bofu/if_fbi_view=>GET_ACTIONS...more details

GET_DND_DEFINITIONGet Drag & Drop DefinitionPublic
CALL METHOD /bofu/if_fbi_view=>GET_DND_DEFINITION...more details

GET_FIELDCATGet Field CatalogPublic
CALL METHOD /bofu/if_fbi_view=>GET_FIELDCAT...more details

GET_FIELDSGet FieldsPublic
CALL METHOD /bofu/if_fbi_view=>GET_FIELDS...more details

GET_MAP_TABLEGet Map Table ValuesPublic
CALL METHOD /bofu/if_fbi_view=>GET_MAP_TABLE...more details

GET_SECONDARY_KEYSGet Secondary KeysPublic
CALL METHOD /bofu/if_fbi_view=>GET_SECONDARY_KEYS...more details

INITIALIZEInitializePublic
CALL METHOD /bofu/if_fbi_view=>INITIALIZE...more details



/BOFU/IF_FBI_VIEW 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_BO_CONFInstance AttributeLIKE
/BOBF/IF_FRW_CONFIGURATION
Public
MO_DATA_MAPPERInstance AttributeLIKE
/BOFU/IF_FBI_VIEW_DATA_MAPPER
Public
MO_EXITInstance AttributeExit Interface for the BO nodeLIKE
/BOFU/IF_FBI_VIEW_EXIT_INTF
Public
MO_EXIT_DEFInstance AttributeExit Interface for the BO nodeLIKE
/BOFU/IF_FBI_VIEW_EXITINTF_DEF
Public
MO_EXIT_RUNInstance AttributeExit Interface for the BO nodeLIKE
/BOFU/IF_FBI_VIEW_EXITINTF_RUN
Public
MO_VIEW_CONFInstance AttributeLIKE
/BOFU/IF_FBI_VIEW_CONF
Public
MR_PROP_STRUCTInstance AttributeLIKE
DATA
Public
MS_ASSOC_TO_PARENT_CONFInstance AttributeConfiguration: AssociationLIKE
/BOBF/S_CONFRO_ASSOC
Public
MS_BO_CONFInstance AttributeConfiguration: Version-Dependent Root NodeLIKE
/BOBF/S_CONFRO_OBJ
Public
MS_IDENTITYInstance AttributeLIKE
/BOFU/CL_FBI_FACTORY=>TS_VIEW_IDENTITY
Public
MS_NODE_CONFInstance AttributeLIKE
/BOBF/S_CONFRO_NODE
Public
MS_VIEW_DDIC_MAPInstance AttributeLIKE
TS_VIEW_DDIC_MAP
Public
MT_ACT_CONFInstance AttributeConfiguration: ActionLIKE
/BOBF/T_CONFRO_ACT_LIST
Public
MT_PROP_MAPInstance AttributeLIKE
TT_PROP_MAP
Public
MT_RELATED_VIEWInstance AttributeLIKE
TT_RELATED_VIEW
Public
MT_SELF_ACTIONSInstance AttributeLIKE
FPMGB_T_ACTIONDEF
Public
SC_FIELD_TECH_EConstantEnabled Field'/BOFU/E'LIKE
STRING
Public
SC_FIELD_TECH_RConstantRead Only field'/BOFU/R'LIKE
STRING
Public
SC_FIELD_TECH_SConstantState field'/BOFU/S'LIKE
STRING
Public
SC_FIELD_TECH_VConstantVisibility field'/BOFU/V'LIKE
STRING
Public
SC_GROUP_DATAConstantData part sub structure'/BOFU/D'LIKE
STRING
Public
SC_GROUP_PREFIXConstant'/BOFU/'LIKE
STRING
Public
SC_GROUP_PROPERTYConstantField control prop sub str'/BOFU/P'LIKE
STRING
Public
SC_GROUP_TECH_FIELDS_2ConstantLock / Is Create tech fields sub structure'/BOFU/T'LIKE
STRING
Public
SC_IS_CREATE_FIELDConstantIs Create field'/BOFU/K'LIKE
STRING
Public
SC_LOCK_MODE_FIELDConstantLock Mode field'/BOFU/L'LIKE
STRING
Public




/BOFU/IF_FBI_VIEW types

TS_PROP_MAP - Property Map
TS_RELATED_VIEW - Related View
TS_VIEW_DDIC_MAP - View: DDic Type mapping
TT_PROP_MAP - Property Map
TT_RELATED_VIEW - Related Views

Links to Related Class(s)

/BOFU/IF...
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!