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

display graph.

Former Member
0 Likes
911

Hi,

I want to display GRAPH (pie chart) in the report output according to my report details.How do i achieve this?

Is there any function module existing?

points guaranteed

cheers

kaki

7 REPLIES 7
Read only

Former Member
0 Likes
835

Hi Kaki,

1. GRAPH_MATRIX_2D

There are other FMs also

GRAPH

2. The graph functionality uses

by some files on the presentation

server. (which are normally avaialble

and installed when SAP GUI is installed.)

regards,

amit m.

Read only

0 Likes
835

Thanks for all replies.

points alloted.

cheers

kaki

Read only

Former Member
0 Likes
835

check this example ...GFW_PROG_PIE

vijay

Read only

Former Member
0 Likes
835

Hi kaki,

try out with <b>GRAPH_SET_CUA_STATUS.</b>

This function module sends CUA information created with Menu Painter to the graphics program.It is not available for SAP Business Graphics, SAP HPGL Display and SAP Structural Graphics.Menu entries that trigger direct action in the graphics program are defined through standardized function codes. All of these function codes are defined in the reference screen and may be referenced via include menus.

The following reference screens are available:

SAP Hierarchy Graphics: SAPLHIER / MAIN

SAP Network Graphics: SAPLCNET / GRAFIK

SAP Bar Chart Graphics: SAPLBARC / GRAFIK

SAP Statistical Graphics: SAPLSTAT / MAIN

SAP Gantt Chart Graphics: SAPLGANT / MAIN

When you create application-specific menu entries, you can use function codes beginning with X, Y or Z.

As the online user selects a menu function, the function code is reported back directly to the ABAP program, where it is analyzed using the following return parameters of the respective function module:

For a detailed description of parameters and exceptions, see the R/3 system documentation (Tools-->ABAP Workbench, Function library button, or transaction code SE37).

Hope this helps u,

Regards,

Nagarajan.

Read only

0 Likes
835

Hi,

Is there any function module to display graph in "CIRCULAR" format?

Can any one give me with example...!!

Cheers

kaki

Read only

0 Likes
835

Hi,

You may refer the program GRBUSG_3, this has 2D column graphics that is displayed in circular format,

Hope this helps,

Rgds,

Read only

0 Likes
835

Hi,

Actually I want a direct graphical output based on my selection screen input.

Since I have 13 Work centre and each work centre will be having there own setup time and machine time. I need to display the work centre in X axis and there respective setup time and machine time will be stacked one on other on Y Axis.

Pls help me as soon as possible.

regards,

Sagar.