MMIM_MATDOCCANCDOCLOW

CDS View

Material Documents Document Flow Cancel

MMIM_MATDOCCANCDOCLOW is a CDS View in S/4HANA. Material Documents Document Flow Cancel. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
Mmim_MatDocRvsdDocFlow view inner Material Documents Doc. Flow Reversed

Fields (1)

KeyField CDS FieldsUsed in Views
KEY MaterialDocument MaterialDocument 1
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'MMIMMDOCCANCFLOW'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Material Documents Document Flow Cancel'
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass:#MIXED
@ClientHandling.algorithm: #SESSION_VARIABLE
@DataAging.noAgingRestriction:true

define view Mmim_MatDocCancDoclow 
as 
select distinct from matdoc
{
  mblnr as MaterialDocument,
  cancelled as IsCancelled 
}
where cancelled <> '' and xauto = '' and record_type = 'MDOC'


/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MATDOC"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/