SAP /BOFU/CL_FBI_VIEW OO Class - FBI View: Runtime
/BOFU/CL_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/CL_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
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_VIEWMethod list of /BOFU/CL_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 |
| ACTIVATE_DDIC_COMPONENTS | Protected | |
| CALL METHOD /bofu/cl_fbi_view=>ACTIVATE_DDIC_COMPONENTS...more details | ||
| CHECK_CONSISTENCY | Protected | |
| CALL METHOD /bofu/cl_fbi_view=>CHECK_CONSISTENCY...more details | ||
| CHECK_EXISTENCE | Protected | |
| CALL METHOD /bofu/cl_fbi_view=>CHECK_EXISTENCE...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_fbi_view=>CLASS_CONSTRUCTOR...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_fbi_view=>CONSTRUCTOR...more details | ||
| CREATE_INSTANCE | Public | |
| CALL METHOD /bofu/cl_fbi_view=>CREATE_INSTANCE...more details | ||
|
| ||
| GENERATE_DDIC_COMPONENTS | Protected | |
| CALL METHOD /bofu/cl_fbi_view=>GENERATE_DDIC_COMPONENTS...more details | ||
| GENERATE_UI_DYN_DESCR | Generate UI Dynamic Structure | Protected |
| CALL METHOD /bofu/cl_fbi_view=>GENERATE_UI_DYN_DESCR...more details | ||
| GET_SECONDARY_KEYS | Protected | |
| CALL METHOD /bofu/cl_fbi_view=>GET_SECONDARY_KEYS...more details | ||
| INITIALIZE | Initialize | Protected |
| CALL METHOD /bofu/cl_fbi_view=>INITIALIZE...more details | ||
| IS_GENERATION_REQUIRED | Protected | |
| CALL METHOD /bofu/cl_fbi_view=>IS_GENERATION_REQUIRED...more details | ||
| READ_ACTION_CONF | Read Action Configuration | Protected |
| CALL METHOD /bofu/cl_fbi_view=>READ_ACTION_CONF...more details | ||
| SET_CLASS_NAME | Public | |
| CALL METHOD /bofu/cl_fbi_view=>SET_CLASS_NAME...more details | ||
| UPDATE_GENERATION_MAP | Protected | |
| CALL METHOD /bofu/cl_fbi_view=>UPDATE_GENERATION_MAP...more details | ||
/BOFU/CL_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 | Protected | ||
| MO_DATA_MAPPER | Instance Attribute | LIKE | Protected | ||
| MO_EXIT | Instance Attribute | LIKE | Protected | ||
| MO_EXIT_DEF | Instance Attribute | LIKE | Protected | ||
| MO_EXIT_RUN | Instance Attribute | LIKE | Protected | ||
| MO_FACTORY | Instance Attribute | FBI Factory | LIKE /BOFU/CL_FBI_FACTORY | Protected | |
| MO_NUMSYS_UTIL | Instance Attribute | Base N Number System Utility | LIKE /BOFU/CL_BASE_N_NUMSYS_UTIL | Protected | |
| MO_SD_TECH_FIELDS1 | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_STRUCTDESCR | Protected | |
| MO_SD_TECH_FIELDS2 | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_STRUCTDESCR | Protected | |
| MO_UI_DYN_STRUCT | Instance Attribute | UI Output Structure | LIKE CL_ABAP_STRUCTDESCR | Protected | |
| MO_UI_DYN_TABLE | Instance Attribute | UI Output Table | LIKE CL_ABAP_TABLEDESCR | Protected | |
| MO_UI_DYN_TABLE_SK | Instance Attribute | UI Output Table | LIKE CL_ABAP_TABLEDESCR | Protected | |
| MO_VIEW_CONF | Instance Attribute | LIKE | Protected | ||
| MR_PROP_STRUCT | Instance Attribute | LIKE | Protected | ||
| MS_BO_CONF | Instance Attribute | LIKE | Protected | ||
| MS_IDENTITY | Instance Attribute | LIKE | Protected | ||
| MS_NODE_CONF | Instance Attribute | LIKE | Protected | ||
| MS_VIEW_DDIC_MAP | Instance Attribute | LIKE | Protected | ||
| MT_ACTIONS | Instance Attribute | Action Definition | LIKE FPMGB_T_ACTIONDEF | Protected | |
| MT_ACT_CONF | Instance Attribute | LIKE | Protected | ||
| MT_FIELDS_FORM | Instance Attribute | GUIBB Form Field Description | LIKE FPMGB_T_FORMFIELD_DESCR | Protected | |
| MT_FIELDS_LIST | Instance Attribute | GUIBB List Field Description | LIKE FPMGB_T_LISTFIELD_DESCR | Protected | |
| MT_FIELDS_POWL | Instance Attribute | Field catalog META description | LIKE POWL_FIELDCAT_TTY | Protected | |
| MT_POWL_ACTIONS | Instance Attribute | action meta description | LIKE POWL_ACTDESCR_TTY | Protected | |
| MT_PROP_MAP | Instance Attribute | LIKE | Protected | ||
| MT_RELATED_VIEW | Instance Attribute | LIKE | Protected | ||
| MT_ROW_ACTIONS | Instance Attribute | Row Action Definition | LIKE FPMGB_T_ROW_ACTION | Protected | |
| MT_SECONDARY_KEYS | Instance Attribute | LIKE ABAP_TABLE_KEYDESCR_TAB | Protected | ||
| MT_SELF_ACTIONS | Instance Attribute | LIKE | Protected | ||
| MT_SPECIAL_GROUP | Instance Attribute | Special Groups for GUIBB Field Grouping | LIKE FPMGB_T_SPECIAL_GROUPS | Protected | |
| MV_CHECK_DURING_INIT | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Protected | |
| MV_USAGE_CONTEXT | Instance Attribute | LIKE /BOFU/IF_FBI_VIEW_INSTANCE=>TV_USAGE_CONTEXT | Protected | ||
| MV_VMAP_BO | Instance Attribute | LIKE /BOFU/BO | Protected | ||
| MV_VMAP_NODE | Instance Attribute | LIKE /BOFU/NODE | Protected | ||
| SC_BASE_SUFFIX | Constant | 36 | LIKE I | Public | |
| SC_FIELD_TECH_E | Instance Attribute | LIKE | Protected | ||
| SC_FIELD_TECH_R | Instance Attribute | LIKE | Protected | ||
| SC_FIELD_TECH_S | Instance Attribute | LIKE | Protected | ||
| SC_FIELD_TECH_V | Instance Attribute | LIKE | Protected | ||
| SC_GROUP_DATA | Instance Attribute | LIKE | Protected | ||
| SC_GROUP_PREFIX | Instance Attribute | LIKE | Protected | ||
| SC_GROUP_PROPERTY | Instance Attribute | LIKE | Protected | ||
| SC_GUIBB_CVS | Constant | '/BOFU/CL_FBI_OVS_CODEL' | LIKE STRING | Public | |
| SC_GUIBB_OVS | Constant | '/BOFU/CL_FBI_OVS_QUERY' | LIKE STRING | Public | |
| SC_IS_CREATE_FIELD | Instance Attribute | LIKE | Protected | ||
| SC_LOCK_MODE_FIELD | Instance Attribute | LIKE | Protected | ||
| SC_RETRY_COUNT | Constant | 3 | LIKE I | Protected | |
| SC_WAIT | Constant | 1 | LIKE I | Protected | |
| SO_CD_EXIT_DEF | Static Attribute | Runtime Type Services | LIKE CL_ABAP_OBJECTDESCR | Protected | |
| SO_CD_EXIT_RUN | Static Attribute | Runtime Type Services | LIKE CL_ABAP_OBJECTDESCR | Protected |
/BOFU/CL_FBI_VIEW types
TS_PROP_MAP -TS_RELATED_VIEW -
TS_VIEW_DDIC_MAP -
TT_PROP_MAP -
TT_RELATED_VIEW -
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