Show TOC
ABAP/4: Program
run checks
Definition
Authorization to execute ABAP programs by
program group.
You can assign authorizations by program group
for the following activities:
- Scheduling a program to run as a background
job
Defined
Fields
The object consists of two fields:
- Authorization group ABAP
program: Name of the program group that the user is authorized
to work with.
Programs that are
not assigned to a program group can be started and maintained by any user. The
function does not support generic names.
- User action ABAP
program: Permitted activities.
Possible
values:
- SUBMIT: Start the
program
- BTCSUBMIT: Schedule the
program to run as a background job
- VARIANT: Maintain variants
(The SUBMIT authorization is necessary here as well, since programs are
executed during variant maintenance)
(The activity EDIT has been obsolete since
Release 3.0. Authorizations for attributes, text elements and ABAP utility
functions are checked using the S_DEVELOP object).
Example
This authorization allows a user to execute
programs in the MMDLMAT authorization group.
| Field |
Value |
| Authorization group ABAP program |
MMDLMAT |
| User action ABAP program |
SUBMIT |