BwDimension

AnalyticsBusiness IntelligenceData VisualizationReportingSAP

Properties

Name Type Description
DimensionName string Technical name of the dimension
DimensionDescription string Description of the dimension
DimensionType string Dimension type
InfoObjectName string Associated InfoObject technical name
View JSON Schema on GitHub

JSON Schema

sap-bi-bwdimension-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BwDimension",
  "title": "BwDimension",
  "type": "object",
  "properties": {
    "DimensionName": {
      "type": "string",
      "description": "Technical name of the dimension"
    },
    "DimensionDescription": {
      "type": "string",
      "description": "Description of the dimension"
    },
    "DimensionType": {
      "type": "string",
      "description": "Dimension type"
    },
    "InfoObjectName": {
      "type": "string",
      "description": "Associated InfoObject technical name"
    }
  }
}