SAP S/4HANA · JSON Structure

Sap S4Hana Sales Order Sales Order Item Create Structure

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

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

Properties

Material RequestedQuantity RequestedQuantityUnit Plant SalesOrderItemCategory SalesOrderItemText PurchaseOrderByCustomer PricingDate CustomerPaymentTerms MaterialByCustomer Batch ProductionPlant StorageLocation DeliveryPriority IncotermsClassification IncotermsTransferLocation to_PricingElement to_ScheduleLine to_Partner to_Text

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SalesOrderItemCreate",
  "type": "object",
  "properties": {
    "Material": {
      "type": "string"
    },
    "RequestedQuantity": {
      "type": "string"
    },
    "RequestedQuantityUnit": {
      "type": "string"
    },
    "Plant": {
      "type": "string"
    },
    "SalesOrderItemCategory": {
      "type": "string"
    },
    "SalesOrderItemText": {
      "type": "string"
    },
    "PurchaseOrderByCustomer": {
      "type": "string"
    },
    "PricingDate": {
      "type": "string"
    },
    "CustomerPaymentTerms": {
      "type": "string"
    },
    "MaterialByCustomer": {
      "type": "string"
    },
    "Batch": {
      "type": "string"
    },
    "ProductionPlant": {
      "type": "string"
    },
    "StorageLocation": {
      "type": "string"
    },
    "DeliveryPriority": {
      "type": "string"
    },
    "IncotermsClassification": {
      "type": "string"
    },
    "IncotermsTransferLocation": {
      "type": "string"
    },
    "to_PricingElement": {
      "type": "array"
    },
    "to_ScheduleLine": {
      "type": "array"
    },
    "to_Partner": {
      "type": "array"
    },
    "to_Text": {
      "type": "array"
    }
  }
}