cancel
Showing results for 
Search instead for 
Did you mean: 

how to manage user authentication in sap build code?

Hossam_Fathy
Explorer
0 Kudos
66

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:

  1. 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?

  2. 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.

Accepted Solutions (0)

Answers (0)