SAP /BOFU/IF_VIM_VIEW_DAC OO Class - Maintenance Views: Data Access Helper
/BOFU/IF_VIM_VIEW_DAC 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_VIM_VIEW_DAC 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_VIM_VIEW_DAC 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 |
| ENABLE_GUI_STATUS_FUNCTION | Enable/Disable GUI Status Function | Public |
| CALL METHOD /bofu/if_vim_view_dac=>ENABLE_GUI_STATUS_FUNCTION...more details | ||
| GET_CURRENT_LINE_ACTION | Get Action on Current Display Line (EXTRACT) | Public |
| CALL METHOD /bofu/if_vim_view_dac=>GET_CURRENT_LINE_ACTION...more details | ||
| GET_CURRENT_LINE_DATA | DATA: CURRENT: Get Fugr View Work Area - Current/Prev states | Public |
| CALL METHOD /bofu/if_vim_view_dac=>GET_CURRENT_LINE_DATA...more details | ||
| GET_CURRENT_LIST_LINE | Get Current List Line Number | Public |
| CALL METHOD /bofu/if_vim_view_dac=>GET_CURRENT_LIST_LINE...more details | ||
| GET_DATA | DATA: READ: Get Data | Public |
| CALL METHOD /bofu/if_vim_view_dac=>GET_DATA...more details | ||
| GET_LIST_TABLE_CONTROL | Get List Table Control | Public |
| CALL METHOD /bofu/if_vim_view_dac=>GET_LIST_TABLE_CONTROL...more details | ||
|
| ||
| GET_OK_CODE | Get OK Code | Public |
| CALL METHOD /bofu/if_vim_view_dac=>GET_OK_CODE...more details | ||
| GET_STATUS | Get Status (vimstatus) | Public |
| CALL METHOD /bofu/if_vim_view_dac=>GET_STATUS...more details | ||
| HAS_DATA_CHANGED | Has Data Changed? | Public |
| CALL METHOD /bofu/if_vim_view_dac=>HAS_DATA_CHANGED...more details | ||
| IN_CHANGE_MODE | In change Mode? | Public |
| CALL METHOD /bofu/if_vim_view_dac=>IN_CHANGE_MODE...more details | ||
| IS_VIEW_CURRENTLY_ACTIVE | Is view currently active? | Public |
| CALL METHOD /bofu/if_vim_view_dac=>IS_VIEW_CURRENTLY_ACTIVE...more details | ||
| PBO_MAKE_EXTRACT_CONSISTENT | Make Extract Consistent | Public |
| CALL METHOD /bofu/if_vim_view_dac=>PBO_MAKE_EXTRACT_CONSISTENT...more details | ||
| READ_DATA_BY_KEY | DATA: READ Data By Key | Public |
| CALL METHOD /bofu/if_vim_view_dac=>READ_DATA_BY_KEY...more details | ||
| SET_CURRENT_LINE_DATA | DATA: CURRENT: Set Fugr View Work Area - OVERWRITES workarea | Public |
| CALL METHOD /bofu/if_vim_view_dac=>SET_CURRENT_LINE_DATA...more details | ||
| SET_OK_CODE | Set OK Code | Public |
| CALL METHOD /bofu/if_vim_view_dac=>SET_OK_CODE...more details | ||
| UPDATE_DATA | DATA: UPDATE: Update data | Public |
| CALL METHOD /bofu/if_vim_view_dac=>UPDATE_DATA...more details | ||
/BOFU/IF_VIM_VIEW_DAC 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_SORTED_DATA_TABLE_DESC | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_TABLEDESCR | Public | |
| MO_SORTED_KEY_TABLE_DESC_DYN | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_TABLEDESCR | Public | |
| MO_VIEW_DESCR | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_STRUCTDESCR | Public | |
| MO_VIEW_KEY_DESCR_DYN | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_STRUCTDESCR | Public | |
| MS_VIEW_DEFINITION | Instance Attribute | Control block structure for view maintenance | LIKE VIMDESC | Public | |
| MT_VIEW_RUNTIME_OBJ | Instance Attribute | Table Type for X031L | LIKE DD_X031L_TABLE | Public | |
| MV_OBJECT_NAME | Instance Attribute | Table or view name | LIKE VIEWTABNAM | Public | |
| SC_VIEW_DATA_MARKED_VALUES | Constant | View Entry Marked Values | LIKE | Public | |
| SC_VIEW_DISPLAY_MODES | Constant | View Display Modes (List/detail) | LIKE | Public | |
| SC_VIEW_ENTRY_EDIT_ACTIONS | Constant | View Entry Edit Actions | LIKE | Public | |
| SC_VIEW_ENTRY_EDIT_OPERATIONS | Constant | View Entry Edit Operations | LIKE | Public | |
| SC_VIEW_STATUS_ACTIONS | Constant | LIKE | Public | ||
| SC_VIEW_STATUS_FCODES | Constant | LIKE | Public |
/BOFU/IF_VIM_VIEW_DAC types
TT_GUI_STATUS_EXCL_FUNC - GUI Status Exclude FunctionsTT_VIEW_DEF_HEADER - View Definition Header
TT_VIEW_NAME_TABLE - View Name Table
TV_VIEW_DISPLAY_MODE - View Display Mode (list or detail)
TV_VIEW_ENTRY_EDIT_ACTION - View Entry Edit Action
TV_VIEW_ENTRY_EDIT_OPERATION - View Entry Edit Operation
TV_VIEW_ENTRY_MARKED_VALUE - View Entry Marked Value
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