Application Development 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: 

cl_alv_graphics

0 Kudos
220

I am trying to use the ALV graphic class cl_alv_graphics to display charts, but i couldn't change the chart type within the code.

Can some one give me information on how to do that?

Also, it will be helpfull if you provide me with any documentation or examples on this class ?

3 REPLIES 3

ssimsekler
Active Contributor
0 Kudos
103

Hi!

If your requirement is to obtain graphs why don't you use the FM 'GRAPH_MATRIX_3D'?

*--Serdar

0 Kudos
103

This function module will display graphics in a new window. What if you need to display graphics using the mentioned class CL_ALV_GRAPHICS? Could anyone change the type initially?

0 Kudos
103

Hi Abdullah

I think <b>"cl_alv_graphics"</b> is not used explicitly in programs and is not for that use.

If you want to have graphics on your screen, you can also use <b>GFW</b>. You can find demo programs <b>"DEMO_GFW"</b> and <b>"GFW_DEMO_"</b>.

To intervene the graphics of an ALV Grid control you can make use of the parameter <b>"it_alv_graphics"</b> of the method <b>"set_table_for_first_display"</b>.

*--Serdar