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: 

Download PDF file to folder via scheduling a background job

0 Kudos
406

I have a requirement to download to PDF file (Adobe form) to folder in the presentation server via scheduling the program in background Job. Answers are appreciated.

3 REPLIES 3

StepanKadera
Active Contributor

raymond_giuseppi
Active Contributor
311

Look first at report RSPO0020 (e.g. Abap trace with SAT)

  • Once you understand its logic, use it in your code.
  • As you want it in background, look for tools such as FTO or shared folders to download the file to presentation server.

Sandra_Rossi
Active Contributor
0 Kudos
311

You CANNOT download to presentation server via a background job.

It has been explained in the forum many times.