I_CAPaymentDirection

DDL: I_CAPAYMENTDIRECTION Type: view_entity BASIC Package: ODATA_O2C_FICA_RETURN_ANALYZE

Payment Direction

I_CAPaymentDirection is a Basic CDS View that provides data about "Payment Direction" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field CAPaymentDirection. It has 1 association to related views. Part of development package ODATA_O2C_FICA_RETURN_ANALYZE.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CAPaymentDirectionText _Text _Text.CAPaymentDirection = $projection.CAPaymentDirection

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Payment Direction view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CAPaymentDirection
DomainValue domvalue_l
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Payment Direction'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
}
@VDM.viewType: #BASIC

define view entity I_CAPaymentDirection as select from dd07l
  association [0..*] to I_CAPaymentDirectionText as _Text on _Text.CAPaymentDirection = $projection.CAPaymentDirection
{
  @ObjectModel.text.association: '_Text'
  key cast( domvalue_l as pydir_kk ) as CAPaymentDirection,

  domvalue_l as DomainValue,
  
    
  _Text
}
where
      domname  = 'PYDIR_KK'//'PYDIR_CA'//'FTR_CODIR'

  and as4local = 'A'