2008 Dec 23 9:58 AM
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
2008 Dec 23 11:50 PM
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.
2008 Dec 24 12:20 AM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |