SAP /BCV/CL_UIF_QVIEW_ASSIST OO Class - Assistance Class for /BCV/WDC_UIF_FORM_QVIEW









/BCV/CL_UIF_QVIEW_ASSIST 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_ASSIST 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_ASSIST is CL_WD_COMPONENT_ASSISTANCE

Method list of /BCV/CL_UIF_QVIEW_ASSIST 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
ADD_PERSONALIZED_REPRAdd a personalized representationPublic
CALL METHOD /bcv/cl_uif_qview_assist=>ADD_PERSONALIZED_REPR...more details

CREATE_OUTPUT_FORMATCreate output format instancePublic
CALL METHOD /bcv/cl_uif_qview_assist=>CREATE_OUTPUT_FORMAT...more details

DEFINE_SETTINGS_LINKDetermine how the settings link should be displayedPublic
CALL METHOD /bcv/cl_uif_qview_assist=>DEFINE_SETTINGS_LINK...more details

DETERMINE_TOOLTIPDetermine the tooltipPublic
CALL METHOD /bcv/cl_uif_qview_assist=>DETERMINE_TOOLTIP...more details

ERASE_PERS_REPRErase a personalized representationPublic
CALL METHOD /bcv/cl_uif_qview_assist=>ERASE_PERS_REPR...more details

EXT_SYNCHR_INBOUNDStandard synchronizations for every representationPublic
CALL METHOD /bcv/cl_uif_qview_assist=>EXT_SYNCHR_INBOUND...more details

FILL_GENERIC_PARAMSFill the table of queries metadata and display dimensionsPublic
CALL METHOD /bcv/cl_uif_qview_assist=>FILL_GENERIC_PARAMS...more details

GET_ALL_MEANINGSDetermine meanings corresponding to selected screen elementPublic
CALL METHOD /bcv/cl_uif_qview_assist=>GET_ALL_MEANINGS...more details

GET_DISP_PARAMGet display parametersPublic
CALL METHOD /bcv/cl_uif_qview_assist=>GET_DISP_PARAM...more details

GET_METADATAReturn the metadata tablePublic
CALL METHOD /bcv/cl_uif_qview_assist=>GET_METADATA...more details

GET_ORIGINAL_VALUEGet not converted value of a query output attributePublic
CALL METHOD /bcv/cl_uif_qview_assist=>GET_ORIGINAL_VALUE...more details

GET_PERS_KEYCreate a key for a personalized representationPublic
CALL METHOD /bcv/cl_uif_qview_assist=>GET_PERS_KEY...more details

GET_SAP_THEMEGet current SAP ThemePublic
CALL METHOD /bcv/cl_uif_qview_assist=>GET_SAP_THEME...more details

IS_DISP_PARAM_SETAre display parameters already set?Public
CALL METHOD /bcv/cl_uif_qview_assist=>IS_DISP_PARAM_SET...more details

MODIFYVIEW_SETTINGSWDDOMODIFYVIEW on settings screenPublic
CALL METHOD /bcv/cl_uif_qview_assist=>MODIFYVIEW_SETTINGS...more details

PREPARE_OUTPUT_TABPrepare output table (data conversion, synchronization etc)Public
CALL METHOD /bcv/cl_uif_qview_assist=>PREPARE_OUTPUT_TAB...more details

REPR_CHOSENRepresentation is chosen in the dropdown listPublic
CALL METHOD /bcv/cl_uif_qview_assist=>REPR_CHOSEN...more details

SAVE_SIDEPANEL_PERSSave the personalized side panel representationPublic
CALL METHOD /bcv/cl_uif_qview_assist=>SAVE_SIDEPANEL_PERS...more details

SET_DISP_DATASet data to displayPublic
CALL METHOD /bcv/cl_uif_qview_assist=>SET_DISP_DATA...more details

SET_DISP_DIMENSIONSet display dimensionPublic
CALL METHOD /bcv/cl_uif_qview_assist=>SET_DISP_DIMENSION...more details

SET_DISP_PARAMSet display parametersPublic
CALL METHOD /bcv/cl_uif_qview_assist=>SET_DISP_PARAM...more details

TOGGLE_SETTINGSToggle settings dialogue on/offPublic
CALL METHOD /bcv/cl_uif_qview_assist=>TOGGLE_SETTINGS...more details



