SAP /BOFU/CL_FBI_VIEW_INST OO Class - /BOFU/CL_FBI_VIEW_INST
/BOFU/CL_FBI_VIEW_INST 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/CL_FBI_VIEW_INST including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOFU/IF_ABSTRACT_FACTORYInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOFU/IF_FBI_VIEW_INSTANCEMethod list of /BOFU/CL_FBI_VIEW_INST 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 |
| APPLY_PARAMETER_MAPPING | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>APPLY_PARAMETER_MAPPING...more details | ||
| BUILD_NODE_CHANGES | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>BUILD_NODE_CHANGES...more details | ||
| CREATE_INSTANCE | Public | |
| CALL METHOD /bofu/cl_fbi_view_inst=>CREATE_INSTANCE...more details | ||
| EXECUTE_ACTION | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>EXECUTE_ACTION...more details | ||
| EXECUTE_CHECK | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>EXECUTE_CHECK...more details | ||
| EXECUTE_MODIFY | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>EXECUTE_MODIFY...more details | ||
|
| ||
| FPM_FLUSH | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>FPM_FLUSH...more details | ||
| FPM_GET_DATA | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>FPM_GET_DATA...more details | ||
| FPM_PROCESS_EVENT | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>FPM_PROCESS_EVENT...more details | ||
| GET_SELF_KEYS | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>GET_SELF_KEYS...more details | ||
| HANDLE_CUSTOM_ACTION | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>HANDLE_CUSTOM_ACTION...more details | ||
| HANDLE_REFERENCE_CREATE | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>HANDLE_REFERENCE_CREATE...more details | ||
| INITIALIZE | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>INITIALIZE...more details | ||
| INVALIDATE | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>INVALIDATE...more details | ||
| MERGE_DATA_N_PROPERTIES | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>MERGE_DATA_N_PROPERTIES...more details | ||
| MERGE_DATA_ONLY | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>MERGE_DATA_ONLY...more details | ||
| POWL_GET_MESSAGES | Public | |
| CALL METHOD /bofu/cl_fbi_view_inst=>POWL_GET_MESSAGES...more details | ||
| POWL_GET_MESSAGES_PREV | Private | |
| CALL METHOD /bofu/cl_fbi_view_inst=>POWL_GET_MESSAGES_PREV...more details | ||
| POWL_SET_ACTION_DEF | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>POWL_SET_ACTION_DEF...more details | ||
| PROCESS_SELECTION_EVENT | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>PROCESS_SELECTION_EVENT...more details | ||
| PROCESS_SYNCUP_EVENT | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>PROCESS_SYNCUP_EVENT...more details | ||
| RAISE_NODE_SELECTION_CHANGED | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>RAISE_NODE_SELECTION_CHANGED...more details | ||
| RAISE_SELCHANGE_EVENT | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>RAISE_SELCHANGE_EVENT...more details | ||
| RAISE_SELCHANGE_FIRST_DISPLAY | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>RAISE_SELCHANGE_FIRST_DISPLAY...more details | ||
| READ_DATA | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>READ_DATA...more details | ||
| READ_MESSAGES | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>READ_MESSAGES...more details | ||
| SET_ACTION_USAGE | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>SET_ACTION_USAGE...more details | ||
| SET_CLASS_NAME | Public | |
| CALL METHOD /bofu/cl_fbi_view_inst=>SET_CLASS_NAME...more details | ||
| SET_FIELD_USAGE_FORM | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>SET_FIELD_USAGE_FORM...more details | ||
| SET_TOOLBAR_ACTION_USAGE | Protected | |
| CALL METHOD /bofu/cl_fbi_view_inst=>SET_TOOLBAR_ACTION_USAGE...more details | ||
/BOFU/CL_FBI_VIEW_INST 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_CONTROLLER | Instance Attribute | LIKE /BOFU/IF_FBI_CONTROLLER | Protected | ||
| MO_FPM | Instance Attribute | LIKE IF_FPM | Protected | ||
| MO_PARENT_VIEW_INST | Instance Attribute | /BOFU/IF_FBI_VIEW_INSTANCE | LIKE /BOFU/IF_FBI_VIEW_INSTANCE | Protected | |
| MO_SRV_MGR | Instance Attribute | LIKE | Protected | ||
| MO_TXN_MGR | Instance Attribute | LIKE | Protected | ||
| MO_VIEW | Instance Attribute | LIKE | Protected | ||
| MR_SELF_VIEW | Instance Attribute | LIKE /BOFU/IF_FBI_VIEW=>TS_RELATED_VIEW | Protected | ||
| MS_OUT_TABLE_WA | Instance Attribute | LIKE | Protected | ||
| MS_REF_ACT_CONF | Instance Attribute | Association | LIKE /BOBF/S_CONFRO_ACT_LIST | Protected | |
| MS_SRC_ASSOC_CONF | Instance Attribute | LIKE /BOBF/S_CONFRO_ASSOC | Protected | ||
| MS_SRC_BO_CONF | Instance Attribute | LIKE /BOBF/S_CONFRO_OBJ | Protected | ||
| MT_DATA | Instance Attribute | LIKE | Protected | ||
| MT_FLUSH_FIELDMAP | Instance Attribute | LIKE | Protected | ||
| MT_KEYS | Instance Attribute | LIKE | Protected | ||
| MT_PENDING_CREATE | Instance Attribute | Key Table | LIKE /BOBF/T_FRW_KEY | Protected | |
| MT_REL_VIEW_INST | Instance Attribute | LIKE | Protected | ||
| MT_SRC_KEYS | Instance Attribute | LIKE | Protected | ||
| MV_CHANGE_MODE | Instance Attribute | LIKE /BOFU/FBI_CHANGE_MODE | Protected | ||
| MV_CHMOD_COUNTER | Instance Attribute | Natural number | LIKE INT4 | Protected | |
| MV_DEFERRED_CREATE | Instance Attribute | Use deferred create | LIKE /BOFU/FBI_DEFERRED_CREATE | Protected | |
| MV_DO_LEAD_UPDATE | Instance Attribute | LIKE BOOLE_D | Protected | ||
| MV_EDIT_LOCK_MODE | Instance Attribute | LIKE /BOFU/FBI_EDIT_LOCK_MODE | Protected | ||
| MV_FIELD_SUFFIX | Instance Attribute | LIKE | Protected | ||
| MV_FORCE_READ | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Protected | |
| MV_HAS_PUT_DYN | Instance Attribute | Registration required for OVS | LIKE BOOLE_D | Protected | |
| MV_IS_TOP_LEVEL | Instance Attribute | LIKE /BOFU/FBI_TOP_LEVEL_VIEW | Protected | ||
| MV_IS_VALID | Instance Attribute | LIKE BOOLE_D | Protected | ||
| MV_KEEP_FIELDS | Instance Attribute | Keep fields if no record | LIKE /BOFU/FBI_KEEP_FIELDS | Protected | |
| MV_KEY_FIELD | Instance Attribute | LIKE STRING | Protected | ||
| MV_NEW_KEY | Instance Attribute | NodeID | LIKE /BOBF/CONF_KEY | Protected | |
| MV_PARENT_FIELD_SUFFIX | Instance Attribute | LIKE STRING | Protected | ||
| MV_PARENT_KEY_FIELD | Instance Attribute | LIKE STRING | Protected | ||
| MV_READ_ONLY | Instance Attribute | LIKE /BOFU/FBI_READ_ONLY | Protected | ||
| MV_UPDATE_COUNTER | Instance Attribute | Natural number | LIKE INT4 | Protected | |
| MV_USAGE_CONTEXT | Instance Attribute | LIKE /BOFU/IF_FBI_VIEW_INSTANCE=>TV_USAGE_CONTEXT | Protected | ||
| SV_INIT_LEAD_SELECTION | Constant | ABAP_TRUE | LIKE BOOLE_D | Protected |
/BOFU/CL_FBI_VIEW_INST 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 -
Links to Related Class(s)
/BOFU/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects