cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization to create CDS views

plaban_sahoo
Participant
0 Kudos
82

Hi All,

Can someone please provide if the below auth. are sufficient to create CDS view on HANA DB. If not, please rectify and/or suggest the correct ones

  • REPO.READ
  • REPO.EDIT_NATIVE_OBJECTS
  • REPO.ACTIVATE_NATIVE_OBJECTS
  • REPO.MAINTAIN_NATIVE_PACKAGESSystem privileges
  • REPO.MAINTAIN_DELIVERY_UNITSObject privileges
  • EXECUTE privilege on the database procedure SYS.REPOSITORY_REST.

Regards

Plaban

View Entire Topic
HakanHaslaman
Product and Topic Expert
Product and Topic Expert
0 Kudos

The permissions you mentioned are generally right for creating CDS views in SAP HANA.

May you need additional ones like S_DEVELOP for ABAP development, S_CDS for CDS operations, S_RFC for executing remote function calls, S_TABU_DIS for displaying table contents, S_TRANSPRT for transporting objects, and S_USER_GRP for user group maintenance.

These depend on your specific setup and needs.