Applications Without Authorization Protection
Context
Applications that have no need of an authorization check because they are publicly available must explicitly declare that no authorization check is required. To indicate this, use the special authority provider that always allows access:
DATA( lo_provider ) = cl_sadl_cond_prov_factory_pub=> create_for_no_authority_check ( ).
This provider must be initialized and registered at the SADL runtime before passing control to the SADL engine for query execution.