N_OverallDeliveryStatus

DDL: N_OVERALLDELIVERYSTATUS SQL: NSDOVRLDELIVSTS Type: view

Auxiliary view for I_OverallDeliveryStatus

N_OverallDeliveryStatus is a CDS View that provides data about "Auxiliary view for I_OverallDeliveryStatus" in SAP S/4HANA. It reads from 1 data source (tvbst) and exposes 4 fields with key fields OverallDeliveryStatus, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tvbst tvbst from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName NSDOVRLDELIVSTS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Auxiliary view for I_OverallDeliveryStatus view
VDM.auxiliaryEntity.for.entity I_OverallDeliveryStatus view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY OverallDeliveryStatus statu
KEY Language spras
OverallDeliveryStatusDesc bezei
_Language _Language
@AbapCatalog.sqlViewName: 'NSDOVRLDELIVSTS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Auxiliary view for I_OverallDeliveryStatus'
@VDM.auxiliaryEntity.usage.type: [#ENTERPRISE_SEARCH]
@VDM.auxiliaryEntity.for.entity: 'I_OverallDeliveryStatus'

@ObjectModel: {
   usageType: {
     dataClass:      #META,
     serviceQuality: #A,
     sizeCategory:   #S
   }
}
define view N_OverallDeliveryStatus
  as select from tvbst
   association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
    key statu as OverallDeliveryStatus,
    
    @Semantics.language: true
    @ObjectModel.foreignKey.association: '_Language'
    key spras as Language,
    
    @Semantics.text: true
    bezei as OverallDeliveryStatusDesc,
    
    //Associations

    _Language
}
where (tvbst.tbnam = 'VBAK') and (tvbst.fdnam = 'LFSTK');
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TVBST"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"VERSION":0
}
}*/