Write a comment
Writing comments is only allowed to registered users, registration is free and does not require an email address and can be done quickly here.
Writing comments is only allowed to registered users, registration is free and does not require an email address and can be done quickly here.
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?
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.
Hi,
Can you please let me know who can do the same for On Prem 2303 version without IAM in place?
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.
Thanks for the helpful blog!
I struggled with the custom business configuration, here is what I needed to do:
I created a new Business Role and added "Business Configuration - Configuration" (SAP_CORE_BC_BCT_MBC_PC) business catalog. I also added the newly created business catalog to the role. This way your business configuration item then appears in list.
Another small step missing in instructions was the publishing of the IAM App & Catalog after configuration.
Keep up the great work.
I have only added it this time for the Business Catalog. But you are right, that's always an important point.
In the “Apps” tab we assign the IAM app with the ending MBC. Don't forget to release the catalog in the system using "Publish Locally" so that you can then assign it to a role.