2006 Oct 13 5:53 PM
what is a batch job?
Does batch job always has to be run in background?
Thanks for your input,
Krishen
2006 Oct 13 5:59 PM
hi,
Batch jobs enable the highly automated processing of daily recurring tasks in SAP.
Goto SM36 to create a batch job
2006 Oct 13 5:59 PM
hi,
Batch jobs enable the highly automated processing of daily recurring tasks in SAP.
Goto SM36 to create a batch job
2006 Oct 13 6:05 PM
Hi,
Check this documentation..
http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a7ed1505211d189550000e829fbbd/content.htm
Thanks,
Naren
2006 Oct 13 6:07 PM
2006 Oct 13 6:07 PM
Hi,
batch jobs are normally daily scheduled jobs in SAP, this jobs will run in SM37 daily, in an organization, some taskd will be done these should be entered into SAP daily, so some jobs will be scheduled daily to insert these values in to sap.
so, normally, daily running jobs are Batch jobs
Regards
Sudheer
2006 Oct 16 12:17 PM
1) They are scheduled program which will execute at every mentioned period. For example if you want to sent a mail at a particular time every day, this is achieved by scheduling jobs.
2) SM37 is used for scheduling or from SE38 execute by F9.
3) You can schedule it immediately or you can mention the time it which it needs to be executed.
4)Lengthy processing logics can be scheduled as backgroud.
5) Events are be triggers along with batch processing..
~thomas