A_CnsldtnTskDocTypeDtaColl

DDL: A_CNSLDTNTSKDOCTYPEDTACOLL Type: view_entity COMPOSITE

Cnsldtn DC Task Document Type Assignment

A_CnsldtnTskDocTypeDtaColl is a Composite CDS View that provides data about "Cnsldtn DC Task Document Type Assignment" in SAP S/4HANA. It reads from 1 data source (R_CnsldtnTskDocTypeDtaCollTP) and exposes 7 fields with key fields ConsolidationTask, ConsolidationVersion, CnsldtnDocTypeValdFrmFsclYear, CnsldtnDocTypeValdFrmFsclPerd, CnsldtnDocTypeSequenceValue. It is exposed through 1 OData service (API_CONSOLIDATIONTASK).

Data Sources (1)

SourceAliasJoin Type
R_CnsldtnTskDocTypeDtaCollTP R_CnsldtnTskDocTypeDtaCollTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label Cnsldtn DC Task Document Type Assignment view
OData.entitySet.name CnsldtnTskDocTypeDtaCollection view
OData.entityType.name CnsldtnTskDocTypeDtaColl_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_CONSOLIDATIONTASK API_CONSOLIDATIONTASK V4 C2 C1

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY ConsolidationTask ConsolidationTask
KEY ConsolidationVersion ConsolidationVersion
KEY CnsldtnDocTypeValdFrmFsclYear CnsldtnDocTypeValdFrmFsclYear
KEY CnsldtnDocTypeValdFrmFsclPerd CnsldtnDocTypeValdFrmFsclPerd
KEY CnsldtnDocTypeSequenceValue CnsldtnDocTypeSequenceValue
ConsolidationDocumentType ConsolidationDocumentType
ConsolidationDocumentTypeTextlocalized
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #B,
    sizeCategory: #S
  }
}
@VDM:{
  viewType: #COMPOSITE,
  usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE],
  lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@EndUserText.label: 'Cnsldtn DC Task Document Type Assignment'
@OData.entitySet.name: 'CnsldtnTskDocTypeDtaCollection'
@OData.entityType.name: 'CnsldtnTskDocTypeDtaColl_Type'
define view entity A_CnsldtnTskDocTypeDtaColl as 
  projection on R_CnsldtnTskDocTypeDtaCollTP  
{
      @ObjectModel.sapObjectNodeTypeReference: 'ConsolidationTask'
  key ConsolidationTask,
      
      @ObjectModel.sapObjectNodeTypeReference: 'ConsolidationVersion'
  key ConsolidationVersion,
  
  key CnsldtnDocTypeValdFrmFsclYear,
      
  key CnsldtnDocTypeValdFrmFsclPerd,
  
  key CnsldtnDocTypeSequenceValue,
      
      @ObjectModel.sapObjectNodeTypeReference: 'ConsolidationDocumentType'
      ConsolidationDocumentType,
      
      @Semantics.text: true
      _CnsldtnDocumentType._Text.ConsolidationDocumentTypeText : localized,
       
      _CnsldtnTask as _CnsldtnTask : redirected to parent A_CnsldtnTask
}