‎2007 Jul 09 3:16 PM
Hi ,
When i Execute my report ,report should execute as batch job.
How to do this.
Thanks
Madhu
‎2007 Jul 09 3:26 PM
hi
good
schedule the report with given time,so that it ll execut as batch jobs.
thanks
mrutyun^
‎2007 Jul 09 3:25 PM
hi
good
schedule the report with given time,so that it ll execut as batch jobs.
thanks
mrutyun^
‎2007 Jul 09 3:26 PM
hi
good
schedule the report with given time,so that it ll execut as batch jobs.
thanks
mrutyun^
‎2007 Jul 09 3:26 PM
Hi,
Welcome to SDN.
You can use the following combination FM and submit statement.
1. FM JOB_OPEN.
2. Submit statement with option USER user VIA JOB job NUMBER n.
3. FM JOB_CLOSE.
Regards,
Ferry Lianto
‎2007 Jul 09 3:26 PM
Hi Madhu,
1) Set up a Selection Variant for your program (a saved set of values for the selection screen).
2) Then go into transaction SM36 to define the job - use the Job Wizard if you are not familiar with creating jobs
‎2007 Jul 09 3:41 PM
Hi,
I need to schedule job when i execute my program,I don't want to goto SM 36 to schedule it as batch job
Madhu
‎2007 Jul 09 3:27 PM
You can executed by using <b>F9</b>...You can go to transaction <b>SM36</b> and define it as a job...
Greetings,
Blag.
‎2007 Jul 09 3:33 PM