R_PurchasingOutputSimulation
Custom Entity for PO Output Root
R_PurchasingOutputSimulation is a Transactional CDS View that provides data about "Custom Entity for PO Output Root" in SAP S/4HANA. It reads from 1 data source (R_OutputRequestTP) and exposes 4 fields with key field OutputRequestUUID. It has 1 association to related views. Part of development package APPL_MM_PUR_OUTPUT_PO.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_OutputRequestTP | R_OutputRequestTP | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | R_PurgOutputSimulationItem | _OutputItems | |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Custom Entity for PO Output Root | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.sapObjectNodeType.name | OutputRequest | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OutputRequestUUID | OutputRequestUUID | ||
| OutputControlApplObjectType | OutputControlApplObjectType | |||
| OutputControlApplicationObject | OutputControlApplicationObject | |||
| _OutputItems | _OutputItems |
@EndUserText.label: 'Custom Entity for PO Output Root'
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #XL,
dataClass: #TRANSACTIONAL
}
@AccessControl: {
authorizationCheck: #MANDATORY
}
@ObjectModel.sapObjectNodeType.name: 'OutputRequest'
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #TRANSACTIONAL
define root view entity R_PurchasingOutputSimulation
as select from R_OutputRequestTP
composition [1..*] of R_PurgOutputSimulationItem as _OutputItems
{
key OutputRequestUUID,
OutputControlApplObjectType,
OutputControlApplicationObject,
@ObjectModel.filter.enabled: false
_OutputItems
}
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