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: 

Schedule a method

Former Member
0 Kudos

Hi!

I wonder, is there a way to schedule a method as a background job with SM36? If yes, what are the pre-requisites?

Does it have to be a class or an instance method, does it have to be public, etc?

In SM36, I have to enter a program name, how can I determine the program's name of the method?

Or I have to create a small program, which will call the method...

Thanx

Tamá

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Tamás Nyisztor ,

There is no such option. It would be better if you could do it using a samll program which calls this program.

Regards

Abhii..

2 REPLIES 2

Former Member
0 Kudos

Hi Tamás Nyisztor ,

There is no such option. It would be better if you could do it using a samll program which calls this program.

Regards

Abhii..

Former Member
0 Kudos

Hi,

You can only schedule a program. So call this method within a program and schedule that program.