I_BPSUPPLIERCONTACTLINK
Business Partner Supplier Contact Link
I_BPSUPPLIERCONTACTLINK is a CDS View in S/4HANA. Business Partner Supplier Contact Link. It contains 6 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_BPCustSuppContactLink | view | union | COMPOSITE | View for Customer Supplier Contact Link |
| R_PPS_SupplierContact | view_entity | from | COMPOSITE | Supplier contact for PPS purchasing doc |
Fields (6)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | BusinessPartnerUUID | BusinessPartnerUUID | 1 |
| KEY | PersonUUID | PersonUUID | 1 |
| KEY | SupplierContact | SupplierContact | 1 |
| _BusinessPartnerCompany | _BusinessPartnerCompany | 1 | |
| _BusinessPartnerPerson | _BusinessPartnerPerson | 1 | |
| _ContactPerson | _ContactPerson | 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.
-- Business Partner Supplier Contact Link
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BPSUPPLIERCONTACTLINK (
BUSINESSPARTNERUUID,
PERSONUUID,
SUPPLIERCONTACT,
_BUSINESSPARTNERCOMPANY,
_BUSINESSPARTNERPERSON,
_CONTACTPERSON,
PRIMARY KEY (BUSINESSPARTNERUUID, PERSONUUID, SUPPLIERCONTACT)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA