SAP S/4HANA · Schema

SalesOrderHeaderPartner

Sales order header partner entity (A_SalesOrderHeaderPartner) representing a business partner in a specific partner function role at the header level.

Business ApplicationsCloudEnterprise Resource PlanningERPFinanceHuman ResourcesInventoryLogisticsManufacturingPlant MaintenanceProcurementS/4HANASalesSAP

Properties

Name Type Description
SalesOrder string Sales order number
PartnerFunction string Partner function code (e.g., AG=Sold-to, WE=Ship-to, RE=Bill-to, RG=Payer)
Customer string Customer number
Supplier string Supplier number
Personnel string Personnel number
ContactPerson string Contact person number
View JSON Schema on GitHub

JSON Schema

sap-s4hana-sales-order-sales-order-header-partner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SalesOrderHeaderPartner",
  "type": "object",
  "description": "Sales order header partner entity (A_SalesOrderHeaderPartner) representing a business partner in a specific partner function role at the header level.",
  "properties": {
    "SalesOrder": {
      "type": "string",
      "description": "Sales order number"
    },
    "PartnerFunction": {
      "type": "string",
      "description": "Partner function code (e.g., AG=Sold-to, WE=Ship-to, RE=Bill-to, RG=Payer)"
    },
    "Customer": {
      "type": "string",
      "description": "Customer number"
    },
    "Supplier": {
      "type": "string",
      "description": "Supplier number"
    },
    "Personnel": {
      "type": "string",
      "description": "Personnel number"
    },
    "ContactPerson": {
      "type": "string",
      "description": "Contact person number"
    }
  }
}