C_ProcessRouteDdlnRecipient
PR Deadline Recipient Consumption View
C_ProcessRouteDdlnRecipient is a Consumption CDS View that provides data about "PR Deadline Recipient Consumption View" in SAP S/4HANA. It reads from 1 data source (I_ProcessRouteDdlnRecipientTP) and exposes 7 fields with key fields ProcessRouteActivityArea, ProcessRoute, ProcessRouteProcsrFuncCategory, ProcessRouteAgentType, ProcessRouteAgent. It is exposed through 1 OData service (PLMI_PROCESS_ROUTE). Part of development package VDM_PLMB_PR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProcessRouteDdlnRecipientTP | I_ProcessRouteDdlnRecipientTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | PR Deadline Recipient Consumption View | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.allowExtensions | true | view | |
| Search.searchable | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #L | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| PLMI_PROCESS_ROUTE | PLMI_PROCESS_ROUTE | V2 | C1 | NOT_RELEASED |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProcessRouteActivityArea | ProcessRouteActivityArea | ||
| KEY | ProcessRoute | ProcessRoute | ||
| KEY | ProcessRouteProcsrFuncCategory | ProcessRouteProcsrFuncCategory | ||
| KEY | ProcessRouteAgentType | ProcessRouteAgentType | ||
| KEY | ProcessRouteAgent | ProcessRouteAgent | ||
| ProcessRouteAgentDescription | ProcessRouteAgentDescription | |||
| ProcessRouteAgentTypeDesc | ProcessRouteAgentTypeDesc |
@VDM.viewType: #CONSUMPTION
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
@EndUserText.label: 'PR Deadline Recipient Consumption View'
@AccessControl.authorizationCheck: #CHECK
@Metadata.allowExtensions: true
@Search.searchable: true
@ObjectModel.usageType: {
serviceQuality: #C,
dataClass: #MIXED,
sizeCategory: #L }
define view entity C_ProcessRouteDdlnRecipient
as projection on I_ProcessRouteDdlnRecipientTP
{
key ProcessRouteActivityArea,
@Search.defaultSearchElement: true
key ProcessRoute,
key ProcessRouteProcsrFuncCategory as ProcessRouteProcsrFuncCategory,
@Consumption.valueHelpDefinition: [{
entity: {
name: 'I_ProcessRouteTaskAgent',
element: 'ProcessRouteAgentType' },
additionalBinding: [{
localElement: 'ProcessRouteActivityArea', element: 'ProcessRouteActivityArea', usage: #FILTER }]
}]
key ProcessRouteAgentType as ProcessRouteAgentType,
key ProcessRouteAgent as ProcessRouteAgent,
ProcessRouteAgentDescription as ProcessRouteAgentDescription,
ProcessRouteAgentTypeDesc as ProcessRouteAgentTypeDesc,
_ProcessRoute : redirected to parent C_ProcessRoute
}
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