Hi.
As mentioned in the question my requirement is, that my ABAP Program does not contain any variant instead, it calls for the other programs to get the output. Also, it contains multiple programs which leads to multiple outputs. So if I Run it manually I get the output one after the other.



But I want to schedule this program as a background job. So if I normally schedule the programs as a background job, I can see their output as a spool request.
I have tried scheduling this program as a background job, and it shows that the job is completed. But unlike other background jobs that contain programs with variants, this doesn't show any spool requests generated.


It says the job is complete. So if the job is complete the program output should be stored somewhere in the SAP server. I've checked in SP01 too. It shows the same result. There is no Spool Generated. I just want to know where the outputs of the scheduled background jobs are stored in SAP even when there are no variants used and the program itself can get its own output using the call method. Can someone please help me with this? I have been looking out for almost a week now. :(
Thanks in Advance.
I really Appreciate it.