CustomerMaterialUpdate

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
MaterialByCustomer string
MaterialDescriptionByCustomer string
DeliveryPriority string
Plant string
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-customermaterialupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomerMaterialUpdate",
  "title": "CustomerMaterialUpdate",
  "type": "object",
  "properties": {
    "MaterialByCustomer": {
      "type": "string",
      "maxLength": 35
    },
    "MaterialDescriptionByCustomer": {
      "type": "string",
      "maxLength": 40
    },
    "DeliveryPriority": {
      "type": "string",
      "maxLength": 2
    },
    "Plant": {
      "type": "string",
      "maxLength": 4
    }
  }
}