SAP S/4HANA · JSON Structure

Sap S4Hana Sales Order Sales Order Header Partner Structure

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

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

Properties

SalesOrder PartnerFunction Customer Supplier Personnel ContactPerson

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SalesOrderHeaderPartner",
  "type": "object",
  "properties": {
    "SalesOrder": {
      "type": "string"
    },
    "PartnerFunction": {
      "type": "string"
    },
    "Customer": {
      "type": "string"
    },
    "Supplier": {
      "type": "string"
    },
    "Personnel": {
      "type": "string"
    },
    "ContactPerson": {
      "type": "string"
    }
  }
}