SAP Knowledge Base Article - Public

3265465 - Facing Issues to Deploy a View that Uses Shared Objects as Sources

Symptom

Getting issues when deploying a view that is using a Shared Object as a source, such as a shared view or a shared table.

Examples:

  • View fails to Deploy.
  • Attributes Names get reset when deploying the view.
  • Data Types of Measures gets reset when deploying the view.
  • Mappings get changed when deploying the view.

Environment

  • SAP Datasphere

Reproducing the Issue

  1. Access the affected SAP Datasphere tenant;
  2. Open the affected view in Data Builder(must use shared object as source);
  3. Perform any of the changes below:
    • Update Attributes Business Names
    • Update any Measure Data Type
    • Update the views mapping or associations

Cause

  • The views related to the shared source object are not getting reflected in SQL.

Resolution

Ideally, shared objects should have quotes around them. You will need to add a double quote to the shared objects' names.

Example:

  • Shared_View_Object_Name

Update it to:

  • "Shared_View_Object_Name"

See Also

Keywords

Datasphere, DS, Data Builder, Graphical View, Deploy, Reset, Shared, View, Remote Table, Table, source, node, changes, dwc, data warehouse cloud , KBA , DS-MD-VIW , Views , Problem

Product

SAP Datasphere all versions