2008 Dec 09 7:26 AM
Hi All,
I juz want to know how to create 3D Pie graphs or charts.
is there ant function module or reports avaialble
Thanks in advance.
Regards,
Balaji
Hi All,
I juz want to know how to create 3D Pie graphs or charts.
is there ant function module or reports avaialble
Thanks in advance.
Regards,
Balaji
2008 Dec 09 7:28 AM
2008 Dec 09 7:32 AM
Ya i tried gral tcode but it doesnt have 3D pie graph or chart only 2D is available
2008 Dec 09 7:34 AM
2008 Dec 09 7:35 AM
2008 Dec 09 7:47 AM
2008 Dec 09 7:49 AM
2008 Dec 15 3:02 PM
I THINK WE ALL UNDERSTOOD THAT YOU NEED 3D
However, forget all the answers above. When starting a new project you have to use the chart engine.
It's integrated as cl_gui_chart_engine. Have a look at the demo report GRAPHICS_GUI_CE_DEMO.
Yes, I know that you see a columns chart, but believe me, after copying the report, removing the ABAP line with RestricChartTypes you are able to change the chart type to Pie and set the Dimension to 3D (within the GlobalSettings).
Regards, Kai
2008 Dec 17 3:57 AM
Hi Kai Gutenkunst ,
Thanks for your valuable input
i need one more help after displaying the graph i need to convert the same into PDF
is there any way i can do this.
it will be of great help if u help me in this
Thanks in advance.
Regards,
Balaji
2008 Dec 17 9:55 AM
Hi Balaji,
I'm pretty sure that there is such a service whith an image as the input parameter.
In this case you should use the IGS (cl_igs_chart_engine) instead of the GUI control (cl_gui_chart_engine).
As part of the customizing XML you can tell the IGS the desired image format (PNG, JPG etc), see the XML snippet:
<?xml version="1.0" encoding="utf-8" ?>
<SAPChartCustomizing version="2.0">
<GlobalSettings>
<FileType>PNG</FileType>
</GlobalSettings>
...
</SAPChartCustomizing>
See the demo report GRAPHICS_IGS_CE_TEST, and download the SAP Chart Designer from SDN - Download - Tools for WebAS (this package also contains the description of the data XML).
Regards, Kai
2008 Dec 17 12:31 PM
Hi Kai,
My requirement is i have a report in which the output is a graph .
But i have to store the graph in PDF format for further use.
I dont want the graph to be displayed instead it has to be stored as PDF or Jpeg , etcc.
Thanks in advance,
Balaji
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |