N_OverallPickingStatus

DDL: N_OVERALLPICKINGSTATUS SQL: NOVRLALLPICKS Type: view

Auxiliary View I_OverallPickingStatus

N_OverallPickingStatus is a CDS View that provides data about "Auxiliary View I_OverallPickingStatus" in SAP S/4HANA. It reads from 1 data source (tvbst) and exposes 4 fields with key fields OverallPickingStatus, 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 NOVRLALLPICKS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Auxiliary View I_OverallPickingStatus view
VDM.auxiliaryEntity.for.entity I_OverallPickingStatus view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY OverallPickingStatus statu
KEY Language spras
OverallPickingStatusDesc bezei
_Language _Language
@AbapCatalog.sqlViewName: 'NOVRLALLPICKS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Auxiliary View I_OverallPickingStatus'
@VDM.auxiliaryEntity.usage.type: [#ENTERPRISE_SEARCH] 
@VDM.auxiliaryEntity.for.entity: 'I_OverallPickingStatus'

@ObjectModel: {
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #B,
     sizeCategory:   #S
   }
}

define view N_OverallPickingStatus as select from tvbst 
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
    key statu as OverallPickingStatus,
    
    @Semantics.language: true
    @ObjectModel.foreignKey.association: '_Language'
    key spras as Language,
    
    @Semantics.text: true
    bezei as OverallPickingStatusDesc,
    
    _Language    
} 
where (tvbst.tbnam = 'LIKP') and (tvbst.fdnam = 'KOSTK');     
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TVBST"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/