When a transaction is called, a system program makes various checks to
ensure that the user has the appropriate authorization.
- Is the transaction code valid? (table TSTC check).
- Is the transaction locked by the system administrator? (table
TSTC check). - Is the user authorized to call the transaction?
- The authorization object S_TCODE (call transaction) contains the
field TCD (transaction code). - The user must have an authorization with a value for the selected
transaction code. - Does the transaction code have an authorization object? If so, a
check is made that the user has authorization for this authorization
object.
are succesful the the authorization checks are successful. If any one
of the checks fail, the user cannot execute the tcode.
No comments:
Post a Comment