Skip to Content
0
Former Member
Jan 20, 2011 at 11:49 AM

scheduling job using submit keyword in a report not giving correct answer

92 Views

Hi Experts,

I am submiting a report. In that report having dynamic selection. So i am submitting with Free selection in the submit keyword. After executing the program in background its not giving correct answer. The background job getting started and finished. But in the job log its saying No material selected. So what i am thinking means its not considering the dynamic selection paramters. So kindly guide me how to procced further.

if i run the program in foreground its calling the selection screen of saprck60 program and waiting for to hit the schedule button. Hope in background its not triggering correctly. So how to trigger the button in background execution.

SUBMIT saprck60
   WITH FREE SELECTIONS TEXPR
       VIA SELECTION-SCREEN
       WITH kalaid  = 'ZBGT123'
       WITH kaladat = sy-datum
       with BACKGR = 'X'
       VIA JOB name NUMBER number
AND RETURN

Anandhan