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: 

Drawing various types of Graph

Former Member
0 Kudos

I have a list of vendors along with their Rating % in an internal table . I need to draw a graph for the same . I want to use basic report only . Not ALV . Can u suggest a FM and with that i can draw a graph for the same.

If possible can anybody please give me a sample report ..

3 REPLIES 3

athavanraja
Active Contributor
0 Kudos

Hi,

Check out the Function Group <b>BUSG</b>

and the following programs.

<b>BCGRDEMO

BCGRBU13

BCGRDIA1</b>

Regards

Raja

0 Kudos

Sorry .. How can i check function groups ?

And the o/p is not english . How to see the o/p in English language ?

0 Kudos

go to SE80 and choose function group from the drop down list box and enter BUSG in the input field. Then click on the display button next to it.

You will see all the function modules in that Function Group.

<i>And the o/p is not english . How to see the o/p in English language ?</i>

I didnt understand this question, sorry.

Check out those programs i gave, they use FM <b>GRAPH_MATRIX_3D</b> to show the graph. follow the code in those programs , its quiet simple .

Regards

Raja