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

time scatter graph class cl_gui_chart_engine

Former Member
0 Likes
480

hello

i need to biled graph that the y pivot is date and hour and the x is caracteristic but

i whant to show the x pivot divied by motnth

for that use i am tring to use time scatter graph.

and my question is how to write the categories and the series_table in the sap program

thank you

2 REPLIES 2
Read only

Former Member
0 Likes
388

Hello,

I suggest you to use the Chart Designer (you can find it here : http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/e0a9ba90-0201-0010-d3a2-9cb376b5e181 ). A pdf document explains how building the XML data file.

You can also read this article : http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417200)ID0627021950DB01268469089299731926End...

Regards,

Vincent Choupaut

Read only

Former Member
0 Likes
388

Hi,

Check this program GFW_PROG_TIME_AXIS. This might help you.