cancel
Showing results for 
Search instead for 
Did you mean: 

Create a Development Project in SAP Business Application Studio

sitapati2
Explorer
0 Kudos
56

Hi All

I am not able to follow the below steps BTP cockpit trial account.

https://developers.sap.com/tutorials/hana-cloud-mission-trial-8.html

Step 6: Modify the hdbgrants file

In File explorer, open the .hdbgrants file with the option Open With … Text Editor. Here, you can see a template of all different types of privileges you could grant to different user groups. There is a dedicated section for object owner users and application users.

For the purposes of this tutorial, we would like to grant the roles we have previously created to object owners and application users. The object owner will be assigned the role genericRoleForOO and the application user the role genericRoleForAP.

To do so, replace the contents of the hdbgrants file with the following:

I dont see JSON file. For

{
"MyUPS": {
"object_owner": {
"global_roles": [
{
"roles": ["genericRoleForOO"]
}
]
},
"application_user": {
"global_roles": [
{
"roles": ["genericRoleForAP"]
}
]
}
}
}

Please share navigation or more details on how to update the hdbgrants file.

 

 

 

 

Accepted Solutions (0)

Answers (0)