I_LstMiFinClrgDocumentStatus

DDL: I_LSTMIFINCLRGDOCUMENTSTATUS SQL: ILSTMICDS Type: view BASIC

Last Mile Clearing Document Status

I_LstMiFinClrgDocumentStatus is a Basic CDS View that provides data about "Last Mile Clearing Document Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field JournalEntryClearingStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_LstMiFinClrgDocStatusText _Text

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ILSTMICDS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Last Mile Clearing Document Status view
ObjectModel.representativeKey JournalEntryClearingStatus view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY JournalEntryClearingStatus
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'ILSTMICDS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Last Mile Clearing Document Status'
@ObjectModel.representativeKey: 'JournalEntryClearingStatus'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
define root view I_LstMiFinClrgDocumentStatus
  as select from dd07l
  composition [0..*] of I_LstMiFinClrgDocStatusText as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as lmd_clearing_document_status) as JournalEntryClearingStatus,  // JournalEntryClearingStatus LstMiFinClearingDocumentStatus


      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l                                        as DomainValue,
      _Text
}
where
  dd07l.domname = 'LMD_CLEARING_DOCUMENT_STATUS' 

  
    
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_LSTMIFINCLRGDOCSTATUSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/