BillingDocumentPartner

Billing document partner entity (A_BillingDocumentPartner)

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
BillingDocument string Billing document number
PartnerFunction string Partner function
Customer string Customer number
Supplier string Vendor account number
View JSON Schema on GitHub

JSON Schema

sap-sales-and-distribution-sd-billingdocumentpartner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingDocumentPartner",
  "title": "BillingDocumentPartner",
  "type": "object",
  "description": "Billing document partner entity (A_BillingDocumentPartner)",
  "properties": {
    "BillingDocument": {
      "type": "string",
      "maxLength": 10,
      "description": "Billing document number"
    },
    "PartnerFunction": {
      "type": "string",
      "maxLength": 2,
      "description": "Partner function"
    },
    "Customer": {
      "type": "string",
      "maxLength": 10,
      "description": "Customer number"
    },
    "Supplier": {
      "type": "string",
      "maxLength": 10,
      "description": "Vendor account number"
    }
  }
}