‎2007 Aug 20 7:01 AM
Hi Gurus,
Please help me , i had to make Graph between values and month and for every year lines should be different .
its basically a stock vs time graph thorough ABAP coding.
i had itab which have value for every month , but how to plot it i not able to get it.
please do help me.
‎2007 Aug 20 7:03 AM
Hi Priya
use 3d_graph funtion module....
reward points to all helpful answers
kiran.M
‎2007 Aug 20 7:10 AM
function module graph_3d
No need to give points to this reply.
K.Kiran.
‎2007 Aug 20 7:22 AM
Hi,
See if this posting is useful for your requirement
SAP Graphics Help
-
http://help.sap.com/saphelp_46c/helpdata/en/a1/d9883672d57c73e10000009b38f889/frameset.htm
Checkout these DEMO programs
==============
GFW_DEMO_HIER1 GFW: Demonstration of a simple hierarchy graphic using SAP Tree
GFW_DEMO_HIER2 GFW: Demonstration of a hierarchy graphic (4 in splitter, Drag&Drop
GFW_DEMO_HIER3 GFW: Demonstration of a hierarchy/business graphic (Drag&Drop)
GFW_DEMO_PRES GFW: Demonstration of GFW with visible data container
GFW_DEMO_PRES_MAIN GFW: Include of demo program gfw_demo_pres
GFW_DEMO_PRES1 GFW: Demonstration of Business Graphics with GFW
Regards, ABY
Message was edited by:
Aby Jacob Emmanuel
‎2007 Aug 24 1:45 PM
Hi,
please do not use the old graphics function modules recommended above! Please use the new chart engine instead.
Download the SAP Chart Designer (SDN - Downloads - WebAS), have a look at its chart types and see the pdf (e.g. chapter 2.6 - TimeScatter).
You can integrate the chart engine in your dynpro by using the SAPGUI control (see report GRAPHICS_GUI_CE_DEMO) or by using the IGS (see report GRAPHICS_IGS_CE_TEST).
Regards, Kai