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: 

job scheduling- sm36

Former Member
0 Kudos

hi,

i tried to run my program thru sm36.

following are the steps i followed ,

1. give Job name

2. click Step

3. specify program name and variant

4. check and save

5. back to the front screen of sm36

6. click save button

7. now click Start condition

8. click Date/Time

9. clikc Period values

8. clikc Daily

9. click save button

10. set the scheduled start date and start time

11. The job will execute daily at the start time

12. Save to release the job

13. verify the job in SM37

but the problem is , the program is always is in released state in SM37 and more than tat how and where i can find that the program has been executed .

Thanks & Regards

Ganesh

1 REPLY 1

Former Member
0 Kudos

Scheduled -> means the job has been triggered

check this link ...

http://help.sap.com/saphelp_nw04/helpdata/en/c4/3a8016505211d189550000e829fbbd/content.htm

Schedule is where you create the job and define the start parameters. Here the chain or job won't start . It needs a released job to run it as per you defined in the periodicity.

If the job is stuck in released state and is not coming to active state,you have to kill or cancel the job.

Use the STOP button to cancel the job.

Then reschedule that job.

Before this..check what impact will canceling the job have..

You could capture 'Released' job to 'Scheduled'.

Proceed as below:

goto SM37, get the list of jobs which shows the released job.

Keep the cursor on the released (just keep), then use menu Job --> Released to Scheduled (short cut Shift+F6).

This will make your released job to scheduled. After that you could whatever you want.