I_CABllbleItmStatusForDisplay

DDL: I_CABLLBLEITMSTATUSFORDISPLAY Type: view_entity BASIC

Status einer abrechenbaren Position

I_CABllbleItmStatusForDisplay is a Basic CDS View that provides data about "Status einer abrechenbaren Position" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field CABllbleItmStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_CABllbleItmStatusForDspTxt _Text $projection.CABllbleItmStatus = _Text.CABllbleItmStatus

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.representativeKey CABllbleItmStatus view
EndUserText.label Status einer abrechenbaren Position view
Analytics.technicalName ICABITSTATUSFIO view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CABllbleItmStatus
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel: {
  usageType: {
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #CUSTOMIZING
  },
  representativeKey: 'CABllbleItmStatus'
}
@EndUserText.label: 'Status einer abrechenbaren Position'
@Analytics.technicalName: 'ICABITSTATUSFIO'
define view entity I_CABllbleItmStatusForDisplay
  as select from dd07l
  association [1..*] to I_CABllbleItmStatusForDspTxt as _Text on $projection.CABllbleItmStatus = _Text.CABllbleItmStatus
{
      @ObjectModel.text.association: '_Text'
  key cast( substring( dd07l.domvalue_l,1,1) as bitstatus_fio_kk) as CABllbleItmStatus,

      _Text
}
where
      dd07l.domname  = 'BITSTATUS_FIO_KK'
  and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_CABLLBLEITMSTATUSFORDSPTXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/