When I run GR55, choose the Report Group that I want to execute and then choose Execute in BackGround, SAP creates a schedule with the generated name of the report. So I think this is the right way.
Hope this help.
Hi,
use fm G_PROGRAM_NAME to get program name
than you could create a job with fm's
1) job_start
2) submit (PROGRAM_NAME)
3) job_close
regards Andreas
Hi Brian,
The following link should help you. I don't think it is any different for other releases.
4.6C: http://help.sap.com/saphelp_46c/helpdata/en/5b/d22fc343c611d182b30000e829fbfe/frameset.htm
Thanks for the replies everyone.
To clarify, we need to schedule the report via our external scheduling system to run on a certain interval.
Since we can't guarantee that the generated program name will remain the same, the best solution seems to be a "shell" program that calls G_PROGRAM_NAME, then submits the report. Now I just need to decide what features (how flexible) to put in the shell program.
Thanks again.
Add comment