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 NameDescriptionVisability
CLEAR_DB_BUFFERSCLEAR_DB_BUFFERSPublic
CALL METHOD /bcv/if_uif_qview_cfg=>CLEAR_DB_BUFFERS...more details

GET_DISPLAY_SETTINGSGET_DISPLAY_SETTINGSPublic
CALL METHOD /bcv/if_uif_qview_cfg=>GET_DISPLAY_SETTINGS...more details

GET_DISPLAY_SETTING_TEXTSGET_DISPLAY_SETTING_TEXTSPublic
CALL METHOD /bcv/if_uif_qview_cfg=>GET_DISPLAY_SETTING_TEXTS...more details

GET_DISPLAY_SETTING_VALUESGET_DISPLAY_SETTING_VALUESPublic
CALL METHOD /bcv/if_uif_qview_cfg=>GET_DISPLAY_SETTING_VALUES...more details

GET_QUERY_VIEWGET_QUERY_VIEWPublic
CALL METHOD /bcv/if_uif_qview_cfg=>GET_QUERY_VIEW...more details

GET_QUERY_VIEW_EXISTCheck whether Query View exists on databasePublic
CALL METHOD /bcv/if_uif_qview_cfg=>GET_QUERY_VIEW_EXIST...more details

GET_QUERY_VIEW_GAGET_QUERY_VIEW_GAPublic
CALL METHOD /bcv/if_uif_qview_cfg=>GET_QUERY_VIEW_GA...more details

GET_QUERY_VIEW_QAGet Queries which are assigned to a Query ViewPublic
CALL METHOD /bcv/if_uif_qview_cfg=>GET_QUERY_VIEW_QA...more details

GET_QUERY_VIEW_TEXTSGET_QUERY_VIEW_TEXTSPublic
CALL METHOD /bcv/if_uif_qview_cfg=>GET_QUERY_VIEW_TEXTS...more details

GET_SINGLE_DISPLAY_TEXTGET_SINGLE_DISPLAY_TEXTPublic
CALL METHOD /bcv/if_uif_qview_cfg=>GET_SINGLE_DISPLAY_TEXT...more details

GET_SINGLE_QUERY_VIEW_TEXTGET_SINGLE_QUERY_VIEW_TEXTPublic
CALL METHOD /bcv/if_uif_qview_cfg=>GET_SINGLE_QUERY_VIEW_TEXT...more details

GET_STRUCTUREGET_STRUCTUREPublic
CALL METHOD /bcv/if_uif_qview_cfg=>GET_STRUCTURE...more details

GET_VARIABLESGET_VARIABLESPublic
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



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!