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

graphs in reports

Former Member
0 Likes
1,141

Hi all

how could we draw graphs for report.its an urgent.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,062

you have to use graph fms for this purpose.Check out the SAP standard program GRBUSG_3 FOR YOUR REFERENCE.

Hi all

how could we draw graphs for report.its an urgent.

Thanks in advance

9 REPLIES 9
Read only

Former Member
0 Likes
1,063

you have to use graph fms for this purpose.Check out the SAP standard program GRBUSG_3 FOR YOUR REFERENCE.

Read only

0 Likes
1,062

See the Standard Report for graphics,

<b>REKH0004</b> --> SAP demo program that shows how to do 2D, 3D, and 4D graphics.

also c the transaction <b>GRAL</b>

Read only

Former Member
0 Likes
1,062

The most commonly used GRAPH fm IS GRAPH_MATRIX_3D.

Read only

Former Member
0 Likes
1,062

You can use GRAPH_MATRIX,GRAPH_MATRIX_2D, GRAPH_MATRIX_3D function modules.

Read only

Former Member
0 Likes
1,062

hey the best is use alv grid display it gives u an excellant graph, however i wont be able to elaborate on the detail method , but we have done that before, hope some on can give u the details.

Thx.

Read only

kai_gutenkunst
Product and Topic Expert
Product and Topic Expert
0 Likes
1,062

Hi,

my standard recommendation:

use the Chart Engine - the 'next generation' chart compared to the GRAPH* function modules or the GFW. It's available as part of the IGS but also as an ActiveX control within the SAPGUI.

Have a look at the demo program GRAPHICS_GUI_CE_DEMO or directly at the class CL_GUI_CHART_ENGINE.

The customizing settings of your chart can easily be created by using the interactive SAP Chart Designer (see Downloads area of SDN - Web AS). After downloading it you also find the full description of the data XML within the package.

Regards, Kai

Read only

0 Likes
1,062

Hello,

I used class CL_GUI_CHART_ENGINE to create my graph, is it possible to use tooltips? For instance in a barchart when moving over a bar showing the value?

thx in advance,

jeroen

Read only

Former Member
0 Likes
1,062

This message was moderated.

Read only

0 Likes
1,062

hi, you could use the google API,

check out this example:

(Sorry for the pub)

[GRAPHS|http://abap.googlar.eu/viewtopic.php?f=5&t=25]