ProductDescription

Product description entity (A_ProductDescription)

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
Product string Material number
Language string Language key
ProductDescription string Material description
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-productdescription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductDescription",
  "title": "ProductDescription",
  "type": "object",
  "description": "Product description entity (A_ProductDescription)",
  "properties": {
    "Product": {
      "type": "string",
      "maxLength": 40,
      "description": "Material number"
    },
    "Language": {
      "type": "string",
      "maxLength": 2,
      "description": "Language key"
    },
    "ProductDescription": {
      "type": "string",
      "maxLength": 40,
      "description": "Material description"
    }
  }
}