‎2006 Nov 21 6:58 AM
Is there any program to submit in background, ALV report?
I tried in job_open and job_close, but nto worked out.
‎2006 Nov 21 7:09 AM
‎2006 Nov 21 7:11 AM
Hi,
You need to use the following function modules:
- JOB_CREATE - create the job
- JOB_SUBMIT - add a step in the job
- JOB_CLOSE - to pass the job to the background processing subsystem
Alternatively, you can use SUBMIT... VIA JOB, which is easier but gives you less control.
MJ