‎2007 Mar 14 8:05 AM
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.
‎2007 Mar 14 8:09 AM
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.
‎2007 Mar 15 7:49 AM
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