SAP /BOFU/IF_FBI_VIEW_INSTANCE OO Class - /BOFU/IF_FBI_VIEW_INSTANCE









/BOFU/IF_FBI_VIEW_INSTANCE 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_INSTANCE 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_INSTANCE 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
FPM_FLUSHPublic
CALL METHOD /bofu/if_fbi_view_instance=>FPM_FLUSH...more details

FPM_GET_DATAPublic
CALL METHOD /bofu/if_fbi_view_instance=>FPM_GET_DATA...more details

FPM_NEEDS_CONFIRMATIONPublic
CALL METHOD /bofu/if_fbi_view_instance=>FPM_NEEDS_CONFIRMATION...more details

FPM_PROCESS_EVENTPublic
CALL METHOD /bofu/if_fbi_view_instance=>FPM_PROCESS_EVENT...more details

HANDLE_CUSTOM_ACTIONPublic
CALL METHOD /bofu/if_fbi_view_instance=>HANDLE_CUSTOM_ACTION...more details

INITIALIZEPublic
CALL METHOD /bofu/if_fbi_view_instance=>INITIALIZE...more details

INVALIDATEPublic
CALL METHOD /bofu/if_fbi_view_instance=>INVALIDATE...more details

POWL_HANDLE_ACTIONPublic
CALL METHOD /bofu/if_fbi_view_instance=>POWL_HANDLE_ACTION...more details

POWL_QUERY_DATAPublic
CALL METHOD /bofu/if_fbi_view_instance=>POWL_QUERY_DATA...more details



/BOFU/IF_FBI_VIEW_INSTANCE 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_SRV_MGRInstance AttributeFor POWLLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Public
MO_TXN_MGRInstance AttributeFor POWLLIKE
/BOBF/IF_TRA_TRANSACTION_MGR
Public
MO_VIEWInstance AttributeFBI ViewLIKE
/BOFU/IF_FBI_VIEW
Public
MS_OUT_TABLE_WAInstance AttributeLIKE
TS_OUT_TABLE_WA
Public
MT_DATAInstance AttributeLIKE
DATA
Public
MT_FLUSH_FIELDMAPInstance AttributeLIKE
TT_FLUSH_FIELDMAP
Public
MT_KEYSInstance AttributeKey TableLIKE
/BOBF/T_FRW_KEY
Public
MT_REL_VIEW_INSTInstance AttributeLIKE
TT_REL_VIEW_INST
Public
MT_SRC_KEYSInstance AttributeKey TableLIKE
/BOBF/T_FRW_KEY
Public
MV_FIELD_SUFFIXInstance AttributeLIKE
STRING
Public
SC_USAGE_CONTEXTConstantLIKE
Public




/BOFU/IF_FBI_VIEW_INSTANCE types

TS_BUTTONS -
TS_CHANGE_LOG_KEY -
TS_FLUSH_FIELDMAP -
TS_OUT_TABLE_WA -
TS_REL_VIEW_INST -
TT_BUTTONS -
TT_CHANGE_LOG_KEY -
TT_FLUSH_FIELDMAP -
TT_REL_VIEW_INST -
TV_USAGE_CONTEXT -

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!