Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Send RTF document to spool programatically

wozjac
Active Participant
0 Likes
730

Hello,

is it possible to send to spool (with function module) a rtf document stored somewhere on erp server ?

Regards

>>> there is no ultimate “one and true” way of software development that we need to get at incrementally by digging harder"
4 REPLIES 4
Read only

Former Member
0 Likes
671

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

Read only

0 Likes
671

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

>>> there is no ultimate “one and true” way of software development that we need to get at incrementally by digging harder"
Read only

0 Likes
671

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

Read only

0 Likes
671

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

>>> there is no ultimate “one and true” way of software development that we need to get at incrementally by digging harder"