2018 Sep 13 5:04 PM
Hi,
I need to schedule a report B after the report A job got finished and need to pass the variant of Report A to Report B while scheduling the job programmatically in ABAP.
i.e ReportA scheduled with VariantA with JobA Step1.
Once the above JOBA STEP1 got finished then I need to schedule ReportB with VariantA(same as above which is passed to ReportA) with JobA Step2.
Kindly suggest me how to achieve this functionality.
Regards,
Ramana.
2018 Sep 14 6:06 AM
You can submit report B with selection-set = variantA at the end of report A.
one more way is using event to trigger job:
https://wiki.scn.sap.com/wiki/display/ABAP/Scheduling+background+job+by+triggering+an+event
2018 Sep 14 6:24 AM
Ramana,
Use JOB WIZARD in SM36.
It is the best and simple step by step process to schedule a job with multiple steps.
K.Kiran.