You are on page 1of 3

Number Auth Object

1 S_BTCH_ADM

2 S_ADMI_FCD spool administration and monitoring


3 S_BTCH_JOB assign users authorizations for all background operations except scheduling.

By default, a job runs under the R/3 authorizations of the user who scheduled
it. With this authorization, a user can also specify other users for providing
runtime authorizations for a job. The permissible users are specified as the
4 S_BTCH_NAM value of the authorization.

5 S_DATASET Object  provides authorizations for accessing files from ABAP/4 programs.
Auth Field Auth Value
BTCADMIN Y
N
S_ADMI_FCD 
DELE: Delete background jobs
LIST: Display spool requests created by jobs
PLAN: Copy or repeat jobs
PROT: Display job processing logs
RELE: Release jobs (automatic release after scheduling possible)
SHOW: Display job queue

Name of the ABAP/4 program that contains the access. You can
PROGRAM restrict the file access to a few known access programs.
ACTVT 33: Normal file read
34: Normal file write or deletion
A6: Read file with filter (operating system command)
A7: Write to a file with filter (operating system command)
Name of the operating system file. Here, you can restrict the
FILENAME accessible files.
Definition
The value "Y" of BTCADMIN enables all operations for any jobs across clients.
users are able to display the jobs of all the clients of the system
https://wiki.scn.sap.com/wiki/display/SMAUTH/S_ADMI_FCD

You might also like