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

upload and download image from program to application server

Former Member
0 Likes
577

Hi,

I have developed a report which displays pie chart as an output.

Is there any way to upload the image directly into the application server?

Thanks and regards ,

Indira

Hi,

I have developed a report which displays pie chart as an output.

Is there any way to upload the image directly into the application server?

Thanks and regards ,

Indira

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
413

I don't know what technology you use.

If it's a sap business graphic, [sap library|http://help.sap.com/saphelp_nw2004s/helpdata/en/39/cc9fae576911d1896f0000e829fbbd/frameset.htm] says that you may send it to a file (PS or PCL I guess) via menu.

There is also the graphical framework (GFW) to handle more complex functionality.

1) You can print or export via abap according to [sap library|http://help.sap.com/saphelp_nw2004s/helpdata/en/55/66f337fb64f13de10000009b38f8cf/frameset.htm].

2) I also looked at GFW_PRES_SHOW_MULT function module. It seems that if you pass parameters HEIGHT, WIDTH, SHOW = space, FORMAT = if_graphic_proxy=>co_format_bmp (or _jpg, or gif) and CONTENT tables parameter, you should be able to retrieve data (length returned to CONTENTLENGTH parameter). I can't try it because GFW is not configured.

Another graphical engine is IGS but SAP doesn't give many clues (in the sap library) to understant how it works.

Read only

0 Likes
413

More clues : I think (but I'm not expert) that the export to file is available only if you use Internet Graphics Service (IGS). You have to install it on a windows server. More info in [sap library|http://help.sap.com/saphelp_nw2004s/helpdata/en/17/86c039c7811f11e10000000a114084/frameset.htm]

Tell us if you find something.