‎2006 Jan 19 3:57 PM
I am using an OO implementation of graphs in my program. It is very similar to program GFW_PROG_PIE. I am using methods to call graphics. I want to add the functionality of a print button. Could someone let me know how to do this or if there is a sample program i could use for that. I checked all programs in transaction GRAL and none of the OO programs are using the print button. Thanks
‎2006 Jan 19 4:03 PM
‎2006 Jan 19 7:36 PM
Hi Rich, The BARCBO01 is not using OO implementation so i cannot really use the functionality from that program. Thanks though.
‎2006 Jan 19 4:08 PM
Hi,
Try using public method IF_GRAPHIC_PROXY~PRINT of class CL_GUI_GP_PRES (using your graph reference object) after adding a custom button to your screen's toolbar for printing.
Hope this helps..
Sri
‎2006 Jan 19 7:34 PM