SAP S/4HANA · JSON Structure

Sap S4Hana Sales Order Sales Order Create Structure

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

SalesOrderCreate 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

SalesOrderType SalesOrganization DistributionChannel OrganizationDivision SoldToParty PurchaseOrderByCustomer SalesOrderDate RequestedDeliveryDate CustomerPaymentTerms TransactionCurrency PricingDate IncotermsClassification IncotermsTransferLocation ShippingCondition CompleteDeliveryIsDefined SDDocumentReason to_Item to_Partner to_PricingElement 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": "SalesOrderCreate",
  "type": "object",
  "properties": {
    "SalesOrderType": {
      "type": "string"
    },
    "SalesOrganization": {
      "type": "string"
    },
    "DistributionChannel": {
      "type": "string"
    },
    "OrganizationDivision": {
      "type": "string"
    },
    "SoldToParty": {
      "type": "string"
    },
    "PurchaseOrderByCustomer": {
      "type": "string"
    },
    "SalesOrderDate": {
      "type": "string"
    },
    "RequestedDeliveryDate": {
      "type": "string"
    },
    "CustomerPaymentTerms": {
      "type": "string"
    },
    "TransactionCurrency": {
      "type": "string"
    },
    "PricingDate": {
      "type": "string"
    },
    "IncotermsClassification": {
      "type": "string"
    },
    "IncotermsTransferLocation": {
      "type": "string"
    },
    "ShippingCondition": {
      "type": "string"
    },
    "CompleteDeliveryIsDefined": {
      "type": "boolean"
    },
    "SDDocumentReason": {
      "type": "string"
    },
    "to_Item": {
      "type": "array"
    },
    "to_Partner": {
      "type": "array"
    },
    "to_PricingElement": {
      "type": "array"
    },
    "to_Text": {
      "type": "array"
    }
  }
}