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

Displaying BAR GRAPH in report program

Former Member
0 Likes
2,014

Hi ,

      I have a program that contains a bar graph but it displays the graph when i press the push button like shown in the below pic.

I don't want it to be displayed like this shown below.

.

My question is :

1.How to display the graph in report program when the screen loads ?

More importantly i am a beginner to SAP ABAP so please  explain me in detail please

4 REPLIES 4
Read only

Former Member
0 Likes
1,063

Check dis SAP Standard Program where u find demo program Related to Graph ..

SE38 --> "RGRAPALL" 

One Demo Program like "GFW_PROG_BAR".

Regard's

Smruti..

Read only

vinoth_aruldass
Contributor
0 Likes
1,063

hi,

since it relates to BO it will not be displayed in the report program.

hope it helps,

Vinoh

Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,063

vinoth aruldass I wonder how can you say "since it relates to BO it will not be displayed in the report program." AFAIK you can achieve in the OOALV Reports and in ABAP. Sorry if it sounds rude.

Smruti has given an example program also. Have a look at it. Though it is not OOALV. you can achieve Pie charts, graphs,histograms in ABAP with OOALV.

Hope this helps.

Read only

former_member210621
Participant
0 Likes
1,063

Hi,

This is the new feature added in ABAP available from ECC 4.6.

Use the following function modules to display graphs:

  • GRAPH_3D
  • GRAPH_MATRIX_3D (display as per your requirement)
  • GRAPH_MATRIX

Refer sample program: http://wiki.sdn.sap.com/wiki/display/ABAP/Displaying+3D+Graphs+in+ABAP

-Regards,

Ketan