‎2007 Jan 02 8:55 AM
Hi,
How can I print an ALV programmatically like the 'Print' toolbar button does? I couldn't find such a method in class CL_GUI_ALV_GRID.
Thanks in advance
Roland
‎2007 Jan 03 3:40 AM
Hi,
Handle printing adjustments is done via a structure to be passed to the parameter is_print of the method set_table_for_first_display.
The print output of the field PRNTLSTINF is not visible in the print preview of the ALV Grid. If you create a spool request first, you can check the final list layout in transaction SP01.
Regards,
Balaji Reddy G
**rewards for helpful answers
‎2007 Jan 03 8:24 AM
Hi,
Thanks, but I need to know how to print, not how to set up the printing.
Roland