SAP S/4HANA · JSON Structure

Sap S4Hana Sales Order Sales Order Update Structure

Type: object Properties: 11
Business ApplicationsCloudEnterprise Resource PlanningERPFinanceHuman ResourcesInventoryLogisticsManufacturingPlant MaintenanceProcurementS/4HANASalesSAP

SalesOrderUpdate is a JSON Structure definition published by SAP S/4HANA, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

PurchaseOrderByCustomer RequestedDeliveryDate CustomerPaymentTerms ShippingCondition CompleteDeliveryIsDefined HeaderBillingBlockReason DeliveryBlockReason IncotermsClassification IncotermsTransferLocation PricingDate SDDocumentReason

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SalesOrderUpdate",
  "type": "object",
  "properties": {
    "PurchaseOrderByCustomer": {
      "type": "string"
    },
    "RequestedDeliveryDate": {
      "type": "string"
    },
    "CustomerPaymentTerms": {
      "type": "string"
    },
    "ShippingCondition": {
      "type": "string"
    },
    "CompleteDeliveryIsDefined": {
      "type": "boolean"
    },
    "HeaderBillingBlockReason": {
      "type": "string"
    },
    "DeliveryBlockReason": {
      "type": "string"
    },
    "IncotermsClassification": {
      "type": "string"
    },
    "IncotermsTransferLocation": {
      "type": "string"
    },
    "PricingDate": {
      "type": "string"
    },
    "SDDocumentReason": {
      "type": "string"
    }
  }
}