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

Graph by ABAP control

Former Member
0 Likes
818

Hi all!

I need build clickable Graph in R/3.

Such as http://www.magellan-project.org/pics/Release_2_3D_Flowgraph.jpg

What do you know about Magellan? Maybe SAP have another <u>based installed</u> components for this question?

Best regards,

Andrew.

6 REPLIES 6
Read only

former_member194669
Active Contributor
0 Likes
694

Hi,

Check the transaction GRAL

or use class CL_GUI_GRAPH_RFW

Thanks

aRs

Read only

0 Likes
694

Thanks.

But I check all programm in GRAL, but not found <u>good</u> graph.

I need a 3D graph.

I think CL_GUI_GRAPH_RFW not for me...

Or can you give me a Screenshot of 3D grafh of this class?

Thanks.

Regards.

Read only

former_member194669
Active Contributor
0 Likes
694

Hi,

Then you have to use fm GRAPH_MATRIX_3D (Check the fm documentation)

or check fm GRAPH_3D.

check the sample program RLS10040.

Thanks

aRs

Read only

0 Likes
694

This program print 3D diagram i think, it is not a graph.

Graph it is in this picture http://www.magellan-project.org/pics/Release_2_3D_Flowgraph.jpg

Can i build a real 3D graph, not diagram, by this program?

Read only

0 Likes
694

Program RLS10040 hasn't data for me.

But i am run BCGRDEMO and all programs BCGR*.

They build a 3D diagram, or a 2D graph - not 3D graph.

regards.

Read only

0 Likes
694

Nice news.

I have build clickable graph.