C_ProcessRouteDdlnRecipient

DDL: C_PROCESSROUTEDDLNRECIPIENT Type: view_entity CONSUMPTION Package: VDM_PLMB_PR

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)

SourceAliasJoin Type
I_ProcessRouteDdlnRecipientTP I_ProcessRouteDdlnRecipientTP projection

Annotations (8)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
PLMI_PROCESS_ROUTE PLMI_PROCESS_ROUTE V2 C1 NOT_RELEASED

Fields (7)

KeyFieldSource TableSource FieldDescription
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

}