Application Development 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: 

Programm periodically scheduled in backgroundtask 15 min - how cancel?

Former Member
0 Kudos

Hello abap comunity,

i executed my programm in backgroundtask and scheduled it by running every 15 minutes. I checked the results in sm37 and realized that backgroundtask is running every 15 minutes.

Now i want to cancel the scheduling for this task. When using sm37 marking flag scheduled i cant find the tasks. Thus i cannot undo scheduling. Does anyone know how i can undo scheduling of my own background tasks.

Looking forward to your reply!

Thanks in advance! Helpful answers will be rewarded!

G

1 ACCEPTED SOLUTION

pole_li
Active Participant
0 Kudos

Hi,

In SM37, mark "Released" flag,

then you can find your backgroundtask and delete it.

Regards,

Pole

2 REPLIES 2

pole_li
Active Participant
0 Kudos

Hi,

In SM37, mark "Released" flag,

then you can find your backgroundtask and delete it.

Regards,

Pole

Former Member
0 Kudos

Hi Pole,

thanks. Your hint does the trick! full points!

Best regards,

Gunther