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: 

Line Graph in Report

Former Member
0 Kudos

Hi

I want to create a simple line graph in report.On X axis , there will be a running number as 1,2,3,4..etc.On Y axis it will a reading for these samples. say 9.12,9.13,9.15 etc.

I want to create a line graph using these values .I will also spectify the upper & lower limits so that user will recognize which are all the values out of limit. Does anyone knows how to create this in report ?

Regards

Yogesh

4 REPLIES 4

former_member181962
Active Contributor
0 Kudos

Refer the link:

http://www.sap-img.com/abap/creating-chart-in-abap.htm

REfer the following function moudles as well:

GRAPH_2D Calling up the 2D business graphics

GRAPH_2D_MENUE DO NOT USE (use 'GRAPH_2D' and 'GRAPH_BUSG_MENU_SET')

GRAPH_3D Calling up the 3D presentation graphics

GRAPH_BUSG_COLOR_SET Definition of color pallets for business graphics

GRAPH_BUSG_MENU_SET Pushbutton menu (tool bar) for all BUSG modules

GRAPH_MATRIX Calling up SAP Business Graphics (2D, 3D and 4D)

GRAPH_MATRIX_2D Calling up the 2D graphics (user-friendly version)

GRAPH_MATRIX_3D Structure of 3D graphics (user-friendly version)

GRAPH_MATRIX_4D Calling up a 3D graphic (4th dimension stacked representation)

Regards,

Ravi

0 Kudos

fm...GRAPH_MATRIX_2D

refer the program <b>GRBUSG_3</b>

this programm have all type of example just refer that ur problem solve,

former_member927251
Active Contributor
0 Kudos

Hi Yogesh,

Refer the link below and reward points if it helps.

http://www.sapsuperusers.com/forums/showthread.php?t=4902

Former Member
0 Kudos

Hi Yogesh,

Check the GRAL T-code you will get a lot of examples.

<i>Hope This Info Helps YOU.</i>

Regards,

Raghav