2007 May 15 1:37 PM
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
2007 May 15 1:51 PM
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
2007 May 15 2:09 PM
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
2007 May 15 3:26 PM
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
2008 Jan 16 10:12 AM
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.
2008 Jan 18 3:21 PM
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
2008 Jan 16 10:18 AM
Try T-code GRAL - demo for SAP graphics which has an exhaustive list of Sample programs.
anya
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |