‎2008 Feb 05 10:36 PM
Hi,
Is there a way in ABAP that would allow a program to schedule itself to run on a weekly basis without going through SM36 and variants?
Thanks,
~Mark
‎2008 Feb 06 2:43 AM
Hi,
I don't think there is any option like that. Only thing is that you can create a BDC for the purpose. But again it is complex work. From SE38 main screen itself you can schedule the program. Like from the main se38 screen, type in the program name, from menu->program->schedule. You can schedule it through this way too.
Regards,
Renjith Michael.
‎2008 Feb 06 2:43 AM
Hi,
I don't think there is any option like that. Only thing is that you can create a BDC for the purpose. But again it is complex work. From SE38 main screen itself you can schedule the program. Like from the main se38 screen, type in the program name, from menu->program->schedule. You can schedule it through this way too.
Regards,
Renjith Michael.
‎2008 Feb 06 5:15 AM
Hi
U van use the FMs
JOB_OPEN
JOB_SUBMIT
JOB_CLOSE
Reward if useful