P_PHRPRqItmSimlnDistDocs
Distinct Documents in app log
P_PHRPRqItmSimlnDistDocs is a Consumption CDS View that provides data about "Distinct Documents in app log" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocSimulationJob) and exposes 4 fields with key field SimulationJobUUID. Part of development package ODATA_MM_COMMONS_MASSUPDT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PurchasingDocSimulationJob | SimlnJob | inner |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | Distinct Documents in app log | view | |
| VDM.private | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SimulationJobUUID | I_PurchasingDocSimulationLog | SimulationJobUUID | |
| PurchasingDocument | I_PurchasingDocSimulationLog | PurchasingDocument | ||
| PurchasingDocumentItem | I_PurchasingDocSimulationLog | PurchasingDocumentItem | ||
| ProcurementHubSourceSystem | I_PurchasingDocSimulationJob | ProcurementHubSourceSystem |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Distinct Documents in app log'
@VDM.private: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType: {dataClass: #TRANSACTIONAL, serviceQuality: #A, sizeCategory: #L}
define view entity P_PHRPRqItmSimlnDistDocs
as select distinct from I_PurchasingDocSimulationLog
inner join I_PurchasingDocSimulationJob as SimlnJob on I_PurchasingDocSimulationLog.SimulationJobUUID = SimlnJob.SimulationJobUUID
{
key I_PurchasingDocSimulationLog.SimulationJobUUID,
I_PurchasingDocSimulationLog.PurchasingDocument,
I_PurchasingDocSimulationLog.PurchasingDocumentItem,
SimlnJob.ProcurementHubSourceSystem
}
Learn More
- 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 Annotations — A Complete Guide
- 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