SALESCONTRACTPARTNER

SALESCONTRACTPARTNER is an SAP database table in S/4HANA. It contains 16 fields.

Fields (16)

KeyField CDS FieldsUsed in Views
KEY PartnerFunction PartnerFunction 1
KEY SalesContract SalesContract 2
KEY SDDocPartnerSequenceNumber SDDocPartnerSequenceNumber 2
ContactPerson ContactPerson 2
Customer Customer 2
DistributionChannel DistributionChannel 1
FullName FullName 1
OrganizationDivision OrganizationDivision 1
Partner Partner 1
PartnerFunctionForEdit PartnerFunctionForEdit 1
Personnel Personnel 2
ReferenceBusinessPartner ReferenceBusinessPartner 1
SalesContractType SalesContractType 1
SalesOrganization SalesOrganization 1
SDDocumentPartnerType SDDocumentPartnerType 1
Supplier Supplier 2

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 SALESCONTRACTPARTNER (
    PARTNERFUNCTION,
    SALESCONTRACT,
    SDDOCPARTNERSEQUENCENUMBER,
    CONTACTPERSON,
    CUSTOMER,
    DISTRIBUTIONCHANNEL,
    FULLNAME,
    ORGANIZATIONDIVISION,
    PARTNER,
    PARTNERFUNCTIONFOREDIT,
    PERSONNEL,
    REFERENCEBUSINESSPARTNER,
    SALESCONTRACTTYPE,
    SALESORGANIZATION,
    SDDOCUMENTPARTNERTYPE,
    SUPPLIER,
    PRIMARY KEY (PARTNERFUNCTION, SALESCONTRACT, SDDOCPARTNERSEQUENCENUMBER)
);