2013 Jan 09 7:50 AM
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
2013 Jan 09 7:57 AM
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..
2013 Jan 09 8:00 AM
hi,
since it relates to BO it will not be displayed in the report program.
hope it helps,
Vinoh
2013 Jan 09 9:28 AM
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.
2013 Jan 09 12:06 PM
Hi,
This is the new feature added in ABAP available from ECC 4.6.
Use the following function modules to display graphs:
Refer sample program: http://wiki.sdn.sap.com/wiki/display/ABAP/Displaying+3D+Graphs+in+ABAP
-Regards,
Ketan