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

URGENT-...GRAPHICS

Former Member
0 Likes
989

Hi all

Please give either functio module or an idea for generating a pie chart in 3D.

thanks

Hi all

Please give either functio module or an idea for generating a pie chart in 3D.

thanks

6 REPLIES 6
Read only

harishaginati
Explorer
0 Likes
950

check report GRBUSG_3,, execute this report and click on option 2D it will display pie chart in 2D but not in 3D(may be you can do it..., try to debug this report),,they will be using FM GRAPH_MATRIX_3D.., however if you need bar charts in 2D(simple way).., display the report in ALV grid and press ctrlshiftf11 which will show your output in bar chart format depending up on fields you select...,

you can check function module GRAPH_3D which can help you create graphics

<b>cheers reward me points if usefull.,

Harish</b>

Message was edited by:

Harish AGINATI

Message was edited by:

Harish AGINATI

Read only

Former Member
0 Likes
950

Hi

Check the fun modules

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)

Reward points if useful

Regards

Anji

Read only

matthias_gemmel
Advisor
Advisor
0 Likes
950

Hi,

have a look at the demo report GRAPHICS_IGS_CE_TEST. It uses the IGS to generate graphics. With help of the SAP Chart Designer available in the download section of SDN you are able to "browse" the supported chart types and to generate your XML based chart customizing.

Best regards

Matthias

Read only

0 Likes
950

Hi,

I use the function module GRAPH_MATRIX_2D to create pie chart.

But a new page open and graphic is displayed ina new window.

I want to display pie chart and report in the same screen.

Is it possible?

Thanks.

Read only

0 Likes
950

Hi,

don't use this very outdated graphics like GRAPH_MATRIX...

Just give the chart engine a try as recommended by Matthias. It can be used as normal SAPGUI control that can be placed in a control container of your dynpro. Have a look at class CL_GUI_CHART_ENGINE.

Regards, Kai

Read only

Former Member
0 Likes
950

Try T-code GRAL - demo for SAP graphics which has an exhaustive list of Sample programs.

anya