Application Development and Automation 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: 
Read only

Draw a Time-Axis Chart

Former Member
0 Likes
464

Need some help here.

I am trying to draw a time-statistic chart that shows the performance of my system over the past 3 months in days. I have found 2 function that actually does that for me:

1. GRAPH_2D

2. GFW_PRES_SHOW

However it seems that I can only put in 32 points in periods for example it can only show 32 days in my graph of whether the system performance goes up or down by seeing the line.

What should I do if i want to put in more than 32 days?

Thanks and hope to hear from you all soon.

2 REPLIES 2
Read only

Former Member
0 Likes
396

The other thing I would like to know is how to put that chart in an excel spreadsheet along with the data.

But the first priority would be the graph.

Read only

kai_gutenkunst
Product and Topic Expert
Product and Topic Expert
0 Likes
396

Hi,

instead of using these function modules you could use the OO interface of the GFW. Just have a look at the program GFW_PROG_TIME_AXIS. There is no restriction regarding the amount of data.

Alternatively you could use the new chart engine that also provides chart types with a horizontal time axis. Download the SAP Chart Designer from the SDN downloads area and give it a try!

Regards, Kai