SAP /BOFU/CL_VIM_SERVICES OO Class - View Maintenance Helper Services









/BOFU/CL_VIM_SERVICES 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_VIM_SERVICES 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_SINGLETON

Method list of /BOFU/CL_VIM_SERVICES 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
COPY_ITAB_DATACopy data from source to target (move-corresponding)Public
CALL METHOD /bofu/cl_vim_services=>COPY_ITAB_DATA...more details

CREATE_TABLEDESC_4_STRUCTTable Desc: Sorted Data table, Sorted Key table typesPublic
CALL METHOD /bofu/cl_vim_services=>CREATE_TABLEDESC_4_STRUCT...more details

GET_EVENT_HANDLERGet View / View Cluster Event HandlerPublic
CALL METHOD /bofu/cl_vim_services=>GET_EVENT_HANDLER...more details

GET_INSTANCEPublic
CALL METHOD /bofu/cl_vim_services=>GET_INSTANCE...more details

GET_VCL_EVENT_HANDLERGet VCL Event HandlerPublic
CALL METHOD /bofu/cl_vim_services=>GET_VCL_EVENT_HANDLER...more details

GET_VCL_HELPERGet VCL HelperPublic
CALL METHOD /bofu/cl_vim_services=>GET_VCL_HELPER...more details

GET_VIEW_EVENT_HANDLERGet View Event HandlerProtected
CALL METHOD /bofu/cl_vim_services=>GET_VIEW_EVENT_HANDLER...more details

GET_VIEW_NAME_BY_DATAGet View Name by itab/work areaPublic
CALL METHOD /bofu/cl_vim_services=>GET_VIEW_NAME_BY_DATA...more details

POV_COLLECT_DATAProcess on Value Request: Collect DataPublic
CALL METHOD /bofu/cl_vim_services=>POV_COLLECT_DATA...more details

POV_UPDATE_DATAProcess on Value Request: Update data after f4 is calledPublic
CALL METHOD /bofu/cl_vim_services=>POV_UPDATE_DATA...more details

SET_CLASS_NAMEPublic
CALL METHOD /bofu/cl_vim_services=>SET_CLASS_NAME...more details



/BOFU/CL_VIM_SERVICES 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
SO_INSTANCEInstance AttributeLIKE
Protected
SV_CLASS_NAMEInstance AttributeLIKE
Protected




/BOFU/CL_VIM_SERVICES types

TT_SCREEN_FIELD_VALUES - Screen Field values

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



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!