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

GRAPH USING OO ABAP

Former Member
0 Likes
583

Hi guys,

i want to change stadard program GFW_PROG_BAR according to my requirement.My rquirement i.e i get the values from database and for those values to draw the graph.i am not able to understand where i pass the values?

Thanks,

Mahesh.

3 REPLIES 3
Read only

Former Member
0 Likes
482

I follow the class CL_IGS_DATA , it is useful in BSP also.

it is very easy , just check the program GRAPHICS_IGS_CHART_TEST

Read only

0 Likes
482

Hi Vijay Babu Dudla ,

i want to change only in that program GFW_PROG_BAR only. is it possible ? if it plz send code.

Thanks,

Mahesh.

Edited by: Mahesh Reddy .Pocha on Sep 24, 2008 3:39 PM

Read only

kai_gutenkunst
Product and Topic Expert
Product and Topic Expert
0 Likes
482

Hi,

the demo report GFW_PROG_BAR fills the GFW data container in the form FILL_DC.

However, Vijay is right, using the chart engine of the IGS or directly as a SAPGUI control is easiere! See also report GRAPHICS_GUI_CE_DEMO.

Regards, Kai