C_DspDocFlwMatlDocAttrib

DDL: C_DSPDOCFLWMATLDOCATTRIB SQL: CDDFMATLDOCAT Type: view CONSUMPTION

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)

SourceAliasJoin Type
I_MaterialDocumentHeader_2 I_MaterialDocumentHeader_2 from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_MaterialDocumentHeader_2 _MaterialDocumentHeader _MaterialDocumentHeader.MaterialDocumentYear = $projection.MaterialDocumentYear and _MaterialDocumentHeader.MaterialDocument = $projection.MaterialDocument

Annotations (11)

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

KeyFieldSource TableSource FieldDescription
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":""
}
}*/