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_ACCESSInterface 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_CFGInterface 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_EDITMethod 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 Name | Description | Visability |
| CONSTRUCTOR | Private | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_QVIEWQA | Instance Attribute | LIKE | Protected | ||
| GC_QVIEWQV | Instance Attribute | LIKE | Protected | ||
| MS_BUFFER_IND | Instance Attribute | LIKE MS_CHANGE_IND | Protected | ||
| MS_CHANGE_IND | Instance Attribute | LIKE | Protected | ||
| MT_DISPLAT | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_DISPLAT | Protected | ||
| MT_DISPLAT_DB | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_DISPLAT | Protected | ||
| MT_DISPLAV | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_DISPLAV | Protected | ||
| MT_DISPLAV_DB | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_DISPLAV | Protected | ||
| MT_DISPLAY | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_DISPLAY | Protected | ||
| MT_DISPLAY_DB | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_DISPLAY | Protected | ||
| MT_QVIEW | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_QVIEW | Protected | ||
| MT_QVIEWGA | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWGA | Protected | ||
| MT_QVIEWGA_DB | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWGA | Protected | ||
| MT_QVIEWQA | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWQA | Protected | ||
| MT_QVIEWQA_DB | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWQA | Protected | ||
| MT_QVIEWQV | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWQV | Protected | ||
| MT_QVIEWQV_DB | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWQV | Protected | ||
| MT_QVIEWT | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWT | Protected | ||
| MT_QVIEWT_DB | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_QVIEWT | Protected | ||
| MT_QVIEW_DB | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_QVIEW | Protected | ||
| MT_STRUC | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_STRUC | Protected | ||
| MT_STRUC_DB | Instance Attribute | LIKE /BCV/IF_UIF_QVIEW_CFG=>TT_STRUC | Protected | ||
| MV_LOCK_IND | Instance Attribute | LIKE ABAP_BOOL | Protected | ||
| MV_QVIEW_ID | Instance Attribute | LIKE /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