cancel
Showing results for 
Search instead for 
Did you mean: 

Download PDF spool to unix file system

Former Member
0 Kudos

Does anyone know how to programatically download a PDF document spool to the unix file system?

I am trying to find a method to send PDF documents that have gone to spool to a unix file system. If anyone had any ideas on how to do this, please let me know.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

For this define a logical file while using transaction FILE.

In your code you will get the complete path of the file while using FM FILE_GET_NAME.

Then download your PDF while using instruction

OPEN DATASET...

TRANSFERT ...

Hope this help you .

Best regards

Former Member
0 Kudos

This is a SAP SPOOLER related question. Not sure if this forum can provide the answer.

Juergen