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 Name | Description | Visability |
| FPM_FLUSH | Public | |
| CALL METHOD /bofu/if_fbi_view_instance=>FPM_FLUSH...more details | ||
| FPM_GET_DATA | Public | |
| CALL METHOD /bofu/if_fbi_view_instance=>FPM_GET_DATA...more details | ||
| FPM_NEEDS_CONFIRMATION | Public | |
| CALL METHOD /bofu/if_fbi_view_instance=>FPM_NEEDS_CONFIRMATION...more details | ||
| FPM_PROCESS_EVENT | Public | |
| CALL METHOD /bofu/if_fbi_view_instance=>FPM_PROCESS_EVENT...more details | ||
| HANDLE_CUSTOM_ACTION | Public | |
| CALL METHOD /bofu/if_fbi_view_instance=>HANDLE_CUSTOM_ACTION...more details | ||
| INITIALIZE | Public | |
| CALL METHOD /bofu/if_fbi_view_instance=>INITIALIZE...more details | ||
|
| ||
| INVALIDATE | Public | |
| CALL METHOD /bofu/if_fbi_view_instance=>INVALIDATE...more details | ||
| POWL_HANDLE_ACTION | Public | |
| CALL METHOD /bofu/if_fbi_view_instance=>POWL_HANDLE_ACTION...more details | ||
| POWL_QUERY_DATA | Public | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_SRV_MGR | Instance Attribute | For POWL | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Public | |
| MO_TXN_MGR | Instance Attribute | For POWL | LIKE /BOBF/IF_TRA_TRANSACTION_MGR | Public | |
| MO_VIEW | Instance Attribute | FBI View | LIKE /BOFU/IF_FBI_VIEW | Public | |
| MS_OUT_TABLE_WA | Instance Attribute | LIKE TS_OUT_TABLE_WA | Public | ||
| MT_DATA | Instance Attribute | LIKE DATA | Public | ||
| MT_FLUSH_FIELDMAP | Instance Attribute | LIKE TT_FLUSH_FIELDMAP | Public | ||
| MT_KEYS | Instance Attribute | Key Table | LIKE /BOBF/T_FRW_KEY | Public | |
| MT_REL_VIEW_INST | Instance Attribute | LIKE TT_REL_VIEW_INST | Public | ||
| MT_SRC_KEYS | Instance Attribute | Key Table | LIKE /BOBF/T_FRW_KEY | Public | |
| MV_FIELD_SUFFIX | Instance Attribute | LIKE STRING | Public | ||
| SC_USAGE_CONTEXT | Constant | LIKE | 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