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: 

Downloading Spool of a report scheduld in background on Appllication server

Former Member
0 Kudos

Dear Experts,

I have a requiremnt as below.

1. A simple ABAP report is scheduled to run in the background daily.

2. This report is simple classical report.

3. Once the job is run successfully, the report output will be generated in the spool.

Now the requirement is to transport the spool output to the application server (unix-AL11)

awaiting your help and kind op-operation to meet this challenge.

Regards,

Nuri.

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

Use the Function RSPO_RETURN_SPOOLJOB , for this pass the spool number, and get the report spooljob into a table BUFER, pass this table to application server using the Open dataset and Transfer .

1 REPLY 1

former_member188685
Active Contributor
0 Kudos

Use the Function RSPO_RETURN_SPOOLJOB , for this pass the spool number, and get the report spooljob into a table BUFER, pass this table to application server using the Open dataset and Transfer .