SalesContractItemCreate

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
Material string
TargetQuantity string
TargetQuantityUnit string
Plant string
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-salescontractitemcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SalesContractItemCreate",
  "title": "SalesContractItemCreate",
  "type": "object",
  "properties": {
    "Material": {
      "type": "string",
      "maxLength": 40
    },
    "TargetQuantity": {
      "type": "string"
    },
    "TargetQuantityUnit": {
      "type": "string",
      "maxLength": 3
    },
    "Plant": {
      "type": "string",
      "maxLength": 4
    }
  }
}