/BCV/CL_UIF_QVIEW_ASSIST 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
CO_DEFAULT_FILE_NAMEConstantDefault name of a screenshot file'Chart.gif'LIKE
STRING
Public
CO_IDX_COLUMN_NAMEConstantName for the manually added index column in query output'/BCV/QVIEW_RESULT_IDX'LIKE
STRING
Public
CO_MAX_CAT_HORIZONTALConstantMaximal number of horizontal category labels10LIKE
I
Public
CO_MAX_PERS_NOConstantMax allowed No of personalizations10LIKE
I
Public
CO_POPUP_HEIGHTConstantDefault height of a popup window'100px'LIKE
STRING
Public
CO_POPUP_WIDTHConstantDefault width of a popup window'400px'LIKE
STRING
Public
CO_QVIEW_RESULT_NODEConstantName of the node with qview results'QVIEW_RESULT'LIKE
STRING
Public
CO_SIDEPANEL_REPR_IDConstantID of a personalized view in side panel'$PERS'LIKE
/BCV/UIF_REPR_ID
Public
CS_DIMENSIONConstantWindow default dimensionsLIKE
Public
CS_OUTPUT_TYPEConstantLIKE
Public
CS_SYNCHR_ACTIONConstantPossible synchonozation actionsLIKE
Public
CS_TABLE_DIMENSIONConstantTable relevant dimensionsLIKE
Public
CS_ZOOMConstantZoom relevant parametersLIKE
Public
GF_DISP_PARAM_SETInstance AttributeFlag is set when the display parameters are setLIKE
WDY_BOOLEAN
Public
GF_FILL_RESULT_NODEInstance AttributeFill results node with new dataLIKE
WDY_BOOLEAN
Public
GF_NEW_QUERYInstance AttributeA new query in a query view is requestedLIKE
WDY_BOOLEAN
Public
GF_RENDER_MAINInstance AttributeRerender the main screenLIKE
WDY_BOOLEAN
Public
GF_REPR_LOAD_SETTINGSInstance AttributeLoad representation into the settings dialogueLIKE
WDY_BOOLEAN
Public
GF_SET_DIMENSIONInstance AttributeSet display dimensionLIKE
WDY_BOOLEAN
Public
GO_CURR_REPRInstance AttributeSettings for the currently displayed representationLIKE
/BCV/IF_UIF_REPR_TECHNOLOGY
Public
GO_PERS_MANAGERInstance AttributeReference to WD personalization managerLIKE
IF_WD_PERSONALIZATION
Public
GT_FIELDInstance AttributeSynchronization data (sort and filter)LIKE
SALV_WD_T_FIELD_REF
Public
GT_QUERY_IDInstance AttributeQuery ID tableLIKE
WDR_CONTEXT_ATTR_VALUE_LIST
Public
GT_QVIEW_RES_DATAInstance AttributeTable of qview result relevant dataLIKE
TT_QVIEW_RES_DATA
Public
GT_REPR_ID_VALUEInstance AttributeList of dropdown values for representation IDsLIKE
WDR_CONTEXT_ATTR_VALUE_LIST
Public
GV_CONTEXT_KEYInstance AttributeContext KeyLIKE
/BCV/FND_CONTEXT_KEY
Public
GV_OUTPUT_TYPEInstance AttributeCurrent output typeLIKE
/BCV/UIF_OUTPUT_TYPE
Public
GV_QUERY_IDInstance AttributeCurrent query idLIKE
/BCV/QRM_QUERY_ID
Public
GV_QVIEW_IDInstance AttributeCurrent qview idLIKE
/BCV/UIF_QVIEW_ID
Public




/BCV/CL_UIF_QVIEW_ASSIST types

TT_AGGREGATED_LINES -
TT_QVIEW_RES_DATA -
TT_TABIX - Indices of selected table entries
TY_AGGREGATED_LINES -
TY_QVIEW_RES_DATA -
TY_S_ALV_FIELD_TAB -
TY_S_OUTPUT_PROP - Output Properties of Result Field
TY_T_ALV_FIELD_TAB -
TY_T_OUTPUT_PROP - Output Properties of Result Fields

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!