I_BPSupplierPartnerFunction
Supplier Partner Function WYT3
I_BPSupplierPartnerFunction is a Basic CDS View that provides data about "Supplier Partner Function WYT3" in SAP S/4HANA. It reads from 2 data sources (tpar, wyt3) and exposes 13 fields with key fields BusinessPartner, PurchasingOrganization, PartnerFunction, PartnerCounter. It has 1 association to related views.
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_SupplierToBusinessPartner | _SupplierToBusinessPartner | _SupplierToBusinessPartner.Supplier = $projection.Supplier |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBPSUPLRPARTFUNC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Supplier Partner Function WYT3 | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessPartner | |||
| KEY | PurchasingOrganization | wyt3 | ekorg | Purchasing Org. |
| KEY | PartnerFunction | wyt3 | parvw | Task Processor |
| KEY | PartnerCounter | wyt3 | parza | Partner counter |
| ContactPerson | wyt3 | parnr | Responsible | |
| PartnerFunctionType | tpar | nrart | Partner Type | |
| pernrelseendasReferenceSupplier | ||||
| Supplier | wyt3 | lifnr | Vendor no. | |
| SupplierSubrange | wyt3 | ltsnr | Suppl. Subrange | |
| Plant | wyt3 | werks | Receiving Plant | |
| DefaultPartner | wyt3 | defpa | Default Partner | |
| BusinessPartnerUUID | _SupplierToBusinessPartner | BusinessPartnerUUID | UUID | |
| _SupplierToBusinessPartner | _SupplierToBusinessPartner |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view I_BPSupplierPartnerFunction.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IBPSUPLRPARTFUNC
CREATE VIEW I_BPSupplierPartnerFunction AS
SELECT
_SupplierToBusinessPartner._BusinessPartner.BusinessPartner AS BusinessPartner,
wyt3.ekorg AS PurchasingOrganization,
wyt3.parvw AS PartnerFunction,
wyt3.parza AS PartnerCounter,
wyt3.parnr AS ContactPerson,
tpar.nrart AS PartnerFunctionType,
case when tpar.nrart = 'LI' then wyt3.lifn2 when tpar.nrart = 'WK' then wyt3.werks when tpar.nrart = 'AP' then wyt3.parnr when tpar.nrart = 'PE' then wyt3.pernr else '' end as ReferenceSupplier AS pernrelseendasReferenceSupplier,
wyt3.lifnr AS Supplier,
wyt3.ltsnr AS SupplierSubrange,
wyt3.werks AS Plant,
wyt3.defpa AS DefaultPartner,
_SupplierToBusinessPartner.BusinessPartnerUUID AS BusinessPartnerUUID
FROM wyt3
INNER JOIN tpar ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_SupplierToBusinessPartner AS _SupplierToBusinessPartner ON _SupplierToBusinessPartner.Supplier = Supplier -- association [1..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA