Authorization Objects

How to create Customized Authorization Objects (SU21)

SAP Authorization Objects  

The SAP Authorization Objects, as the name itself suggests, is a method of restricting users to access any particular application created in the system. It could simply be: denying user for viewing confidential data on-screen or denying access to certain Transactions.

Taking this feature into consideration, SAP gets the flexibility to decide at runtime whether a particular user is supposed to access a given application or not.

To get an in-depth picture on the Authorization and the way it works, we’ll look at an example which would demonstrate the use of Authorization Objects and the way to use.

Create Customized Authorization Objects (SU21)

If we enter  SU21 T-Code we use to get as per below,

To  click on create button and select authorization object

After provide your customized auth.object class  name and  text and click on save button.when you click on save then it will ask  package name —->provide name of the package name and save it

Under this Auth.objects we can maintain our own auth.fields also

See Also : SAP GUI 7.10 New Installation Instructions

Online Training Tutorials

  • SAP AuthorizationSAP Security and AuthorizationsAn authorization is a permission to perform a certain action in the SAP System. Authorizations are used to control access at the application level..SAP Authorization concept is basically […]
  • authorization objectsWhat is authorization Objects,Profile and Role?Actions and the access to data are protected by authorization objects in the SAP system. Authorization objects allow complex checks that involve multiple conditions that allow a user to […]
  • Java Collection Framework Tutorials with ExamplesJava Collection Framework Tutorials with ExamplesJava collections tutorials and example series. The Java collection framework has made an efficient storing and processing unit for data.
  • C Program to Find Total of Even IntegersC Switch Statement with ExamplesThe C switch statement is multi-way decision that tests whether an expression matches one of number of constant integer values, and branches accordingly. The switch is multi way […]
  • MATLAB Interview Questions and AnswersMATLAB Interview Questions and AnswersMATLAB, which is short for Matrix Laboratory, incorporates numerical computation, symbolic computation, graphics, and programming. We can herewith list of latest and updated MATLAB […]
  • C Program to Find Total of Even IntegersC Program to Print an Integer NumbersIn this article, we will explain you, How to write a C Program to Print an Integer Numbers with an example. The first scanf requests input data for three integer values a, b, and c, and […]
  • sap certificationSAP Certification Guidelines TipsSAP Certification: Before an SAP Professional go rushing off to get certified by SAP, it's a good idea to consider the wide range of options available, and determine if sap certification […]
  • CSS Interview Questions and AnswersCSS Interview Questions and AnswersCSS (Cascading Style Sheets) is a technical specification that allows HTML document authors to attach formatting style sheets to HTML documents. We have listed of CSS interview Questions […]