I_PaytAdviceExtractorType

DDL: I_PAYTADVICEEXTRACTORTYPE SQL: IPAEXTYPE Type: view BASIC Package: RAP_FIN_OPS_AR_PAYMENT_ADVICE

Payment Advice Extractor Type

I_PaytAdviceExtractorType is a Basic CDS View that provides data about "Payment Advice Extractor Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PaymentAdviceExtractorType. It has 1 association to related views. Part of development package RAP_FIN_OPS_AR_PAYMENT_ADVICE.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PaytAdviceExtractorTypeText _Text $projection.PaymentAdviceExtractorType = _Text.PaymentAdviceExtractorType

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IPAEXTYPE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey PaymentAdviceExtractorType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Payment Advice Extractor Type view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PaymentAdviceExtractorType
_Text _Text
@AbapCatalog.sqlViewName: 'IPAEXTYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel.representativeKey: 'PaymentAdviceExtractorType'
@ObjectModel.usageType.dataClass:  #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S

@EndUserText.label: 'Payment Advice Extractor Type'

@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_PaytAdviceExtractorType as select from dd07l
  association [0..*] to I_PaytAdviceExtractorTypeText as _Text on $projection.PaymentAdviceExtractorType = _Text.PaymentAdviceExtractorType
{
      @ObjectModel.text.association: '_Text'
  key cast( left(dd07l.domvalue_l, 1) as far_pa_extractor_type preserving type) as PaymentAdviceExtractorType,

      _Text
}
where
      dd07l.domname  = 'FAR_PA_EXTRACTOR_TYPE'
  and dd07l.as4local = 'A'