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: 

Graphs in Reports

Former Member
0 Kudos

Dear All,

I would like to know all about developing Report Programs that could be used to display graphs for example 1 Bar graph 2. Pie chart 3. Line Graph ,Basically all kinds of pictorial representation of data.

If possible send me a link to some tutorial or else chart down all the avaliable fuction modules and how they are used.

Thanks and Regards

1 ACCEPTED SOLUTION

former_member1245113
Active Contributor
0 Kudos

Hi

Go to SE38 or SE80 utilities examples- controls examples

here you can find examples on GRAPHS

hope this will solve your problem

Regards

Ramchander Rao.K

8 REPLIES 8

Former Member
0 Kudos

hi,

1>If you want to use FM graph_3d, there is extensive documentation in SAP

on it - go to Tcode SE37, click on Display, click on Function Module

Documentation.

"As opposed to the function module GRAPH_MATRIX_3D, GRAPH_3D is very

easy

to handle. You should use it to display an internal table consisting of

a text column and a fixed number of value columns in the form of a bar

chart with vertical bars.

The only parameter that needs to be transferred is the DATA table.

Table DATA consists of two columns. The first column is a C field with

an arbitrary length. The second column is a value field that can be of

the type P or F. Further parameters are optional."

2> if you go to TCode GRAL you will

find demo programs for all Graphical functions available in SAP. (from 4.6C

system)

former_member1245113
Active Contributor
0 Kudos

Hi

Go to SE38 or SE80 utilities---examples ---controls examples

here you can find examples on GRAPHS

Hope this will solve your problem

Regards

Ramchander Rao.K

Former Member
0 Kudos

Hi Arun,

Probably the report DIMSPPB_BARCHART_DEMO* can help you.

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

Hope This Info Helps You.

Regards

NK

Edited by: Nitesh Kumar on Dec 1, 2008 5:33 PM

former_member206439
Contributor
0 Kudos

Hi

The GRAPH_3D function module calls a 3D Business graphic.

if you go to TCode GRAL you will

find demo programs for all Graphical functions available in SAP. (from 4.6C

system)

Former Member
0 Kudos

Hi Arun,

Probably the report DIMSPPB_BARCHART_DEMO* can help you.

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

Hope This Info Helps You

Regards,

NK

Edited by: Nitesh Kumar on Dec 1, 2008 5:36 PM

Former Member
0 Kudos

Hi Arun,

Probably the report DIMSPPB_BARCHART_DEMO* can help you.

Thanks

NK

Former Member
0 Kudos

Hi Arun,

Probably the report DIMSPPB_BARCHART_DEMO* can help you.

Thanks

NK

former_member1245113
Active Contributor
0 Kudos

Hi

Go to SE38 or SE80 utilities examples- controls examples

here you can find examples on GRAPHS

hope this will solve your problem

Regards

Ramchander Rao.K