SAP S/4HANA · JSON Structure

Sap S4Hana Sales Order Sales Order Item Partner Structure

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

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

Properties

SalesOrder SalesOrderItem PartnerFunction Customer Supplier

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

JSON Structure

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