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 Name | Description | Visability |
| CHECK_ALL_FIELDS_VISIBLE | Check if all fields in the guibb should be visible | Public |
| CALL METHOD /bofu/if_fbi_view_instance_new=>CHECK_ALL_FIELDS_VISIBLE...more details | ||
| CREATE | Public | |
| CALL METHOD /bofu/if_fbi_view_instance_new=>CREATE...more details | ||
| CREATE_ALL_INSTANCES | Public | |
| CALL METHOD /bofu/if_fbi_view_instance_new=>CREATE_ALL_INSTANCES...more details | ||
| FLUSH | Public | |
| CALL METHOD /bofu/if_fbi_view_instance_new=>FLUSH...more details | ||
| GET_ACTION_PROPERTIES | Public | |
| CALL METHOD /bofu/if_fbi_view_instance_new=>GET_ACTION_PROPERTIES...more details | ||
| GET_DATA | Public | |
| CALL METHOD /bofu/if_fbi_view_instance_new=>GET_DATA...more details | ||
|
| ||
| GET_FIELD_PROPERTIES | Public | |
| CALL METHOD /bofu/if_fbi_view_instance_new=>GET_FIELD_PROPERTIES...more details | ||
| GET_FIELD_VISIBILITY | Public | |
| CALL METHOD /bofu/if_fbi_view_instance_new=>GET_FIELD_VISIBILITY...more details | ||
| GET_MESSAGES | Public | |
| CALL METHOD /bofu/if_fbi_view_instance_new=>GET_MESSAGES...more details | ||
| GET_QUICKVIEW_KEY | Public | |
| CALL METHOD /bofu/if_fbi_view_instance_new=>GET_QUICKVIEW_KEY...more details | ||
| GET_RUNTIME_CONF_KEY | Use this instead of MO_View->MS_Node_Conf | Public |
| CALL METHOD /bofu/if_fbi_view_instance_new=>GET_RUNTIME_CONF_KEY...more details | ||
| HANDLE_ACTION | Public | |
| CALL METHOD /bofu/if_fbi_view_instance_new=>HANDLE_ACTION...more details | ||
| INITIALIZE | Public | |
| CALL METHOD /bofu/if_fbi_view_instance_new=>INITIALIZE...more details | ||
| NEEDS_CONFIRMATION | Public | |
| CALL METHOD /bofu/if_fbi_view_instance_new=>NEEDS_CONFIRMATION...more details | ||
| PROCESS_EVENT | Public | |
| CALL METHOD /bofu/if_fbi_view_instance_new=>PROCESS_EVENT...more details | ||
| QUERY_DATA | Public | |
| CALL METHOD /bofu/if_fbi_view_instance_new=>QUERY_DATA...more details | ||
| RETRIEVE_BY_ASSOCIATION | To Retrieve data of child node instances | Public |
| CALL METHOD /bofu/if_fbi_view_instance_new=>RETRIEVE_BY_ASSOCIATION...more details | ||
| SAVE | Save transaction | Public |
| CALL METHOD /bofu/if_fbi_view_instance_new=>SAVE...more details | ||
| SET_RUNTIME_CONF_KEY | To Be called After wire input from GUIBBs | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_PROPERTY_BUFFER | Instance Attribute | LIKE /BOFU/IF_FBI_PROPERTY_BUFFER | Public | ||
| MO_SRV_MGR | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Public | |
| MO_VIEW | Instance Attribute | LIKE /BOFU/IF_FBI_VIEW | Public | ||
| MS_OUT_TABLE_WA | Instance Attribute | LIKE TS_OUT_TABLE_WA | 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 | ||
| MV_FIELD_SUFFIX | Instance Attribute | LIKE STRING | Public | ||
| SC_USAGE_CONTEXT | Constant | LIKE | 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