C_PrmtHbPurReqnSuplrPurgOrgVH
Procurement Hub Purch Org Supplier
C_PrmtHbPurReqnSuplrPurgOrgVH is a Consumption CDS View that provides data about "Procurement Hub Purch Org Supplier" in SAP S/4HANA. It reads from 1 data source (I_SupplierPurchasingOrg) and exposes 19 fields with key fields Supplier, PurchasingOrganization. It has 3 associations to related views. Part of development package ODATA_MM_PUR_REQ_MAINTAIN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SupplierPurchasingOrg | Supplier | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | C_PurchasingOrgValueHelp | _PurchasingOrgValueHelp | _PurchasingOrgValueHelp.PurchasingOrganization = $projection.PurchasingOrganization |
| [1..1] | I_Supplier_to_BusinessPartner | _Supplier_to_BusinessPartner | $projection.Supplier = _Supplier_to_BusinessPartner.Supplier |
| [0..*] | I_CountryText | _CountryText | $projection.Country = _CountryText.Country |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | Supplier | view | |
| EndUserText.label | Procurement Hub Purch Org Supplier | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Supplier | Supplier | Supplier | |
| KEY | PurchasingOrganization | PurchasingOrganization | Purchasing Organization | |
| SupplierName | _Supplier | SupplierName | Supplier Name | |
| Country | ||||
| CityName | ||||
| PostalCode | ||||
| Region | ||||
| FirstName | ||||
| LastName | ||||
| OrganizationBPName1 | ||||
| OrganizationBPName2 | ||||
| IsBusinessPurposeCompleted | _Supplier | IsBusinessPurposeCompleted | Purpose Completed | |
| SupplierVATRegistration | _Supplier | VATRegistration | VAT Registration No. | |
| EmailAddress | ||||
| AuthorizationGroup | AuthorizationGroup | AuthorizGroup | ||
| ProcurementHubSourceSystem | Connected System | |||
| _Supplier | _Supplier | |||
| _PurchasingOrgValueHelp | _PurchasingOrgValueHelp | |||
| _CountryText | _CountryText |
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 C_PrmtHbPurReqnSuplrPurgOrgVH.
-- 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.
CREATE VIEW C_PrmtHbPurReqnSuplrPurgOrgVH AS
SELECT
Supplier,
PurchasingOrganization,
_Supplier.SupplierName AS SupplierName,
_Supplier._AddressDefaultRepresentation.Country AS Country,
_Supplier._AddressDefaultRepresentation.CityName AS CityName,
_Supplier._AddressDefaultRepresentation.PostalCode AS PostalCode,
_Supplier._AddressDefaultRepresentation.Region AS Region,
_Supplier._SupplierToBusinessPartner._BusinessPartner.FirstName AS FirstName,
_Supplier._SupplierToBusinessPartner._BusinessPartner.LastName AS LastName,
_Supplier._SupplierToBusinessPartner._BusinessPartner.OrganizationBPName1 AS OrganizationBPName1,
_Supplier._SupplierToBusinessPartner._BusinessPartner.OrganizationBPName2 AS OrganizationBPName2,
_Supplier.IsBusinessPurposeCompleted AS IsBusinessPurposeCompleted,
_Supplier.VATRegistration AS SupplierVATRegistration,
_Supplier._CurrentDfltEmailAddress.EmailAddress AS EmailAddress,
AuthorizationGroup,
cast('' as abap.char( 10 ) ) AS ProcurementHubSourceSystem
FROM I_SupplierPurchasingOrg AS Supplier
LEFT OUTER JOIN C_PurchasingOrgValueHelp AS _PurchasingOrgValueHelp ON _PurchasingOrgValueHelp.PurchasingOrganization = PurchasingOrganization -- association [0..1]
LEFT OUTER JOIN I_Supplier_to_BusinessPartner AS _Supplier_to_BusinessPartner ON Supplier = _Supplier_to_BusinessPartner.Supplier -- association [1..1]
LEFT OUTER JOIN I_CountryText AS _CountryText ON Country = _CountryText.Country -- association [0..*]
;
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