on 2012 Jan 15 2:29 PM
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
Solved! Changed the destination from LOCL to LOCW
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.