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 NameDescriptionVisability
ENABLE_GUI_STATUS_FUNCTIONEnable/Disable GUI Status FunctionPublic
CALL METHOD /bofu/if_vim_view_dac=>ENABLE_GUI_STATUS_FUNCTION...more details

GET_CURRENT_LINE_ACTIONGet Action on Current Display Line (EXTRACT)Public
CALL METHOD /bofu/if_vim_view_dac=>GET_CURRENT_LINE_ACTION...more details

GET_CURRENT_LINE_DATADATA: CURRENT: Get Fugr View Work Area - Current/Prev statesPublic
CALL METHOD /bofu/if_vim_view_dac=>GET_CURRENT_LINE_DATA...more details

GET_CURRENT_LIST_LINEGet Current List Line NumberPublic
CALL METHOD /bofu/if_vim_view_dac=>GET_CURRENT_LIST_LINE...more details

GET_DATADATA: READ: Get DataPublic
CALL METHOD /bofu/if_vim_view_dac=>GET_DATA...more details

GET_LIST_TABLE_CONTROLGet List Table ControlPublic
CALL METHOD /bofu/if_vim_view_dac=>GET_LIST_TABLE_CONTROL...more details

GET_OK_CODEGet OK CodePublic
CALL METHOD /bofu/if_vim_view_dac=>GET_OK_CODE...more details

GET_STATUSGet Status (vimstatus)Public
CALL METHOD /bofu/if_vim_view_dac=>GET_STATUS...more details

HAS_DATA_CHANGEDHas Data Changed?Public
CALL METHOD /bofu/if_vim_view_dac=>HAS_DATA_CHANGED...more details

IN_CHANGE_MODEIn change Mode?Public
CALL METHOD /bofu/if_vim_view_dac=>IN_CHANGE_MODE...more details

IS_VIEW_CURRENTLY_ACTIVEIs view currently active?Public
CALL METHOD /bofu/if_vim_view_dac=>IS_VIEW_CURRENTLY_ACTIVE...more details

PBO_MAKE_EXTRACT_CONSISTENTMake Extract ConsistentPublic
CALL METHOD /bofu/if_vim_view_dac=>PBO_MAKE_EXTRACT_CONSISTENT...more details

READ_DATA_BY_KEYDATA: READ Data By KeyPublic
CALL METHOD /bofu/if_vim_view_dac=>READ_DATA_BY_KEY...more details

SET_CURRENT_LINE_DATADATA: CURRENT: Set Fugr View Work Area - OVERWRITES workareaPublic
CALL METHOD /bofu/if_vim_view_dac=>SET_CURRENT_LINE_DATA...more details

SET_OK_CODESet OK CodePublic
CALL METHOD /bofu/if_vim_view_dac=>SET_OK_CODE...more details

UPDATE_DATADATA: UPDATE: Update dataPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_SORTED_DATA_TABLE_DESCInstance AttributeRuntime Type ServicesLIKE
CL_ABAP_TABLEDESCR
Public
MO_SORTED_KEY_TABLE_DESC_DYNInstance AttributeRuntime Type ServicesLIKE
CL_ABAP_TABLEDESCR
Public
MO_VIEW_DESCRInstance AttributeRuntime Type ServicesLIKE
CL_ABAP_STRUCTDESCR
Public
MO_VIEW_KEY_DESCR_DYNInstance AttributeRuntime Type ServicesLIKE
CL_ABAP_STRUCTDESCR
Public
MS_VIEW_DEFINITIONInstance AttributeControl block structure for view maintenanceLIKE
VIMDESC
Public
MT_VIEW_RUNTIME_OBJInstance AttributeTable Type for X031LLIKE
DD_X031L_TABLE
Public
MV_OBJECT_NAMEInstance AttributeTable or view nameLIKE
VIEWTABNAM
Public
SC_VIEW_DATA_MARKED_VALUESConstantView Entry Marked ValuesLIKE
Public
SC_VIEW_DISPLAY_MODESConstantView Display Modes (List/detail)LIKE
Public
SC_VIEW_ENTRY_EDIT_ACTIONSConstantView Entry Edit ActionsLIKE
Public
SC_VIEW_ENTRY_EDIT_OPERATIONSConstantView Entry Edit OperationsLIKE
Public
SC_VIEW_STATUS_ACTIONSConstantLIKE
Public
SC_VIEW_STATUS_FCODESConstantLIKE
Public




/BOFU/IF_VIM_VIEW_DAC types

TT_GUI_STATUS_EXCL_FUNC - GUI Status Exclude Functions
TT_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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!