SAP /BCV/IF_UIF_QVIEW_CFG OO Class - Read query view configuration
/BCV/IF_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/IF_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
Method list of /BCV/IF_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 |
| CLEAR_DB_BUFFERS | CLEAR_DB_BUFFERS | Public |
| CALL METHOD /bcv/if_uif_qview_cfg=>CLEAR_DB_BUFFERS...more details | ||
| GET_DISPLAY_SETTINGS | GET_DISPLAY_SETTINGS | Public |
| CALL METHOD /bcv/if_uif_qview_cfg=>GET_DISPLAY_SETTINGS...more details | ||
| GET_DISPLAY_SETTING_TEXTS | GET_DISPLAY_SETTING_TEXTS | Public |
| CALL METHOD /bcv/if_uif_qview_cfg=>GET_DISPLAY_SETTING_TEXTS...more details | ||
| GET_DISPLAY_SETTING_VALUES | GET_DISPLAY_SETTING_VALUES | Public |
| CALL METHOD /bcv/if_uif_qview_cfg=>GET_DISPLAY_SETTING_VALUES...more details | ||
| GET_QUERY_VIEW | GET_QUERY_VIEW | Public |
| CALL METHOD /bcv/if_uif_qview_cfg=>GET_QUERY_VIEW...more details | ||
| GET_QUERY_VIEW_EXIST | Check whether Query View exists on database | Public |
| CALL METHOD /bcv/if_uif_qview_cfg=>GET_QUERY_VIEW_EXIST...more details | ||
|
| ||
| GET_QUERY_VIEW_GA | GET_QUERY_VIEW_GA | Public |
| CALL METHOD /bcv/if_uif_qview_cfg=>GET_QUERY_VIEW_GA...more details | ||
| GET_QUERY_VIEW_QA | Get Queries which are assigned to a Query View | Public |
| CALL METHOD /bcv/if_uif_qview_cfg=>GET_QUERY_VIEW_QA...more details | ||
| GET_QUERY_VIEW_TEXTS | GET_QUERY_VIEW_TEXTS | Public |
| CALL METHOD /bcv/if_uif_qview_cfg=>GET_QUERY_VIEW_TEXTS...more details | ||
| GET_SINGLE_DISPLAY_TEXT | GET_SINGLE_DISPLAY_TEXT | Public |
| CALL METHOD /bcv/if_uif_qview_cfg=>GET_SINGLE_DISPLAY_TEXT...more details | ||
| GET_SINGLE_QUERY_VIEW_TEXT | GET_SINGLE_QUERY_VIEW_TEXT | Public |
| CALL METHOD /bcv/if_uif_qview_cfg=>GET_SINGLE_QUERY_VIEW_TEXT...more details | ||
| GET_STRUCTURE | GET_STRUCTURE | Public |
| CALL METHOD /bcv/if_uif_qview_cfg=>GET_STRUCTURE...more details | ||
| GET_VARIABLES | GET_VARIABLES | Public |
| CALL METHOD /bcv/if_uif_qview_cfg=>GET_VARIABLES...more details | ||
/BCV/IF_UIF_QVIEW_CFG types
TT_DISPLAT -TT_DISPLAV -
TT_DISPLAY -
TT_QVIEW -
TT_QVIEWGA -
TT_QVIEWQA - Assignment of Queries to a Query View
TT_QVIEWQV -
TT_QVIEWT -
TT_STRUC -
Links to Related Class(s)
/BCV/IF_...Full list of available SAP object classes
Search for further information about these or an SAP related objects