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_ASSISTANCEMethod 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 Name | Description | Visability |
| ADD_PERSONALIZED_REPR | Add a personalized representation | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>ADD_PERSONALIZED_REPR...more details | ||
| CREATE_OUTPUT_FORMAT | Create output format instance | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>CREATE_OUTPUT_FORMAT...more details | ||
| DEFINE_SETTINGS_LINK | Determine how the settings link should be displayed | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>DEFINE_SETTINGS_LINK...more details | ||
| DETERMINE_TOOLTIP | Determine the tooltip | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>DETERMINE_TOOLTIP...more details | ||
| ERASE_PERS_REPR | Erase a personalized representation | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>ERASE_PERS_REPR...more details | ||
| EXT_SYNCHR_INBOUND | Standard synchronizations for every representation | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>EXT_SYNCHR_INBOUND...more details | ||
|
| ||
| FILL_GENERIC_PARAMS | Fill the table of queries metadata and display dimensions | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>FILL_GENERIC_PARAMS...more details | ||
| GET_ALL_MEANINGS | Determine meanings corresponding to selected screen element | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>GET_ALL_MEANINGS...more details | ||
| GET_DISP_PARAM | Get display parameters | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>GET_DISP_PARAM...more details | ||
| GET_METADATA | Return the metadata table | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>GET_METADATA...more details | ||
| GET_ORIGINAL_VALUE | Get not converted value of a query output attribute | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>GET_ORIGINAL_VALUE...more details | ||
| GET_PERS_KEY | Create a key for a personalized representation | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>GET_PERS_KEY...more details | ||
| GET_SAP_THEME | Get current SAP Theme | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>GET_SAP_THEME...more details | ||
| IS_DISP_PARAM_SET | Are display parameters already set? | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>IS_DISP_PARAM_SET...more details | ||
| MODIFYVIEW_SETTINGS | WDDOMODIFYVIEW on settings screen | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>MODIFYVIEW_SETTINGS...more details | ||
| PREPARE_OUTPUT_TAB | Prepare output table (data conversion, synchronization etc) | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>PREPARE_OUTPUT_TAB...more details | ||
| REPR_CHOSEN | Representation is chosen in the dropdown list | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>REPR_CHOSEN...more details | ||
| SAVE_SIDEPANEL_PERS | Save the personalized side panel representation | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>SAVE_SIDEPANEL_PERS...more details | ||
| SET_DISP_DATA | Set data to display | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>SET_DISP_DATA...more details | ||
| SET_DISP_DIMENSION | Set display dimension | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>SET_DISP_DIMENSION...more details | ||
| SET_DISP_PARAM | Set display parameters | Public |
| CALL METHOD /bcv/cl_uif_qview_assist=>SET_DISP_PARAM...more details | ||
| TOGGLE_SETTINGS | Toggle settings dialogue on/off | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| CO_DEFAULT_FILE_NAME | Constant | Default name of a screenshot file | 'Chart.gif' | LIKE STRING | Public |
| CO_IDX_COLUMN_NAME | Constant | Name for the manually added index column in query output | '/BCV/QVIEW_RESULT_IDX' | LIKE STRING | Public |
| CO_MAX_CAT_HORIZONTAL | Constant | Maximal number of horizontal category labels | 10 | LIKE I | Public |
| CO_MAX_PERS_NO | Constant | Max allowed No of personalizations | 10 | LIKE I | Public |
| CO_POPUP_HEIGHT | Constant | Default height of a popup window | '100px' | LIKE STRING | Public |
| CO_POPUP_WIDTH | Constant | Default width of a popup window | '400px' | LIKE STRING | Public |
| CO_QVIEW_RESULT_NODE | Constant | Name of the node with qview results | 'QVIEW_RESULT' | LIKE STRING | Public |
| CO_SIDEPANEL_REPR_ID | Constant | ID of a personalized view in side panel | '$PERS' | LIKE /BCV/UIF_REPR_ID | Public |
| CS_DIMENSION | Constant | Window default dimensions | LIKE | Public | |
| CS_OUTPUT_TYPE | Constant | LIKE | Public | ||
| CS_SYNCHR_ACTION | Constant | Possible synchonozation actions | LIKE | Public | |
| CS_TABLE_DIMENSION | Constant | Table relevant dimensions | LIKE | Public | |
| CS_ZOOM | Constant | Zoom relevant parameters | LIKE | Public | |
| GF_DISP_PARAM_SET | Instance Attribute | Flag is set when the display parameters are set | LIKE WDY_BOOLEAN | Public | |
| GF_FILL_RESULT_NODE | Instance Attribute | Fill results node with new data | LIKE WDY_BOOLEAN | Public | |
| GF_NEW_QUERY | Instance Attribute | A new query in a query view is requested | LIKE WDY_BOOLEAN | Public | |
| GF_RENDER_MAIN | Instance Attribute | Rerender the main screen | LIKE WDY_BOOLEAN | Public | |
| GF_REPR_LOAD_SETTINGS | Instance Attribute | Load representation into the settings dialogue | LIKE WDY_BOOLEAN | Public | |
| GF_SET_DIMENSION | Instance Attribute | Set display dimension | LIKE WDY_BOOLEAN | Public | |
| GO_CURR_REPR | Instance Attribute | Settings for the currently displayed representation | LIKE /BCV/IF_UIF_REPR_TECHNOLOGY | Public | |
| GO_PERS_MANAGER | Instance Attribute | Reference to WD personalization manager | LIKE IF_WD_PERSONALIZATION | Public | |
| GT_FIELD | Instance Attribute | Synchronization data (sort and filter) | LIKE SALV_WD_T_FIELD_REF | Public | |
| GT_QUERY_ID | Instance Attribute | Query ID table | LIKE WDR_CONTEXT_ATTR_VALUE_LIST | Public | |
| GT_QVIEW_RES_DATA | Instance Attribute | Table of qview result relevant data | LIKE TT_QVIEW_RES_DATA | Public | |
| GT_REPR_ID_VALUE | Instance Attribute | List of dropdown values for representation IDs | LIKE WDR_CONTEXT_ATTR_VALUE_LIST | Public | |
| GV_CONTEXT_KEY | Instance Attribute | Context Key | LIKE /BCV/FND_CONTEXT_KEY | Public | |
| GV_OUTPUT_TYPE | Instance Attribute | Current output type | LIKE /BCV/UIF_OUTPUT_TYPE | Public | |
| GV_QUERY_ID | Instance Attribute | Current query id | LIKE /BCV/QRM_QUERY_ID | Public | |
| GV_QVIEW_ID | Instance Attribute | Current qview id | LIKE /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