HDBAnalyticPrivilege
Overview
The information on this page will help you learn how to continue using analytic privileges in your XS Classic applications running on XSK.
Transition path
- All classical XML-based analytic privileges need to be SQL analytic privileges.
- The
applyPrivilegeType
attribute in the calculation views must be set toSQL_ANALYTIC_PRIVILEGE
- References to
SESSION_USER
are changed toSESSION_CONTEXT('APPLICATIONUSER')
. This is automatically done during migration. - Assignment of analytic privileges happens only through hdbroles. During migration, a default hdbrole is created which references the analytic privileges used in the project and is assigned to the technical XSK user.
Reference
SAP Help Portal
For more information, see Analytic Privileges.