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

how to create line chart

Former Member
0 Likes
1,087

Hii Experts,

How to create line chart?

I want to prepaire a line chart in a report. i have 1 table. In a table have 2 fields. chart is created in these 2 field refrence how It's possible?

Thanx in Advance

Regards

Vshal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,022

Hi,

use the function module GRAPH_MATRIX_3D.

with this function module you will have option to change to any other chart type in Run time

Hii Experts,

How to create line chart?

I want to prepaire a line chart in a report. i have 1 table. In a table have 2 fields. chart is created in these 2 field refrence how It's possible?

Thanx in Advance

Regards

Vshal

6 REPLIES 6
Read only

Former Member
0 Likes
1,023

Hi,

use the function module GRAPH_MATRIX_3D.

with this function module you will have option to change to any other chart type in Run time

Read only

0 Likes
1,022

Hi Gayathri,

I m already using GRAPH_MATRIX_3D FM but i m not change chart type .

Please help

Thnx in advance

Read only

0 Likes
1,022

Hi,

Please refer to the demo program GRBUSG_3.

In SAP Businees Graphics window -> Options Menu - > 2D options -> Graph type - > Line chart

Read only

0 Likes
1,022

Lots of Thnx Gayathri for help....

Read only

Former Member
0 Likes
1,022

I found it very easy to produce a line chart in a window container using FM GFW_PRES_SHOW. In my case this produces a basic line graph with three lines across 15 time periods.

See transaction GRAL for various chart types...they're relatively easy to produce... I picked DEMO_GFW_PRES_SHOW report program from GRAL as my example for how to produce a simple line chart very quickly.

Read only

Former Member
0 Likes
1,022

Hi,

Check the demo program: DEMO_GFW_PRES_SHOW

Regards,

Bhaskar