C_DspDocFlwMatlDocAttrib
Material Documents Attributes for DDF
C_DspDocFlwMatlDocAttrib is a Consumption CDS View that provides data about "Material Documents Attributes for DDF" in SAP S/4HANA. It reads from 1 data source (I_MaterialDocumentHeader_2) and exposes 7 fields with key fields MaterialDocument, MaterialDocumentYear. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MaterialDocumentHeader_2 | I_MaterialDocumentHeader_2 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_MaterialDocumentHeader_2 | _MaterialDocumentHeader | _MaterialDocumentHeader.MaterialDocumentYear = $projection.MaterialDocumentYear and _MaterialDocumentHeader.MaterialDocument = $projection.MaterialDocument |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CDDFMATLDOCAT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Material Documents Attributes for DDF | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaterialDocument | MaterialDocument | ||
| KEY | MaterialDocumentYear | MaterialDocumentYear | ||
| Plant | Plant | |||
| DocumentDate | DocumentDate | |||
| DocumentIsArchived | ||||
| UI5NetworkGraphDescription | ||||
| _MaterialDocumentHeader | _MaterialDocumentHeader |
@AbapCatalog.sqlViewName: 'CDDFMATLDOCAT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm:#SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XXL
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Material Documents Attributes for DDF'
define view C_DspDocFlwMatlDocAttrib
as select from I_MaterialDocumentHeader_2
association [1..1] to I_MaterialDocumentHeader_2 as _MaterialDocumentHeader on _MaterialDocumentHeader.MaterialDocumentYear = $projection.MaterialDocumentYear
and _MaterialDocumentHeader.MaterialDocument = $projection.MaterialDocument
{
key MaterialDocument,
key MaterialDocumentYear,
Plant,
DocumentDate,
cast('' as xarch) as DocumentIsArchived,
cast(_AccountingDocumentType._Text[1:Language = $session.system_language].AccountingDocumentTypeName as fac_network_graph_description) as UI5NetworkGraphDescription,
_MaterialDocumentHeader
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACCOUNTINGDOCUMENTTYPE",
"I_ACCOUNTINGDOCUMENTTYPETEXT",
"I_MATERIALDOCUMENTHEADER_2"
],
"ASSOCIATED":
[
"I_MATERIALDOCUMENTHEADER_2"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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