I_BUSINESSPARTNERPARTFUNC

CDS View

Core view for BP Partner Functions

I_BUSINESSPARTNERPARTFUNC is a CDS View in S/4HANA. Core view for BP Partner Functions. It contains 14 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_JITCustPartFunc view_entity from CONSUMPTION JIT Customer Partner Functions
I_BusinessPartnerPartFuncTP view from TRANSACTIONAL BOPF view Partner Function
P_SrvcBPComDistrChnl view from CONSUMPTION Business Partner and Common Distribution Channel
P_SrvcBPComDistrChnl view union CONSUMPTION Business Partner and Common Distribution Channel

Fields (14)

KeyField CDS FieldsUsed in Views
KEY BusinessPartner BusinessPartner,BusinessPartnerForEdit 1
KEY DistributionChannel DistributionChannel,DistributionChannelForEdit 2
KEY Division Division,DivisionForEdit 1
KEY PartnerCounter PartnerCounter,PartnerCounterForEdit 1
KEY PartnerFunction PartnerFunction,PartnerFunctionForEdit 2
KEY SalesOrganization SalesOrganization,SalesOrganizationForEdit 2
AddressID AddressID 1
BPCustomerNumber BPCustomerNumber 1
BusinessPartnerUUID BusinessPartnerUUID 1
ContactPerson ContactPerson 1
Customer Customer 1
CustomerPartnerDescription CustomerPartnerDescription 1
DefaultPartner DefaultPartner 1
PartnerFunctionType PartnerFunctionType 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.

-- Core view for BP Partner Functions
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BUSINESSPARTNERPARTFUNC (
    BUSINESSPARTNER,
    DISTRIBUTIONCHANNEL,
    DIVISION,
    PARTNERCOUNTER,
    PARTNERFUNCTION,
    SALESORGANIZATION,
    ADDRESSID,
    BPCUSTOMERNUMBER,
    BUSINESSPARTNERUUID,
    CONTACTPERSON,
    CUSTOMER,
    CUSTOMERPARTNERDESCRIPTION,
    DEFAULTPARTNER,
    PARTNERFUNCTIONTYPE,
    PRIMARY KEY (BUSINESSPARTNER, DISTRIBUTIONCHANNEL, DIVISION, PARTNERCOUNTER, PARTNERFUNCTION, SALESORGANIZATION)
);