I_BPSUPPLIERPARTNERFUNCTION

CDS View

Supplier Partner Function WYT3

I_BPSUPPLIERPARTNERFUNCTION is a CDS View in S/4HANA. Supplier Partner Function WYT3. It contains 11 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_BPSupplierPartnerFunctionTP view from TRANSACTIONAL Supplier Partner Function TP

Fields (11)

KeyField CDS FieldsUsed in Views
KEY BusinessPartner BusinessPartner,BusinessPartnerForEdit 1
KEY PartnerCounter PartnerCounter,PartnerCounterForEdit 1
KEY PartnerFunction PartnerFunction,PartnerFunctionForEdit 1
KEY PurchasingOrganization PurchasingOrganization,PurchasingOrganizationForEdit 1
ContactPerson ContactPerson 1
DefaultPartner DefaultPartner 1
PartnerFunctionType PartnerFunctionType 1
Plant Plant 1
ReferenceSupplier ReferenceSupplier 1
Supplier Supplier 1
SupplierSubrange SupplierSubrange 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.

-- Supplier Partner Function WYT3
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BPSUPPLIERPARTNERFUNCTION (
    BUSINESSPARTNER,
    PARTNERCOUNTER,
    PARTNERFUNCTION,
    PURCHASINGORGANIZATION,
    CONTACTPERSON,
    DEFAULTPARTNER,
    PARTNERFUNCTIONTYPE,
    PLANT,
    REFERENCESUPPLIER,
    SUPPLIER,
    SUPPLIERSUBRANGE,
    PRIMARY KEY (BUSINESSPARTNER, PARTNERCOUNTER, PARTNERFUNCTION, PURCHASINGORGANIZATION)
);