SAP Knowledge Base Article - Public

3315467 - Selective deletion on tables of SAP Datasphere

Symptom

You'd like to perform a selection deletion on tables in SAP Datasphere.

Environment

SAP Datasphere

Reproducing the Issue

CALL "DWC_GLOBAL"."GRANT_PRIVILEGE_TO_SPACE" (
    OPERATION => 'GRANT', 
    PRIVILEGE => 'DELETE', 
    SCHEMA_NAME => 'SCHEMA_NAME', 
    OBJECT_NAME => 'TABLE_NAME', 
SPACE_ID => 'SPACE_NAME')

DELETE FROM "SPACE"."TABLE" WHERE clause;

Resolution

This is currently a feature request of SAP Datasphere. There is no planned date/wave.

To check the upcoming features delivery, check out SAP Datasphere Roadmap.

Keywords

insufficient privilege could not execute , KBA , DS-DI-DM , Data Maintenance , Product Enhancement

Product

SAP Datasphere all versions