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

Displaying a graph

Former Member
0 Likes
831

Based on a exponential function I'd like to display a graph. I thought about sending the function as a paramenter to a java program which will calculate the graph and return a jpg or png.

What are the required steps? JRE 1.4.2 is installed on the production server.

I guess I have to setup a java connector and use function modules? The java program is returning a binary file or do you think it would be better to store the binary file on the hard drive and let the ABAP coding access the hard drive?

Any help is very much appreciated.

Cheers

Rene

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
796

My suggestion will be keep the JPG file in APP server and for display check the SAP standard program SAP_PICTURE_DEMO (It have input as url)

6 REPLIES 6
Read only

former_member194669
Active Contributor
0 Likes
797

My suggestion will be keep the JPG file in APP server and for display check the SAP standard program SAP_PICTURE_DEMO (It have input as url)

Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
796

Why don't you just call the Internet Graphics Service (IGS) to so this? That is what it is for.

[SAP Graphics|http://help.sap.com/saphelp_nw70/helpdata/en/9b/d9883672d57c73e10000009b38f889/frameset.htm]

Cheers

Graham Robbo

Read only

0 Likes
796

Graham,

Thanks for very informative link related to graphic

Read only

Former Member
0 Likes
796

Just call IGS sounds easier than it is

Someone would have to setup and configure that one.

But still thanks for the help

I will figure out something with Java Connector

Cheers

Rene

Read only

0 Likes
796

Just call IGS is that simple.

IGS is delivered as part of the ABAP WAS now. Simply configure it and go. There is also a IGS Chart Designer tool that helps you design charts offline and it produces the XML payload you need to pass to the IGS to generate the chart. It really couldn't be easier.

Cheers

G

Read only

Former Member
0 Likes
796

Thanks.

I didnt saw that.

cheers

Rene