About this document
Submit ABAP Job with Parameters by Frederico Morgado is a document available to read on EtoBox.
This document summarizes the steps to submit a report job in the background using ABAP code: 1. Open a job using the JOB_OPEN function, passing parameters like the job name and importing the job count. 2. Submit a report to run via the job by calling the SUBMIT statement, specifying the job name and number. 3. Close the job using the JOB_CLOSE function, passing timing parameters like the start date and time to schedule the job.
- Author
- Frederico Morgado
- Language
- EN