SAP Authorization Check
Posted by
Admin at
Share this post:
|
0 Comments
The following actions are subject to authorization checks that are performed
before the start of a program or table maintenance and which the SAP
applications cannot avoid:
* Starting SAP transactions (authorization object S_TCODE)
* starting reports (authorization object S_PROGRAM)
* Calling RFC function modules (authorization object S_RFC)
* Table maintenance with generic tools (S_TABU_DIS)
The authorization objects S_TCODE, S_PROGRAM, S_RFC, and S_TABU_DIS
are standard SAP provided.
Creating a new authorization object is not in the scope of ABAP developer. It will
be taken care by SAP BASIS team.
Keyword: BASIS
Title : SAP Authorization Check