Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schwarzit/sap-usi-authority-check
Authority check - Dependency of SAP USI Logging
https://github.com/schwarzit/sap-usi-authority-check
abap authorization sap
Last synced: about 2 months ago
JSON representation
Authority check - Dependency of SAP USI Logging
- Host: GitHub
- URL: https://github.com/schwarzit/sap-usi-authority-check
- Owner: SchwarzIT
- License: apache-2.0
- Created: 2021-07-06T09:18:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T12:59:19.000Z (6 months ago)
- Last Synced: 2024-07-10T15:14:57.697Z (6 months ago)
- Topics: abap, authorization, sap
- Language: ABAP
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Codeowners: docs/CODEOWNERS
Awesome Lists containing this project
README
[CONTRIBUTING]: ./docs/CONTRIBUTING.md
[HOW_TO_PULL]: https://github.com/SchwarzIT/sap-usi/blob/main/docs/how_to_pull.md[![SIT](https://img.shields.io/badge/SIT-About%20us-%236e1e6e)](https://it.schwarz/en)
[![USI](https://img.shields.io/badge/USI-More%20Software-blue)](https://github.com/SchwarzIT/sap-usi)# USI Authority Check
## Purpose
This repository contains the helper class /USI/CL_AUTH that checks, if the user is authorized for the current transaction.The class is very simple and would not be worth sharing, but according to our internal development guidelines, it must be used in all USI reports to secure them against unauthorized access.
Because of this rule, many of our developments depend on this class.
## Installation Guide
This component has no dependencies and no special authorizations are required.
But as we are developing in our own namespace, you should consider [this][HOW_TO_PULL].## How to contribute
Please check our [contribution guidelines][CONTRIBUTING] to learn more about this topic.