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

Reg 3D PIE Graph

Former Member
0 Likes
1,323

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

10 REPLIES 10
Read only

GauthamV
Active Contributor
0 Likes
1,281

hi,

use GRAL transaction you will get lot of programs.

Read only

Former Member
0 Likes
1,281

Ya i tried gral tcode but it doesnt have 3D pie graph or chart only 2D is available

Read only

Former Member
0 Likes
1,281

HI Balaji,

try this function module

GRAPH_MATRIX_3D

Read only

0 Likes
1,281

Hi Murali,

I tried but it doent have PIE option

Read only

0 Likes
1,281

hi,

check this program.

GFW_PROG_PIE.

Read only

0 Likes
1,281

YA BUT I NEED 3D PIE NOT 2D

Read only

kai_gutenkunst
Product and Topic Expert
Product and Topic Expert
0 Likes
1,281

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

Read only

0 Likes
1,281

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

Read only

kai_gutenkunst
Product and Topic Expert
Product and Topic Expert
0 Likes
1,281

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

Read only

0 Likes
1,281

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