SALESQUOTATIONPARTNER

SALESQUOTATIONPARTNER is an SAP database table in S/4HANA. It contains 13 fields.

Fields (13)

KeyField CDS FieldsUsed in Views
KEY PartnerFunction PartnerFunction 1
KEY SalesQuotation SalesQuotation 1
ContactPerson ContactPerson 1
Customer Customer 1
DistributionChannel DistributionChannel 1
OrganizationDivision OrganizationDivision 1
Partner Partner 1
PartnerFunctionForEdit PartnerFunctionForEdit 1
Personnel Personnel 1
ReferenceBusinessPartner ReferenceBusinessPartner 1
SalesOrganization SalesOrganization 1
SalesQuotationType SalesQuotationType 1
Supplier Supplier 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SALESQUOTATIONPARTNER (
    PARTNERFUNCTION,
    SALESQUOTATION,
    CONTACTPERSON,
    CUSTOMER,
    DISTRIBUTIONCHANNEL,
    ORGANIZATIONDIVISION,
    PARTNER,
    PARTNERFUNCTIONFOREDIT,
    PERSONNEL,
    REFERENCEBUSINESSPARTNER,
    SALESORGANIZATION,
    SALESQUOTATIONTYPE,
    SUPPLIER,
    PRIMARY KEY (PARTNERFUNCTION, SALESQUOTATION)
);