Applications Not Using the ABAP Authority Check
Context
Applications that follow another authorization concept should create their own authorization provider. In this case, perform the following steps:
Procedure
- Create an application provider class that implements the interface if_sadl_cond_prov_auths .
- Create an implementation for the two required methods of this interface is_authorized will return true if the authorization checks performed have established that the user is authorized to access at least part of the requested data. get_conditions will return a list of restrictions in the reverse polish notation defined in if_sadl_query_types .