SalesQuotationPartner

Sales quotation partner entity (A_SalesQuotationPartner)

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
SalesQuotation string Sales quotation 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-salesquotationpartner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SalesQuotationPartner",
  "title": "SalesQuotationPartner",
  "type": "object",
  "description": "Sales quotation partner entity (A_SalesQuotationPartner)",
  "properties": {
    "SalesQuotation": {
      "type": "string",
      "maxLength": 10,
      "description": "Sales quotation 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"
    }
  }
}