Skip to Content
0
Jan 15, 2012 at 02:29 PM

Print PDF data from spool

1127 Views

Hi All,

I need to get invoices data from archive system, and print them out.

I have got the invoices data in an internal table, and used the following code to put the internal table data to spool and print.

  CALL FUNCTION 'RSPO_SX_OUTPUT_DEVICEDATA'
   EXPORTING
     dest                 = 'LOCL'
     rqtitle               = gc_print_title
   IMPORTING
     rqid                 = lv_spool_id
    TABLES
      device_data    = lt_bin_pdf

The printout pages are correct on my side, but customer will get several pages of code and other stuff. So If there are any print options or settings need to be adjusted? Please advise.....

Best Regards,

Ivy