C_ProcmtHubSupplierPurgOrgVH
Consumption View For Supplier Value Help
C_ProcmtHubSupplierPurgOrgVH is a Consumption CDS View that provides data about "Consumption View For Supplier Value Help" in SAP S/4HANA. It reads from 1 data source (I_SupplierPurchasingOrg) and exposes 18 fields with key fields Supplier, PurchasingOrganization, ProcurementHubSourceSystem. It has 1 association to related views. Part of development package ODATA_MM_PUR_EXT_PR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SupplierPurchasingOrg | _SupplierPurchasingOrg | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | C_ProcmtHubPurgOrgVH | _ProcmtHubPurgOrgVH | _ProcmtHubPurgOrgVH.ProcurementHubSourceSystemName = $projection.ProcurementHubSourceSystem and _ProcmtHubPurgOrgVH.ProcmtHubPurchasingOrg = $projection.PurchasingOrganization |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CHUBSUPLRPORG_VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| EndUserText.label | Consumption View For Supplier Value Help | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Supplier | Supplier | Supplier | |
| KEY | PurchasingOrganization | PurchasingOrganization | Purchasing Organization | |
| KEY | ProcurementHubSourceSystem | Connected System | ||
| SupplierName | _Supplier | SupplierName | Supplier Name | |
| Country | Country/Region | |||
| CityName | ||||
| PostalCode | ||||
| Region | ||||
| FirstName | ||||
| LastName | ||||
| OrganizationBPName1 | ||||
| OrganizationBPName2 | ||||
| OrganizationBPName3 | ||||
| OrganizationBPName4 | ||||
| ExtSourceSystem | ||||
| AuthorizationGroup | AuthorizationGroup | AuthorizGroup | ||
| _Supplier | _Supplier | |||
| _ProcmtHubPurgOrgVH | _ProcmtHubPurgOrgVH |
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_ProcmtHubSupplierPurgOrgVH.
-- 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: CHUBSUPLRPORG_VH
CREATE VIEW C_ProcmtHubSupplierPurgOrgVH AS
SELECT
Supplier,
PurchasingOrganization,
cast('' as abap.char( 10)) AS ProcurementHubSourceSystem,
_Supplier.SupplierName AS SupplierName,
_Supplier._AddressRepresentation.Country AS Country,
_Supplier._AddressRepresentation.CityName AS CityName,
_Supplier._AddressRepresentation.PostalCode AS PostalCode,
_Supplier._AddressRepresentation.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._SupplierToBusinessPartner._BusinessPartner.OrganizationBPName3 AS OrganizationBPName3,
_Supplier._SupplierToBusinessPartner._BusinessPartner.OrganizationBPName4 AS OrganizationBPName4,
cast( '' as abap.char(60)) AS ExtSourceSystem,
AuthorizationGroup
FROM I_SupplierPurchasingOrg AS _SupplierPurchasingOrg
LEFT OUTER JOIN C_ProcmtHubPurgOrgVH AS _ProcmtHubPurgOrgVH ON _ProcmtHubPurgOrgVH.ProcurementHubSourceSystemName = ProcurementHubSourceSystem AND _ProcmtHubPurgOrgVH.ProcmtHubPurchasingOrg = PurchasingOrganization -- association [0..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