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

graph

Former Member
0 Likes
614

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.

4 REPLIES 4
Read only

Former Member
0 Likes
584

Hi Priya

use 3d_graph funtion module....

reward points to all helpful answers

kiran.M

Read only

kiran_k8
Active Contributor
0 Likes
584

function module graph_3d

No need to give points to this reply.

K.Kiran.

Read only

Former Member
0 Likes
584

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

Read only

kai_gutenkunst
Product and Topic Expert
Product and Topic Expert
0 Likes
584

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