I_InsurClmPaymentStatus

DDL: I_INSURCLMPAYMENTSTATUS Type: view_entity BASIC

Status der Schadenszahlung

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_InsurClmPaymentStatusText _Text $projection.InsurClmPaymentDatabaseStatus = _Text.InsurClmPaymentDatabaseStatus

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Status der Schadenszahlung view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.representativeKey InsurClmPaymentDatabaseStatus view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InsurClmPaymentDatabaseStatus
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Status der Schadenszahlung'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@ObjectModel.representativeKey: 'InsurClmPaymentDatabaseStatus'
@VDM.viewType: #BASIC
define view entity I_InsurClmPaymentStatus
  as select from dd07l
  association [0..*] to I_InsurClmPaymentStatusText as _Text on $projection.InsurClmPaymentDatabaseStatus = _Text.InsurClmPaymentDatabaseStatus
{
      @ObjectModel.text.association: '_Text'
  key cast( substring(domvalue_l,1,2)  as icl_payment12  preserving type ) as InsurClmPaymentDatabaseStatus,
      _Text
}
where
      dd07l.domname = 'ICL_PAYMENT12'
  and as4local      = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_INSURCLMPAYMENTSTATUSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/