I_CAPaymentOrderStatusEnhanced

DDL: I_CAPAYMENTORDERSTATUSENHANCED Type: view_entity BASIC Package: ODATA_O2C_FICA_PAYTORDER_MAN

Payment Order Status

I_CAPaymentOrderStatusEnhanced is a Basic CDS View that provides data about "Payment Order Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field CAPaymentOrderStatus. It has 1 association to related views. Part of development package ODATA_O2C_FICA_PAYTORDER_MAN.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_CAPaytOrderStatusEnhancedTxt _Text $projection.CAPaymentOrderStatus = _Text.CAPaymentOrderStatus

Annotations (6)

NameValueLevelField
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Payment Order Status view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CAPaymentOrderStatus
_Text _Text
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Payment Order Status'

define view entity I_CAPaymentOrderStatusEnhanced
  as select from dd07l

  association [1..*] to I_CAPaytOrderStatusEnhancedTxt as _Text on $projection.CAPaymentOrderStatus = _Text.CAPaymentOrderStatus
{
      @ObjectModel.text.association: '_Text'
  key cast ( cast ( substring( dd07l.domvalue_l,1,1 ) as abap.char( 1 ) ) as staza_enh_kk) as CAPaymentOrderStatus,
      _Text
}
where
      domname  = 'STAZA_ENH_KK'
  and as4local = 'A'