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

Need a Function Module to convert graph to .bmp format

Former Member
0 Likes
757

HI all,

        By using the function module GRAPH_2D I have generated a graph, i just want to know if there is any function module by which i can convert this graph into .bmp format ?


1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
623

Using T.code GRAL you got lots of Demo Reports for SAP Graphics

or you can use

*Get the bmp image from BDS in hex string format
  CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp

2 REPLIES 2
Read only

Former Member
0 Likes
624

Using T.code GRAL you got lots of Demo Reports for SAP Graphics

or you can use

*Get the bmp image from BDS in hex string format
  CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp

Read only

marcin_cholewczuk
Active Contributor
0 Likes
623

Hi,

If nothing else will work you can try CL_GUI_FRONTEND_SERVICES=>GET_SCREENSHOT

Best Regards

Marcin Cholewczuk