4 weeks ago
I am working on SAP Build Code and need some clarification regarding user authentication and role-based access control. Specifically, I have the following two questions:
Is it possible to restrict access to specific columns in a table based on user roles? For example, if I have a "salaries" column, can I make it so that only users with a "Manager" role can see this column, while users with a "Viewer" role cannot?
Regarding action buttons, if a user has a "Read Only" role, I understand that they will receive a "Forbidden" message when attempting actions like delete or create. Is there a way to dynamically hide these action buttons (e.g., "Delete" or "Create") for users with "Read Only" access, so they don't even appear on the UI?
Looking forward to your insights.
Request clarification before answering.
User | Count |
---|---|
64 | |
10 | |
8 | |
8 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.