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: 

reg. batch job

Former Member
0 Kudos
145

what is a batch job?

Does batch job always has to be run in background?

Thanks for your input,

Krishen

1 ACCEPTED SOLUTION

Former Member
0 Kudos
110

hi,

Batch jobs enable the highly automated processing of daily recurring tasks in SAP.

Goto SM36 to create a batch job

5 REPLIES 5

Former Member
0 Kudos
111

hi,

Batch jobs enable the highly automated processing of daily recurring tasks in SAP.

Goto SM36 to create a batch job

Former Member
0 Kudos
110

Former Member
0 Kudos
110

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

Former Member
0 Kudos
110

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