SAP S/4HANA · JSON Structure

Sap S4Hana Sales Order Sales Order Item Update Structure

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

SalesOrderItemUpdate 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

RequestedQuantity RequestedQuantityUnit Plant SalesOrderItemText PricingDate CustomerPaymentTerms ItemBillingBlockReason SalesDocumentRjcnReason DeliveryPriority IncotermsClassification IncotermsTransferLocation

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SalesOrderItemUpdate",
  "type": "object",
  "properties": {
    "RequestedQuantity": {
      "type": "string"
    },
    "RequestedQuantityUnit": {
      "type": "string"
    },
    "Plant": {
      "type": "string"
    },
    "SalesOrderItemText": {
      "type": "string"
    },
    "PricingDate": {
      "type": "string"
    },
    "CustomerPaymentTerms": {
      "type": "string"
    },
    "ItemBillingBlockReason": {
      "type": "string"
    },
    "SalesDocumentRjcnReason": {
      "type": "string"
    },
    "DeliveryPriority": {
      "type": "string"
    },
    "IncotermsClassification": {
      "type": "string"
    },
    "IncotermsTransferLocation": {
      "type": "string"
    }
  }
}