SEPM_I_SUPPLIER
EPM Demo: Business Partner
SEPM_I_SUPPLIER is a CDS View of category Dimension that provides data about "EPM Demo: Business Partner" in SAP S/4HANA. It reads from 1 data source (snwd_bpa) and exposes 21 fields with key field SupplierUUID. It has 6 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| snwd_bpa | snwd_bpa | from |
Associations (6)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | SEPM_I_Currency | _Currency | $projection.Currency = _Currency.Currency |
| [0..1] | SEPM_I_Address | _Address | $projection.AddressUUID = _Address.AddressUUID |
| [0..*] | SEPM_I_ContactPerson | _ContactPerson | $projection.SupplierUUID = _ContactPerson.BusinessPartnerUUID |
| [0..1] | SEPM_I_BUPAAPPROVALSTATUS | _ApprovalStatus | $projection.SupplierApprovalStatus = _ApprovalStatus.BuPaApprovalStatus |
| [0..1] | SEPM_I_Employee | _CreatedByUser | $projection.CreatedByUser = _CreatedByUser.EmployeeUUID |
| [0..1] | SEPM_I_Employee | _LastChangedByUser | $projection.LastChangedByUser = _LastChangedByUser.EmployeeUUID |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | EPM Demo: Business Partner | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | SEPM_ISUPP | view | |
| ObjectModel.representativeKey | SupplierUUID | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (21)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SupplierUUID | |||
| bp_idasSupplier | ||||
| Currency | snwd_bpa | currency_code | Currency Code | |
| CompanyName | snwd_bpa | company_name | Company | |
| LegalForm | snwd_bpa | legal_form | Legal Form | |
| AddressUUID | snwd_bpa | address_guid | UUID | |
| EmailAddress | snwd_bpa | email_address | Email Address | |
| FaxNumber | snwd_bpa | fax_number | Fax Number | |
| PhoneNumber | snwd_bpa | phone_number | Phone | |
| URL | snwd_bpa | web_address | URI | |
| SupplierApprovalStatus | snwd_bpa | approval_status | Status | |
| CreatedByUser | created_by | Version Created By | ||
| CreationDateTime | created_at | Uploaded On | ||
| LastChangedByUser | changed_by | User Name | ||
| LastChangedDateTime | changed_at | Timestamp | ||
| _Currency | _Currency | |||
| _Address | _Address | |||
| _CreatedByUser | _CreatedByUser | |||
| _LastChangedByUser | _LastChangedByUser | |||
| _ApprovalStatus | _ApprovalStatus | |||
| _ContactPerson | _ContactPerson |
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 SEPM_I_SUPPLIER.
-- 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: SEPM_ISUPP
CREATE VIEW SEPM_I_SUPPLIER AS
SELECT
cast( snwd_bpa.node_key as sepm_bp_uuid preserving type ) AS SupplierUUID,
snwd_bpa.currency_code AS Currency,
snwd_bpa.company_name AS CompanyName,
snwd_bpa.legal_form AS LegalForm,
snwd_bpa.address_guid AS AddressUUID,
snwd_bpa.email_address AS EmailAddress,
snwd_bpa.fax_number AS FaxNumber,
snwd_bpa.phone_number AS PhoneNumber,
snwd_bpa.web_address AS URL,
snwd_bpa.approval_status AS SupplierApprovalStatus,
created_by AS CreatedByUser,
created_at AS CreationDateTime,
changed_by AS LastChangedByUser,
changed_at AS LastChangedDateTime
FROM snwd_bpa
LEFT OUTER JOIN SEPM_I_Currency AS _Currency ON Currency = _Currency.Currency -- association [0..1]
LEFT OUTER JOIN SEPM_I_Address AS _Address ON AddressUUID = _Address.AddressUUID -- association [0..1]
LEFT OUTER JOIN SEPM_I_ContactPerson AS _ContactPerson ON SupplierUUID = _ContactPerson.BusinessPartnerUUID -- association [0..*]
LEFT OUTER JOIN SEPM_I_BUPAAPPROVALSTATUS AS _ApprovalStatus ON SupplierApprovalStatus = _ApprovalStatus.BuPaApprovalStatus -- association [0..1]
LEFT OUTER JOIN SEPM_I_Employee AS _CreatedByUser ON CreatedByUser = _CreatedByUser.EmployeeUUID -- association [0..1]
LEFT OUTER JOIN SEPM_I_Employee AS _LastChangedByUser ON LastChangedByUser = _LastChangedByUser.EmployeeUUID -- association [0..1]
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- 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