Skip to Content
0
Former Member
Jul 14, 2008 at 07:06 PM

Converting Internal table to spool

503 Views

What is the simplest method to convert a report to PDF. The report is based on the content of an internal table.

My understanding one option is:

- send report to spool and then convert spool to PDF using FM CONVERT_OTF

- Do I need to use FM SET_PRINT_PARAMETERS to set spool parameters

Any code example evailable?