SAP /BOFU/IF_FBI_VIEW_INSTANCE_NEW OO Class - /BOFU/IF_FBI_VIEW_INSTANCE_NEW









/BOFU/IF_FBI_VIEW_INSTANCE_NEW 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_NEW 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_NEW 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_ALL_FIELDS_VISIBLECheck if all fields in the guibb should be visiblePublic
CALL METHOD /bofu/if_fbi_view_instance_new=>CHECK_ALL_FIELDS_VISIBLE...more details

CREATEPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>CREATE...more details

CREATE_ALL_INSTANCESPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>CREATE_ALL_INSTANCES...more details

FLUSHPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>FLUSH...more details

GET_ACTION_PROPERTIESPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>GET_ACTION_PROPERTIES...more details

GET_DATAPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>GET_DATA...more details

GET_FIELD_PROPERTIESPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>GET_FIELD_PROPERTIES...more details

GET_FIELD_VISIBILITYPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>GET_FIELD_VISIBILITY...more details

GET_MESSAGESPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>GET_MESSAGES...more details

GET_QUICKVIEW_KEYPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>GET_QUICKVIEW_KEY...more details

GET_RUNTIME_CONF_KEYUse this instead of MO_View->MS_Node_ConfPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>GET_RUNTIME_CONF_KEY...more details

HANDLE_ACTIONPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>HANDLE_ACTION...more details

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

NEEDS_CONFIRMATIONPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>NEEDS_CONFIRMATION...more details

PROCESS_EVENTPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>PROCESS_EVENT...more details

QUERY_DATAPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>QUERY_DATA...more details

RETRIEVE_BY_ASSOCIATIONTo Retrieve data of child node instancesPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>RETRIEVE_BY_ASSOCIATION...more details

SAVESave transactionPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>SAVE...more details

SET_RUNTIME_CONF_KEYTo Be called After wire input from GUIBBsPublic
CALL METHOD /bofu/if_fbi_view_instance_new=>SET_RUNTIME_CONF_KEY...more details



/BOFU/IF_FBI_VIEW_INSTANCE_NEW 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_PROPERTY_BUFFERInstance AttributeLIKE
/BOFU/IF_FBI_PROPERTY_BUFFER
Public
MO_SRV_MGRInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Public
MO_VIEWInstance AttributeLIKE
/BOFU/IF_FBI_VIEW
Public
MS_OUT_TABLE_WAInstance AttributeLIKE
TS_OUT_TABLE_WA
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
MV_FIELD_SUFFIXInstance AttributeLIKE
STRING
Public
SC_USAGE_CONTEXTConstantLIKE
Public




/BOFU/IF_FBI_VIEW_INSTANCE_NEW types

TS_ACTION_PROPERTIES -
TS_ACTION_PROPERTIES_EXT -
TS_CHANGED_FIELDS -
TS_CHANGE_LOG -
TS_FIELD_VISIBILITY -
TS_FLUSH_FIELDMAP -
TS_INDEX -
TS_MESSAGE -
TS_MESSAGE_QRY -
TS_OUT_TABLE_WA -
TS_REL_VIEW_INST -
TS_ROW -
TS_UI_CONTEXT_DATA -
TS_VIEW_CONTEXT_DATA -
TT_ACTION_PROPERTIES -
TT_ACTION_PROPERTIES_EXT -
TT_CHANGED_FIELDS -
TT_CHANGE_LOG -
TT_FIELD_VISIBILITY -
TT_FLUSH_FIELDMAP -
TT_INDEX -
TT_MESSAGE -
TT_MESSAGE_QRY -
TT_REL_VIEW_INST -
TT_ROW -
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!