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

ALV graph using Excel

Former Member
0 Likes
659

Hi,

I want to plot a graph in ALV . I am using set_table_for_first_table method. My internal table is dynamic. The graph that I want to plot will be time vs dates. Since the date columns are dynamic I guess I cant use the 'Graph_matrix_3d' as it has limited number of columns.

The better approach would be to pass this data to excel internally when the user clicks on the graph button and then plot a graph. I saw a blog on this on SDN but what I want to know is the names of the methods or sample code or any more clues . I will continue my search on this.

Appriciate your help!

Any other approach is also appriciated.

Thanks in advance

Edited by: Sam m on Nov 2, 2008 3:35 PM

5 REPLIES 5
Read only

Former Member
0 Likes
616

Hi Sam,

You might be searching for the below site.

Hope this helps you.

Cheers!1

VEnk@

Read only

0 Likes
616

I have that link, I need more information. How to plot graph that has dynamic values on the X axis.

Read only

0 Likes
616

Any clues guys?

Read only

Former Member
0 Likes
616

Hi Sam

Chek program in the below link

http://www.saptechnical.com/Tutorials/ABAP/Splitter/Demo.htm

Regards,

Abdur

Read only

Former Member
0 Likes
616

I found that it can be done using OLE automation.