Video Lesson 5.8: Authorization Check

Video Lesson 5.8: Authorization Check

This lesson explains what are authorization checks in SAP and how they can be used to create different roles and profiles for users.

  • You will learn why an authorization check is useful and how to include it in your programs.
  • You will learn to create authorization objects and assign them to roles.

Authorization Checks

  • Critical data and parts of the functional scope of the SAP System must be protected from unauthorized access.
  • You have to implement authorization checks in your program so that the user may only access areas for which he or she is authorized.
  • Authorization objects can be defined within object classes.
  • You create an actual authorization by subsequently assigning values to these fields.
  • This authorization can be integrated into the required user master records by means of an authorization profile.
  • At runtime, you can use the AUTHORITY-CHECK statement to check whether the actual user has the authorization required for executing the function in his or her user master record.




Share this on Social Media

Facebook
Twitter
LinkedIn
Pinterest
WhatsApp

Unit 1 – SAP System Architecture

Unit 2 – Object Navigator, Repository and ABAP Programs

Unit 3 – Transparent tables in the ABAP Dictionary

Unit 4 – Basic ABAP statements, ABAP Structures and ABAP Logical Expressions

Unit 5 – ABAP Data Retrieval

Unit 6 – SAP Analysis Tools

Unit 7 – ABAP Subroutines

Unit 8 – ABAP Events

Unit 9 – ABAP User Interface

Unit 10 – Function Modules, Methods, ALV and BAPI

Unit 11 – Adjusting SAP Standard Software

Unit 12 – ABAP Debugger, Selection Screens, and Table Controls

Unit 13 – ABAP Web Dynpro

Unit 14 – Advanced Topics

Unit 15 – Advanced Topics II

Object Oriented (OO) ABAP

ABAP for SAP HANA (Introduction)

OData and SAP Netweaver Gateway