2008 Sep 11 7:37 AM
Hi Abappers,
How to show Graphical Representation in Abap.If is possible plz send by showing examples.
Regards,
vani.
2008 Sep 11 7:47 AM
Hi,
The following FM's are used to create graphs in SAP...
You can execute them and check the paramters to be passed
BUSG SAP Business Graphics
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)
Regards
Sk
Hi Abappers,
How to show Graphical Representation in Abap.If is possible plz send by showing examples.
Regards,
vani.
2008 Sep 11 7:45 AM
Hi Simba,
Check these documents:
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESGRA/BCFESGRA.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESGRA2/BCFESGRA2.pdf
Check this code snippet:
https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action?pageId=50447
Regards,
Chandra Sekhar
2008 Sep 11 7:47 AM
Hi,
The following FM's are used to create graphs in SAP...
You can execute them and check the paramters to be passed
BUSG SAP Business Graphics
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)
Regards
Sk
2008 Sep 11 8:23 AM
using the Class CL_IGS_DATA you can display the Grpah.
Check this program GRAPHICS_IGS_CHART_TEST
2008 Sep 12 12:26 PM
Hi,
if you are sure to use the Windows SAPGUI it's simpler to use class CL_GUI_CHART_ENGINE. See report GRAPHICS_GUI_CE_DEMO.
However, both classes and reports use the same chart engine as it runs as a SAPGUI control and as part of the IGS.
Regards, Kai
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |