2010 Sep 22 1:48 PM
Hi,
I want to display circular Graphics for a column like Netcharge from a table as with different colors .
There is a Function Module is available for displaying Graphics.
Can you please tell me that one...
2010 Sep 22 2:06 PM
demo programs in transaction GRAL might be useful.
Try using following FMs,
GRAPH_2D --Demo program GRBUSG_1
GRAPH_3D .--Demo program GRBUSG_2
GRAPH_MATRIX_2D--Demo program GRBUSG_3
GRAPH_MATRIX_3D--Demo program
2010 Sep 22 2:06 PM
demo programs in transaction GRAL might be useful.
Try using following FMs,
GRAPH_2D --Demo program GRBUSG_1
GRAPH_3D .--Demo program GRBUSG_2
GRAPH_MATRIX_2D--Demo program GRBUSG_3
GRAPH_MATRIX_3D--Demo program
2010 Sep 22 2:11 PM
[Details with example program|http://wiki.sdn.sap.com/wiki/display/ABAP/SAP+Graphics]This helps you to understand completely
[Detailed PDF Link|http://help.sap.com/printdocu/core/print46c/en/data/pdf/BCFESGRA2/BCFESGRA2.pdf]
Edited by: manjunath4sap on Sep 22, 2010 3:14 PM
2010 Sep 23 8:46 AM
Hi,
Try the following FM
BRF_NETWORK_GRAPHICS BRF: Network Graphics for BRF Objects
BRF_INITIALIZE_GRAPHICS_NGR BRF: Initialize Network Graphics
BRF_NETWORK_GRAPHICS_NGR BRF: Network Graphics: Start
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,