C_ProcmtHubPurgOrgVH

DDL: C_PROCMTHUBPURGORGVH SQL: CPROCHUBORG Type: view CONSUMPTION

Purchasing Organizations

C_ProcmtHubPurgOrgVH is a Consumption CDS View that provides data about "Purchasing Organizations" in SAP S/4HANA. It reads from 1 data source (I_ProcmtHubPurgOrg) and exposes 5 fields with key fields ProcurementHubSourceSystem, ProcmtHubPurchasingOrg. It is exposed through 1 OData service (UI_PHRPRQITMMASSUPDT). It is used in 1 Fiori application: Mass Changes to Centrally Managed Purchase requisitions.

Data Sources (1)

SourceAliasJoin Type
I_ProcmtHubPurgOrg I_ProcmtHubPurgOrg from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CPROCHUBORG view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Purchasing Organizations view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
AbapCatalog.preserveKey true view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Consumption.ranked true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_PHRPRQITMMASSUPDT UI_PHRPRQITMMASSUPDT V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F7377 Mass Changes to Centrally Managed Purchase requisitions Transactional With this app, you can apply mass changes to fields in your centrally managed Purchase Requisitions. This allows you to implement changes that affect a large number of centrally managed purchase requisitions with just a few clicks.

Mass Changes to Centrally Managed Purchase requisitions

Business Role: Purchaser - Central Procurement

With this new app, you can update multiple centrally managed purchase requisition items simultaneously.

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ProcurementHubSourceSystem ProcurementHubSourceSystem Connected System ID
KEY ProcmtHubPurchasingOrg ProcmtHubPurchasingOrg Purchasing Org.
ProcmtHubPurgOrgName ProcmtHubPurgOrgName Conn. Pur. Org. Name
ProcurementHubSourceSystemName ProcurementHubSourceSystemName Connected System Name
_BackendSourceSystem _BackendSourceSystem

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_ProcmtHubPurgOrgVH.
-- 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: CPROCHUBORG

CREATE VIEW C_ProcmtHubPurgOrgVH AS
SELECT
  ProcurementHubSourceSystem,
  ProcmtHubPurchasingOrg,
  ProcmtHubPurgOrgName,
  ProcurementHubSourceSystemName
FROM I_ProcmtHubPurgOrg
;