A_CnsldtnTskDocTypeDtaColl
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)
| Source | Alias | Join Type |
|---|---|---|
| R_CnsldtnTskDocTypeDtaCollTP | R_CnsldtnTskDocTypeDtaCollTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_CONSOLIDATIONTASK | API_CONSOLIDATIONTASK | V4 | C2 | C1 |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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