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_MATRIX_3D

Former Member
0 Likes
439

I have used the function module GRAPH_MATRIX_3D for graph display.

The limitation here is we can create only six columns.

Is there any other function module for passing n number of columns in the graph.

Thanks in advance!!!

2 REPLIES 2
Read only

Former Member
0 Likes
389

Hello,

Is it possible to Call the same FM for other columns with different names.

Read only

kai_gutenkunst
Product and Topic Expert
Product and Topic Expert
0 Likes
389

Hi,

please do not use this very old graphic. Instead take a look at the chart engine. As a first step download the SAP Chart Designer from SDN download page and play around with all the charts and features interactively.

In ABAP you can use it as a GUI control (cl_gui_chart_engine), or use the same chart engine via IGS (cl_igs_chart_engine).

Regards, Kai