Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Spider Chart in ABAP Reports

Former Member
0 Kudos

Hi All,

I have a Customer requirement to Display Spider Chart in Reports. I am aware of creating BAR, PIE Charts in SAP, but never saw any reports with SPider Chart in it.

Is it possible to get Spider Charts in SAP? Has anyone seen any SAP Standard Report with Spider Chart in it ? If yes, PLease let me know the Report Name. That will help me in creating my custom report.

Waiting for the Response.

Regards,

Akhil Rai

2 REPLIES 2

Former Member
0 Kudos

Hi Akhil,

you can create so called "Radar" chart types. When you take a report with bar charts as starting point you might change the chart type.

Best regards,

Andreas

0 Kudos

Hi,

Refer the following programs:

GFW_PROG_BAR GFW: Programming example of a bar chart

GFW_PROG_COLUMNS_AND_TIME_AXIS GFW: Programming example of a column chart with time axis

GFW_PROG_HISTOGRAM GFW: Programming example of a histogram chart

GFW_PROG_PIE GFW: Programming example of a pie chart

GFW_PROG_POINT_WITH_LABEL GFW: Programming example of a chart with a labelled point

GFW_PROG_PORTFOLIO GFW: Programming example of a bar chart

GFW_PROG_SPEEDOMETER GFW: Programming example of a bar chart

GFW_PROG_TEXT GFW: Include with text constants for demo and programming examples

GFW_PROG_TIME_AXIS GFW: Programming example of a scatter chart with time axis