Application Development 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: 

How to display Graphics using Function Module..?

0 Kudos
559

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...

1 ACCEPTED SOLUTION

Former Member
0 Kudos
145

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

3 REPLIES 3

Former Member
0 Kudos
146

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

Former Member
0 Kudos
145

[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

Former Member
0 Kudos
145

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,