Kommentare zum Artikel
RaTiO - 10.02.2025 - 11:41
It would be nice if you show how to consume the configuration data from ABAP in a Clean Core way. Should we use the "Projection View" or is there a more recommended way?
Xexer - 10.06.2024 - 21:52
You only need the S_TABU_NAM in a PFCG role, to access the BC and maybe to the service. When you check CDS and Behavior, you will find the authorization checks.
kirankumarbathini - 10.06.2024 - 18:59
BC in S/4 HANA 2303
Hi,
Can you please let me know who can do the same for On Prem 2303 version without IAM in place?
In a Clean Core Way it would say: Never use the table. So the first choice should be the generated Core Data Service. But be aware, where you want to read it. The authorization check can lead to errors, because the user/process do not have access. Then you should use PRIVILEGED ACCESS in your SELECT or be sure, that the user has access.