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

Batch Users

Former Member
0 Likes
3,615

Can anyone plzz explain Batch users and what is their purpose in detail

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
2,648

If many transactions are executed in a sequence, in a system to update large data into the system Batch sessions are created. Such Batch input sessions are run in the foreground with display errors option to correct any possible errors. The users which run these Batch input sessions are special users and have special authorizations for their ID's to have a safe execution of the sessions. S_BTCH_ALL & S_BDC_ALL are a few profiles assigned to these ID's & S_BDC_MONI is one of the auth that is given to this ID to have a control over Batch Input sessions. SM35 is the TC where u can have alook over these sessions.

I hope this answer is OK and answers ur query.

Award points accordingly.

Br,

Sri

Read only

Former Member
0 Likes
2,648

Some more info.

BatchId's are supposed to be of system type(no dialog logon)

but sometimes they do use dialog mode users for some issues.

S_BTCH_NAM is the object which allows to restrict which userID's that can be used for Batch jobs by a particular user

Message was edited by: Keerti Vemulapalli