2010 Jan 06 10:34 AM
Hello,
is it possible to send to spool (with function module) a rtf document stored somewhere on erp server ?
Regards
2010 Jan 06 10:50 AM
Hi,
Yes,it is possible to fetch the file from the server into an internal table then send to the spool using the FM "'SLVC_TABLE_PS_TO_SPOOL'".
Regards,
Aditya
2010 Jan 08 12:28 PM
Thanks for answer.
I'm looking what's the best solution for printing programmaticaly PDF files generated from .rtf documents stored on server.
I would appreciate any hint.
Regards,
Jacek
2010 Jan 08 1:06 PM
Hi,
Fetch the .rtf data into the internal table then convert that into PDF using FM "CONVERT_OTF_2_PDF". Then submit the same to print.
Please close the thread, if solved
Regards,
Aditya
2010 Jan 08 1:21 PM
But what kind of fetching is required?
1. Simple reading rtf to character table? Or read in binary mode?
2. use dedicated function module?
Greetings
Edited by: jacek wozniczak on Jan 8, 2010 4:50 PM