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?