2007 Oct 29 10:49 AM
Hi, expert,
i can only find ways to draw column or pie chart, is it possible to draw an radar chart in SAP GUI using ABAP (NOT webdynpro)
thanks and best regards.
Jun
2007 Oct 29 1:50 PM
Hi,
yes, use the chart engine (class cl_gui_chart_engine). Just have a look at the demo report graphics_gui_ce_demo (and download the SAP Chart Designer from SDN - Downloads - WebAS to get some documentation about the chart engine XML format).
If you want to quickly check the radar chart with this report please note that it restricted to columns / lines only. Therefore you can easily copy the report, remove the code line that restricts the list of available chart types (look for l_win_chart->restrict_chart_types( charttypes = 'Columns|Lines' )) and run it. Now changing the chart type to Radar can be done interactively.
Regards, Kai
2007 Oct 29 1:50 PM
Hi,
yes, use the chart engine (class cl_gui_chart_engine). Just have a look at the demo report graphics_gui_ce_demo (and download the SAP Chart Designer from SDN - Downloads - WebAS to get some documentation about the chart engine XML format).
If you want to quickly check the radar chart with this report please note that it restricted to columns / lines only. Therefore you can easily copy the report, remove the code line that restricts the list of available chart types (look for l_win_chart->restrict_chart_types( charttypes = 'Columns|Lines' )) and run it. Now changing the chart type to Radar can be done interactively.
Regards, Kai