SAP S/4HANA · JSON Structure

Sap S4Hana Sales Order Sales Order Schedule Line Structure

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

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

Properties

SalesOrder SalesOrderItem ScheduleLine RequestedDeliveryDate ConfirmedDeliveryDate OrderQuantityUnit OrderQuantitySAPUnit ScheduleLineOrderQuantity ConfdOrderQtyByMatlAvailCheck DeliveredQtyInOrderQtyUnit OpenConfdDelivQtyInOrdQtyUnit CorrectedQtyInOrderQtyUnit DelivBlockReasonForSchedLine

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SalesOrderScheduleLine",
  "type": "object",
  "properties": {
    "SalesOrder": {
      "type": "string"
    },
    "SalesOrderItem": {
      "type": "string"
    },
    "ScheduleLine": {
      "type": "string"
    },
    "RequestedDeliveryDate": {
      "type": "string"
    },
    "ConfirmedDeliveryDate": {
      "type": "string"
    },
    "OrderQuantityUnit": {
      "type": "string"
    },
    "OrderQuantitySAPUnit": {
      "type": "string"
    },
    "ScheduleLineOrderQuantity": {
      "type": "string"
    },
    "ConfdOrderQtyByMatlAvailCheck": {
      "type": "string"
    },
    "DeliveredQtyInOrderQtyUnit": {
      "type": "string"
    },
    "OpenConfdDelivQtyInOrdQtyUnit": {
      "type": "string"
    },
    "CorrectedQtyInOrderQtyUnit": {
      "type": "string"
    },
    "DelivBlockReasonForSchedLine": {
      "type": "string"
    }
  }
}