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

Repeat Scheduling

Former Member
0 Likes
1,907

Hi,

As we have option of repeat scheduling in SM37, in the same way

i have a job with three different steps and each step is assigned to one variant each i.e.

Example

1 A(Job Name)

A.Step1 (Variant 1)

B.Step2 (Variant 2)

C Step3 (Variant 3)

i want to code such that ... once my job(Repeat Sheduling) is called through my program it should call the Job for all the Steps ?????

Can anyone suggest the process.......

5 REPLIES 5
Read only

Former Member
0 Likes
1,025

Hi,,

while scheduling the job,,u can give the three steps...right??

It means all the 3 steps will be executed sequentially..

So whats ur problem now??

Read only

0 Likes
1,025

Hi,

Where do i need to specify the steps in code for which Function Module

Read only

0 Likes
1,025

Hi,,

Those steps are related to job creation...(not in FM)..

Usually Jobs contains a single program and a variant(1 step)...But in ur case u have 3 steps(which will be executed one by one)...

Once ur jopb is triggered..job will run with 1st tep..aftre completeing that it runs for second step..and so on....

Cheers

Ravi

Read only

0 Likes
1,025

when we are trying to submit the Job using JOB_submit FM there we have only one option to specify the varaint for one step how do i specify for multiple steps with there respective varinats

Read only

0 Likes
1,025

ohho...i thought that u r creating the job in SM36....

Y dont u try that..

goto sm36 click on job wizard tab...and then u can creat a job having multiple steps...

Cheers,

ravi