‎2008 Jul 04 5:08 PM
Hi all,
Is it possible to schedule a job by dynamically.
I have to schedule a job to run a program based on the entries.
suppose, itab contains 400 plus entries.
I have to schedule a job for every 100 entries. and once the first job is finish then only next job should run.
Please suggest me a solution.
Thanks in advance.
Eswar
‎2008 Jul 05 9:48 AM
In your program you can create a job with multiple steps 1 for each 100 records.
The function module used to create the job is called 'BP_JOB_CREATE'
You within your BDC you would have a counter that ensures that only 100 records at a time where put into a session.
Each session name could be incremented by 1.
Hopefully this helps.
Regards
J
‎2008 Jul 05 9:48 AM
In your program you can create a job with multiple steps 1 for each 100 records.
The function module used to create the job is called 'BP_JOB_CREATE'
You within your BDC you would have a counter that ensures that only 100 records at a time where put into a session.
Each session name could be incremented by 1.
Hopefully this helps.
Regards
J