Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP program run weekly

Former Member
0 Likes
492

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
471

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.

2 REPLIES 2
Read only

Former Member
0 Likes
472

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.

Read only

Former Member
0 Likes
471

Hi

U van use the FMs

JOB_OPEN

JOB_SUBMIT

JOB_CLOSE

Reward if useful