cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

cProjects & Gantt chart

Former Member
0 Likes
197

Hi,

When displaying & modifying a project and their elements (I might not be using the correct terms here) in cProjects, is it possible to maintain the start & end times of project elements on hour/minute level? For example an individual project task will start at 1.1.2012 08:30:00 and end at 2.1.2012 19:00:00?

If the above is possible, is it possible to display these project elements also in the graphical Gantt chart(s) in a way that you can see the project element duration in hour/minute level. In other words, can you see the hours/minutes in the X-axis of the Gantt chart and the bars in the chart will start/end at the corresponding times?

The reason why I am asking this is that I don't have an access to a cProjects system and I am developing a web dynpro application with a Gantt chart (using the same technique as in cProjects). I need to draw some bars in the Gantt chart on hour/minute level and so far I've not been successful. I would just like to get a confirmation that this can be done or I am trying to do something that is not even possible?

Kind regards,

Karri

Edited by: Karri Kemppi on Dec 28, 2011 6:59 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Well, after all I finally managed to do my thing. I don't know whether it is possible to have hours/minutes on X-axis in cProjects Gantt charts (I would assume it is), but at least when developing a Gantt chart with web dynpro ABAP, it is possible.

Case solved.

Kind regards,

Karri

PS. The solution (if someone else has the same problem):

In <dates> inside <graph> tag, you can define format. I set format="d.M.yyyy.HH:MM:ss". Then I can use beginning/and dates such as 01.01.2012.07:30:00.