Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.