‎2005 Dec 19 9:38 AM
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
‎2005 Dec 19 9:43 AM
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.
‎2005 Dec 20 7:26 AM
‎2005 Dec 19 9:46 AM
‎2005 Dec 19 9:51 AM
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.
‎2005 Dec 20 3:11 AM
Hi,
Is there any function module to display graph in "CIRCULAR" format?
Can any one give me with example...!!
Cheers
kaki
‎2005 Dec 20 7:37 AM
Hi,
You may refer the program GRBUSG_3, this has 2D column graphics that is displayed in circular format,
Hope this helps,
Rgds,
‎2006 Mar 10 1:47 PM
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.