Hi SAP HANA/ ABAP experts,
I was trying to create an ABAP on HANA role for on HANA DB.
role TestRoles::developer_role
extendscatalogrole "ABAP_DEV", "ABAP_ADMIN"
{
catalogsqlobject "_SYS_REPO"."GRANT_SCHEMA_PRIVILEGE_ON_ACTIVATED_CONTENT","_SYS_REPO"."GRANT_PRIVILEGE_ON_ACTIVATED_CONTENT": EXECUTE;
catalogschema "SAPSND": SELECT, DEBUG;
systemprivilege: CATALOG READ;
}
I also would like to get the next in place: (for External Debugging AMDP on HANA). Does anyone know how to geht this into a role
grant attachdebuggerto DEBUGUSER;
Please refer to next OSS for more details: 1942471 - New Debug Privileges for SQLScript Debugger.
Thanks in advance.
Best Regards,
Bart