I_CAInstallmentPlanStatusText

DDL: I_CAINSTALLMENTPLANSTATUSTEXT Type: view_entity BASIC

Installment Plan Staus - Text

I_CAInstallmentPlanStatusText is a Basic CDS View that provides data about "Installment Plan Staus - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, CAInstallmentPlanStatus. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

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

Annotations (10)

NameValueLevelField
EndUserText.label Installment Plan Staus - Text view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey CAInstallmentPlanStatus view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
Analytics.dataExtraction.enabled true view
Analytics.technicalName INSTPLNSTATUSTXT view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY CAInstallmentPlanStatus
CAInstallmentPlanStatusText dd07t ddtext
_CAInstallmentPlanStatus _CAInstallmentPlanStatus
_Language _Language
@EndUserText.label: 'Installment Plan Staus - Text'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'CAInstallmentPlanStatus'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@Analytics.dataExtraction.enabled: true
@Analytics.technicalName: 'INSTPLNSTATUSTXT'
@Metadata.ignorePropagatedAnnotations: true


define root view entity I_CAInstallmentPlanStatusText
  as select from dd07t
  association [0..1] to I_CAInstallmentPlanStatus as _CAInstallmentPlanStatus on $projection.CAInstallmentPlanStatus = _CAInstallmentPlanStatus.CAInstallmentPlanStatus
  association [0..1] to I_Language                as _Language                on $projection.Language = _Language.Language
{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                                         as Language,
  key cast ( substring( domvalue_l, 1, 1 ) as rpsta_kk ) as CAInstallmentPlanStatus,
      @Semantics.text: true
      dd07t.ddtext                                       as CAInstallmentPlanStatusText,
      _CAInstallmentPlanStatus,
      _Language

}
where
      domname  = 'RPSTA_KK'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_CAINSTALLMENTPLANSTATUS",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/