SAP /BCV/CL_UIF_QVIEW_CFG OO Class - Query view configuration









/BCV/CL_UIF_QVIEW_CFG 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 /BCV/CL_UIF_QVIEW_CFG including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /BCV/CL_UIF_QVIEW_CFG is /BCV/CL_FND_CFG_DATA_ACCESS

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BCV/IF_UIF_QVIEW_CFG

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BCV/IF_UIF_QVIEW_CFG_EDIT

Method list of /BCV/CL_UIF_QVIEW_CFG 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
CONSTRUCTORPrivate
CALL METHOD /bcv/cl_uif_qview_cfg=>CONSTRUCTOR...more details



/BCV/CL_UIF_QVIEW_CFG 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
GC_QVIEWQAInstance AttributeLIKE
Protected
GC_QVIEWQVInstance AttributeLIKE
Protected
MS_BUFFER_INDInstance AttributeLIKE
MS_CHANGE_IND
Protected
MS_CHANGE_INDInstance AttributeLIKE
Protected
MT_DISPLATInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_DISPLAT
Protected
MT_DISPLAT_DBInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_DISPLAT
Protected
MT_DISPLAVInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_DISPLAV
Protected
MT_DISPLAV_DBInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_DISPLAV
Protected
MT_DISPLAYInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_DISPLAY
Protected
MT_DISPLAY_DBInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_DISPLAY
Protected
MT_QVIEWInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_QVIEW
Protected
MT_QVIEWGAInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWGA
Protected
MT_QVIEWGA_DBInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWGA
Protected
MT_QVIEWQAInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWQA
Protected
MT_QVIEWQA_DBInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWQA
Protected
MT_QVIEWQVInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWQV
Protected
MT_QVIEWQV_DBInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWQV
Protected
MT_QVIEWTInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWT
Protected
MT_QVIEWT_DBInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWT
Protected
MT_QVIEW_DBInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_QVIEW
Protected
MT_STRUCInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_STRUC
Protected
MT_STRUC_DBInstance AttributeLIKE
/BCV/IF_UIF_QVIEW_CFG=>TT_STRUC
Protected
MV_LOCK_INDInstance AttributeLIKE
ABAP_BOOL
Protected
MV_QVIEW_IDInstance AttributeLIKE
/BCV/UIF_QVIEW_ID
Protected




/BCV/CL_UIF_QVIEW_CFG types

TT_DISPLAT -
TT_DISPLAV -
TT_DISPLAY -
TT_QVIEW -
TT_QVIEWGA -
TT_QVIEWT -
TT_STRUC -

Links to Related Class(s)

/BCV/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!