I_FieldLogisticsIndicator

DDL: I_FIELDLOGISTICSINDICATOR Type: view_entity BASIC Package: VDM_LE_SHP_COMMON

Field Logistics Indicator for Deliveries

I_FieldLogisticsIndicator is a Basic CDS View that provides data about "Field Logistics Indicator for Deliveries" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field FldLogsStatus. It has 1 association to related views. Part of development package VDM_LE_SHP_COMMON.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FieldLogisticsIndicatorText _Text $projection.FldLogsStatus = _Text.FldLogsStatus

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey FldLogsStatus view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
VDM.viewType #BASIC view
EndUserText.label Field Logistics Indicator for Deliveries view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FldLogsStatus
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.representativeKey: 'FldLogsStatus'
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #META
}
@VDM.viewType: #BASIC

@EndUserText.label: 'Field Logistics Indicator for Deliveries'

define view entity I_FieldLogisticsIndicator as select from dd07l 
  association [0..*] to I_FieldLogisticsIndicatorText as _Text on $projection.FldLogsStatus = _Text.FldLogsStatus
{
    @ObjectModel.text.association: '_Text'
    key SUBSTRING(dd07l.domvalue_l, 1, 1) as FldLogsStatus,
    
    _Text
}
where (dd07l.domname = 'FLPKZ') and (dd07l.as4local = 'A')