Hello. I created a entity using .hdbdd file. Due to the limitations of trial HANA account, the entity was created in scheme "_SYS_BIC". However, whencreating a triggerfora table in this schema, an error occured:
Could not execute 'CREATE TRIGGER t_bi_field before insert ON "_SYS_BIC"."iXXXXXXtrial.hana.cowcopter::Model.Field" ...'
SAP DBTech JDBC: [258]: insufficient privilege: Not authorized
How to get aroundthis limitation? Or it is necessaryto create tablesusingSQL, without usingthe syntax ofthe CDS?