In this exercise we will maintain data of a Data Access Control and grant your user access to specific data of the view V_MY_ORDERS. This you will do by editing and inserting new entries directly into the Data Access Control table T_DAC_DATA. Of course, you could also upload CSV file, which contains the access values for all users.
For more information on Data Acccess Control please see the SAP Help site.
In the first step you define a local table, which contains the allowed value for a user.
-
Navigate to the Repository Explorer
-
Click on the Open Data Editor button to enter the editing mode of the table:
-
Click on the Add button to create a new record with the following values:
ALLOWED_VALUE USER_EMAIL USER_ID 9004 your user email your user id -
Click on the Save button to insert the records into the table.