
A generic design template for displaying data in an interactive chart format.
The Chart component is implemented using the Web Dynpro component FPM_CHART_UIBB.
The FPM Chart UIBB renders charts on the basis of the Web Dynpro ABAP Chart UI element. This element is exposed by ABAP class CL_WD_CHART. It can render graphics on the basis of the CVOM (Common Visual Object Model) HTML5 Visualization library. Therefore, for this component to be visible in your applications at runtime, your browser must support HTML5. For more information, see UI Control Rendering in Standards Mode, and the documentation for Chart under User Interface Elements in the Reference section of the Web Dynpro ABAP documentation in the SAP NetWeaver library. Search also for in the
The Chart component offers a large selection of different and highly-configurable graphs, providing you with visual representations of your business data. Charting features such as resizing, morphing, and transition effects are available with this component. The Chart component also provides you with an out-of-the-box drill-down feature for interactive analysis.
Personalization of this component at runtime is also possible.
The following figure illustrates some of the available chart types:
You configure this component using the FPM configuration editor, FLUID. At design time, the Preview panel in FLUID displays the Chart component in WYSIWYG-like style. You can change the chart type, and enable personalization using the relevant fields in the General Settings panel. Settings grouped into Basic Settings, Plot Area, X-Axis, and Y-Axis are also displayed in this panel; the settings displayed for each are dependent on the chart type.
For more information on the attributes of this component in FLUID, choose Field Help from the context menu in the system.
A range of data. For example, City, Country, Month, Year, and Currency Code could all be considered as Dimensions.
Data that can be quantified by numbers only.
The drill-down feature at runtime is achieved by setting the Data Type of the individual Elements of the chart to Dimension for Drilldown.