cancel
Showing results for 
Search instead for 
Did you mean: 

Print PDF data from spool

0 Kudos
1,502

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

View Entire Topic
0 Kudos

Solved! Changed the destination from LOCL to LOCW