Application Development 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: 

Need a Function Module to convert graph to .bmp format

Former Member
0 Kudos

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

former_member182040
Active Contributor
0 Kudos

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

former_member182040
Active Contributor
0 Kudos

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

marcin_cholewczuk
Active Contributor
0 Kudos

Hi,

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

Best Regards

Marcin Cholewczuk