Application Development 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 spool -> convert to PDF -> FTP transfer

Former Member
0 Kudos

Hi,

How can I read a particular spool then convert it to PDF and transfer the PDF file to another system using FTP?

Can anybody give me sample code or tutorial how to do this.

thank you very much!!!

james

3 REPLIES 3

i048168
Advisor
Advisor
0 Kudos

Hi,

Make use of the following functions to do the required job.

1. CONVERT_ABAPSPOOLJOB_2_PDF - Converts the spool to pdf file

2. FTP_CONNECT - connects to the FTP server

3. FTP_COPY - copies the file from source to the destination

4. FTP_DISCONNECT - terminates the connection

Regards,

Vadi

Former Member
0 Kudos

Hi,

how can I use those function module?

can you give me sample codes in using those function module.

thanks!!!

james

Former Member
0 Kudos

James,

Check the standard program RSFTP004

Regards

Indu