SAP /BOFU/IF_VIM_VCL_VIEW_DAC OO Class - View Cluster View: Data Access
/BOFU/IF_VIM_VCL_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_VCL_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_VCL_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 | Public | |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>ENABLE_GUI_STATUS_FUNCTION...more details | ||
| GET_CURRENT_LINE_ACTION | Public | |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>GET_CURRENT_LINE_ACTION...more details | ||
| GET_CURRENT_LINE_DATA | Public | |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>GET_CURRENT_LINE_DATA...more details | ||
| GET_CURRENT_LIST_LINE | Public | |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>GET_CURRENT_LIST_LINE...more details | ||
| GET_DATA | Public | |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>GET_DATA...more details | ||
| GET_LIST_TABLE_CONTROL | Public | |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>GET_LIST_TABLE_CONTROL...more details | ||
|
| ||
| GET_OK_CODE | Public | |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>GET_OK_CODE...more details | ||
| GET_STATUS | Public | |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>GET_STATUS...more details | ||
| HAS_DATA_CHANGED | Public | |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>HAS_DATA_CHANGED...more details | ||
| INIT_NONKEY_SUBSETFLD_BY_DEP | Initialize non key subset fields by field dependencies | Public |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>INIT_NONKEY_SUBSETFLD_BY_DEP...more details | ||
| IN_CHANGE_MODE | Public | |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>IN_CHANGE_MODE...more details | ||
| IS_VIEW_CURRENTLY_ACTIVE | Public | |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>IS_VIEW_CURRENTLY_ACTIVE...more details | ||
| MARK_VIEW_READ_ONLY | Mark View read-only | Public |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>MARK_VIEW_READ_ONLY...more details | ||
| PBO_MAKE_EXTRACT_CONSISTENT | Public | |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>PBO_MAKE_EXTRACT_CONSISTENT...more details | ||
| READ_CHANGED_DATA | Read Changed Data | Public |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>READ_CHANGED_DATA...more details | ||
| READ_DATA_BY_CHILD_KEY | Read Data By Child Data | Public |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>READ_DATA_BY_CHILD_KEY...more details | ||
| READ_DATA_BY_KEY | Read Data By Key (incl sub hier) | Public |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>READ_DATA_BY_KEY...more details | ||
| SET_CURRENT_LINE_DATA | Public | |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>SET_CURRENT_LINE_DATA...more details | ||
| SET_OK_CODE | Public | |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>SET_OK_CODE...more details | ||
| UPDATE_DATA | Public | |
| CALL METHOD /bofu/if_vim_vcl_view_dac=>UPDATE_DATA...more details | ||
/BOFU/IF_VIM_VCL_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_PARENT_VIEW | Instance Attribute | View Cluster View Helper | LIKE /BOFU/IF_VIM_VCL_VIEW_DAC | Public | |
| MO_SORTED_DATA_TABLE_DESC | Instance Attribute | LIKE | Public | ||
| MO_SORTED_KEY_TABLE_DESC_DYN | Instance Attribute | LIKE | Public | ||
| MO_VIEW_DESCR | Instance Attribute | LIKE | Public | ||
| MO_VIEW_KEY_DESCR_DYN | Instance Attribute | LIKE | Public | ||
| MS_VIEW_DEFINITION | Instance Attribute | LIKE | Public | ||
| MT_CHILD_VIEWS | Instance Attribute | View Helpers | LIKE TT_VIEW_HELPERS | Public | |
| MT_FIELD_DEPENDENCY | Instance Attribute | LIKE TT_FIELD_DEPENDENCY | Public | ||
| MT_KEY_FIELD_DEPENDENCY | Instance Attribute | LIKE TT_KEY_FIELD_DEPENDENCY | Public | ||
| MV_OBJECT_NAME | Instance Attribute | LIKE | Public | ||
| MV_OBJECT_POSITION | Instance Attribute | Viewcluster object position | LIKE OBJPOSITON | Public | |
| SC_VIEW_DATA_MARKED_VALUES | Instance Attribute | LIKE | Public | ||
| SC_VIEW_DISPLAY_MODES | Instance Attribute | LIKE | Public | ||
| SC_VIEW_ENTRY_EDIT_ACTIONS | Instance Attribute | LIKE | Public | ||
| SC_VIEW_ENTRY_EDIT_OPERATIONS | Instance Attribute | LIKE | Public |
/BOFU/IF_VIM_VCL_VIEW_DAC types
TS_FIELD_DEPENDENCY - Field DependencyTS_KEY_FIELD_DEPENDENCY - Key Field Dependency
TS_VIEW_CHANGED_DATA - Changed Data of View
TS_VIEW_DATA - View Data
TT_FIELD_DEPENDENCY - Field Dependency
TT_GUI_STATUS_EXCL_FUNC -
TT_KEY_FIELD_DEPENDENCY - Key Field Dependency
TT_VIEW_CHANGED_DATA - Changed Data of Views
TT_VIEW_DATA - View Data
TT_VIEW_DEF_HEADER -
TT_VIEW_HELPERS - View Helpers
TT_VIEW_NAME_TABLE -
TV_VIEW_DISPLAY_MODE -
TV_VIEW_ENTRY_EDIT_ACTION -
TV_VIEW_ENTRY_EDIT_OPERATION -
TV_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