SAP /BOFU/IF_FBI_VIEW OO Class - FBI View
/BOFU/IF_FBI_VIEW 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 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 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 |
| GET_ACTIONS | Get Actions | Public |
| CALL METHOD /bofu/if_fbi_view=>GET_ACTIONS...more details | ||
| GET_DND_DEFINITION | Get Drag & Drop Definition | Public |
| CALL METHOD /bofu/if_fbi_view=>GET_DND_DEFINITION...more details | ||
| GET_FIELDCAT | Get Field Catalog | Public |
| CALL METHOD /bofu/if_fbi_view=>GET_FIELDCAT...more details | ||
| GET_FIELDS | Get Fields | Public |
| CALL METHOD /bofu/if_fbi_view=>GET_FIELDS...more details | ||
| GET_MAP_TABLE | Get Map Table Values | Public |
| CALL METHOD /bofu/if_fbi_view=>GET_MAP_TABLE...more details | ||
| GET_SECONDARY_KEYS | Get Secondary Keys | Public |
| CALL METHOD /bofu/if_fbi_view=>GET_SECONDARY_KEYS...more details | ||
|
| ||
| INITIALIZE | Initialize | Public |
| CALL METHOD /bofu/if_fbi_view=>INITIALIZE...more details | ||
/BOFU/IF_FBI_VIEW 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_BO_CONF | Instance Attribute | LIKE /BOBF/IF_FRW_CONFIGURATION | Public | ||
| MO_DATA_MAPPER | Instance Attribute | LIKE /BOFU/IF_FBI_VIEW_DATA_MAPPER | Public | ||
| MO_EXIT | Instance Attribute | Exit Interface for the BO node | LIKE /BOFU/IF_FBI_VIEW_EXIT_INTF | Public | |
| MO_EXIT_DEF | Instance Attribute | Exit Interface for the BO node | LIKE /BOFU/IF_FBI_VIEW_EXITINTF_DEF | Public | |
| MO_EXIT_RUN | Instance Attribute | Exit Interface for the BO node | LIKE /BOFU/IF_FBI_VIEW_EXITINTF_RUN | Public | |
| MO_VIEW_CONF | Instance Attribute | LIKE /BOFU/IF_FBI_VIEW_CONF | Public | ||
| MR_PROP_STRUCT | Instance Attribute | LIKE DATA | Public | ||
| MS_ASSOC_TO_PARENT_CONF | Instance Attribute | Configuration: Association | LIKE /BOBF/S_CONFRO_ASSOC | Public | |
| MS_BO_CONF | Instance Attribute | Configuration: Version-Dependent Root Node | LIKE /BOBF/S_CONFRO_OBJ | Public | |
| MS_IDENTITY | Instance Attribute | LIKE /BOFU/CL_FBI_FACTORY=>TS_VIEW_IDENTITY | Public | ||
| MS_NODE_CONF | Instance Attribute | LIKE /BOBF/S_CONFRO_NODE | Public | ||
| MS_VIEW_DDIC_MAP | Instance Attribute | LIKE TS_VIEW_DDIC_MAP | Public | ||
| MT_ACT_CONF | Instance Attribute | Configuration: Action | LIKE /BOBF/T_CONFRO_ACT_LIST | Public | |
| MT_PROP_MAP | Instance Attribute | LIKE TT_PROP_MAP | Public | ||
| MT_RELATED_VIEW | Instance Attribute | LIKE TT_RELATED_VIEW | Public | ||
| MT_SELF_ACTIONS | Instance Attribute | LIKE FPMGB_T_ACTIONDEF | Public | ||
| SC_FIELD_TECH_E | Constant | Enabled Field | '/BOFU/E' | LIKE STRING | Public |
| SC_FIELD_TECH_R | Constant | Read Only field | '/BOFU/R' | LIKE STRING | Public |
| SC_FIELD_TECH_S | Constant | State field | '/BOFU/S' | LIKE STRING | Public |
| SC_FIELD_TECH_V | Constant | Visibility field | '/BOFU/V' | LIKE STRING | Public |
| SC_GROUP_DATA | Constant | Data part sub structure | '/BOFU/D' | LIKE STRING | Public |
| SC_GROUP_PREFIX | Constant | '/BOFU/' | LIKE STRING | Public | |
| SC_GROUP_PROPERTY | Constant | Field control prop sub str | '/BOFU/P' | LIKE STRING | Public |
| SC_GROUP_TECH_FIELDS_2 | Constant | Lock / Is Create tech fields sub structure | '/BOFU/T' | LIKE STRING | Public |
| SC_IS_CREATE_FIELD | Constant | Is Create field | '/BOFU/K' | LIKE STRING | Public |
| SC_LOCK_MODE_FIELD | Constant | Lock Mode field | '/BOFU/L' | LIKE STRING | Public |
/BOFU/IF_FBI_VIEW types
TS_PROP_MAP - Property MapTS_RELATED_VIEW - Related View
TS_VIEW_DDIC_MAP - View: DDic Type mapping
TT_PROP_MAP - Property Map
TT_RELATED_VIEW - Related Views
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