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

Download PDF file to folder via scheduling a background job

0 Likes
1,231

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
Read only

StepanKadera6
Active Contributor
Read only

RaymondGiuseppi
Active Contributor
1,136

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.
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,136

You CANNOT download to presentation server via a background job.

It has been explained in the forum many times.