Show TOC

Defined EventsLocate this document in the navigation structure

Events for the Analytics feeder class.

Table 1: Exposed FPM Event IDs for Analytics UIBB
Event ID Description
CV_TB_FILTER_VALUE Toolbar action: Use the current value as filter value, and move the characteristic to the available axis
CV_TB_FILTER_VALUE_KEEP Toolbar action: Use the current value as filter value, and keep the characteristic on the current axis
CV_TB_FILTER_SELECT Toolbar action: Open selection dialog box for filter values
CV_TB_FILTER_DELETE Toolbar action: Delete filter for characteristic
CV_TB_SORT_KEY_ASC Toolbar action: Sort by key ascending
CV_TB_SORT_KEY_DESC Toolbar action: Sort by key descending
CV_TB_SORT_TEXT_ASC Toolbar action: Sort by text ascending
CV_TB_SORT_TEXT_DESC Toolbar action: Sort by text descending
CV_TB_SORT_HIERARCHY Toolbar action: Sort according to hierarchy
CV_TB_SORT_SELECTION Toolbar action: Sort according to selection – this function is deprecated and will not produce any results
CV_TB_SORT_KEYF_ASC Toolbar action: Sort by the current selected key figure according to values ascending
CV_TB_SORT_KEYF_DESC Toolbar action: Sort by the current selected key figure according to values descending
CV_TB_HIER_EXP_ALL Toolbar action: Expand all nodes for the hierarchy
CV_TB_HIER_COL_ALL Toolbar action: Collapse all nodes for the hierarchy
CV_TB_HIER_DISABLE Toolbar action: Disable the hierarchy for the current characteristic
CV_TB_HIER_ENABLE Toolbar action: Enable the hierarchy for the current characteristic
CV_TB_DRILL_SWAP_AXIS Toolbar action: Exchange the characteristics between row and column axis
CV_TB_DRILL_REMOVE Toolbar action: Remove drill-down
CV_TB_DRILL_ADD Toolbar action: Add drill down

List of characteristics to add are included in event parameter BICS_GRID_DRILLDOWN_CHARS of type IF_BICS_MD_CHARACTERISTIC=>TN_T_ID

CV_TB_DRILL_EXCHANGE

Toolbar action: Exchange drill-down with

List of characteristics to add are included in event parameter BICS_GRID_DRILLDOWN_CHARS of type IF_BICS_MD_CHARACTERISTIC=>TN_T_ID

CV_TB_DRILL_ADD_ATTRIBUTE Toolbar action: Add attribute
CV_TB_DRILL_REMOVE_ATTRIBUTE Toolbar action: Remove attribute
CV_TB_MEMBER_BY_KEY Toolbar action: Display characteristic values as key
CV_TB_MEMBER_BY_TEXT Toolbar action: Display characteristic values as text
CV_TB_MEMBER_BY_KEY_TEXT Toolbar action: Display characteristic values as key and text
CV_TB_MEMBER_BY_TEXT_KEY Toolbar action: Display characteristic values as text and key
CV_TB_MEMBER_TEXT_SHORT Toolbar action: Use the short text for display
CV_TB_MEMBER_TEXT_MEDIUM Toolbar action: Use the medium text for display
CV_TB_MEMBER_TEXT_LONG Toolbar action: Use the long text for display
CV_TB_MEASURE_FORMAT Toolbar action: Open dialog box for setting the number format of displayed values
CV_TB_MEASURE_SCALING Toolbar action: Open dialog box for setting the scaling factor for displayed values – this function is deprecated. The event CV_TB_MEASURE_FORMAT produces a dialog with formatting and scaling
CV_TB_TOTALS_SHOW Toolbar action: Always show a summary row for the current characteristic
CV_TB_TOTALS_COND Toolbar action: Show a summary row only if there is more than 1 value
CV_TB_TOTALS_HIDE Toolbar action: Hide the summary row for the current characteristic
CV_TB_TOTALS_BELOW Toolbar action: Show the summary row below the characteristic values
CV_TB_TOTALS_ABOVE Toolbar action: Show the summary row above the characteristic values
CV_TB_EXPORT_EXCEL Toolbar action: Export result set to Microsoft Excel
CV_TB_RRI Toolbar action: Execute report-to-report navigation
FPM_NAVIGATE FPM navigation action. The navigation target can be configured using the defined parameter structure FPM_S_EXTERNAL_NAVIGATION_INFO.
FPM_QUERY_PLANNING_FUNCTION Toolbar action: Execute a planning function.The name of the planning function can be configured using the parameter SRVNM (planning function name).
FPM_QUERY_PLANNING_SEQUENCE

Toolbar action: Execute a planning sequence. The name of the planning sequence can be configured using the parameter SEQNM (planning sequence name).

A mapping can be configured for each variable in the planning sequence or in the combined planning functions:
  • Not restricted
  • Use the value of a variable in the query
  • Use a fixed value
  • Use the value currently defined by the filters in the query
For all non-restricted variables, a popup for value definition comes up when the planning sequence button is pressed at runtime.
Table 2: List of FPM Events for Analytics UIBB Processing
Event ID Description
FPM_SWITCH_QUERY_EVENT Event raised if the query for the Analytics UIBB is exchanged during runtime
FPM_QUERY_CHANGE_EVENT Generic event raised if anything about the query was changed, for example, characteristics on rows
FPM_QUERY_FILTER_EVENT Event raised if the filter criteria for the query are adjusted
FPM_QUERY_SORT_EVENT Event raised if the sorting for a characteristic is adjusted
FPM_QUERY_TOTALS_EVENT Event raised if the display of the summary row for a characteristic is adjusted
FPM_QUERY_HIERARCHY_EVENT Event raised if the hierarchy node and/or the whole hierarchy should be expanded or collapsed
FPM_QUERY_HIERARCHY_TOOGLE Event raised for enabling/disabling of the hierarchy
FPM_QUERY_HIERARCHY_SELECT Event raised after selection of a new hierarchy for a characteristic
FPM_QUERY_PRESENTATION_EVENT Event raised for changing the presentation (display) of characteristic values
FPM_QUERY_SELECTION_EVENT Event raised after selection of a cell inside the data grid
FPM_QUERY_VALUE_CHANGE_EVENT Event raised after user changes a value in an editable query in the data grid

In each event, the event parameters FPM_BICS_QUERY_ID and FPM_BICS_QUERY_INSTANCE_ID are included to identify for which query and query instance the event is valid.