Hello Experts,
This question is regarding restoring old background jobs which were cancelled.
I have a report which runs in background with one variant. The report has a date as a selectionscreen input. This date is used by the program as field AUDAT to get the Sales orders from VBAK. The purpose of the program is to fetch the Sales Orders on a daily basis.
So I scheduled a job for this report on a daily basis. I created a variant and I used the selection variable 'current date in the attributes of variant for the date field(AUDAT) of selection screen.
So the background job will run daily by passing that days date to AUDAT field.
My problem is 2 days back the job got cancelled. Today is it possible to restore that old job and fetch the Sales Orders for which AUDAT is 2 days back from today?
Today I tried to reschedule that cancelled job, but I am getting the sales orders for which AUDAT is todays date but not 2 days back date.
Can you people please help me.