SchAgrmtHeaderUpdate

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
PurchaseOrderByCustomer string
SchAgrmtValidityEndDate string
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-schagrmtheaderupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SchAgrmtHeaderUpdate",
  "title": "SchAgrmtHeaderUpdate",
  "type": "object",
  "properties": {
    "PurchaseOrderByCustomer": {
      "type": "string",
      "maxLength": 35
    },
    "SchAgrmtValidityEndDate": {
      "type": "string",
      "format": "date"
    }
  }
}