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

Save Image from SAP

Former Member
0 Likes
503

HI.....

Can you guys help me in this issue.I am working in SAP graphics.Now when i execute the program i have the graphics output.now i want to store the output as BMP thorugh programming.is this possible.

Kind Regar

Edited by: Prasenjit Sengupta on Nov 18, 2008 2:05 PM

HI.....

Can you guys help me in this issue.I am working in SAP graphics.Now when i execute the program i have the graphics output.now i want to store the output as BMP thorugh programming.is this possible.

Kind Regar

Edited by: Prasenjit Sengupta on Nov 18, 2008 2:05 PM

1 REPLY 1
Read only

kai_gutenkunst
Product and Topic Expert
Product and Topic Expert
0 Likes
452

Hi,

which kind of graphic do you use?

You have to use the chart engine of the IGS for creating a BMP file. Download the SAP Chart Designer from SDN - Download for creating all customizing settings. Then use these settings in your own application where you send them together with your data to the IGS (CL_IGS_CHART_ENGINE). As a result you get a BMP as an internal table that can be e.g. saved on your local disc.

Regards, Kai