I_PaytAdviceCADocumentVH

DDL: I_PAYTADVICECADOCUMENTVH SQL: IPACADOCVH Type: view COMPOSITE Package: RAP_FIN_OPS_AR_PAYMENT_ADVICE

Payment Advice CA Payment Document

I_PaytAdviceCADocumentVH is a Composite CDS View that provides data about "Payment Advice CA Payment Document" in SAP S/4HANA. It reads from 1 data source (I_CADocument) and exposes 1 field with key field CADocumentNumber. Part of development package RAP_FIN_OPS_AR_PAYMENT_ADVICE.

Data Sources (1)

SourceAliasJoin Type
I_CADocument I_CADocument from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IPACADOCVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CADocumentNumber view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XXL view
EndUserText.label Payment Advice CA Payment Document view
VDM.viewType #COMPOSITE view
Search.searchable true view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CADocumentNumber CADocumentNumber
@AbapCatalog.sqlViewName: 'IPACADOCVH'
@AbapCatalog.compiler.compareFilter:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'CADocumentNumber'
@ObjectModel.usageType.dataClass:  #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #XXL
@EndUserText.label: 'Payment Advice CA Payment Document'

@VDM.viewType: #COMPOSITE
@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_PaytAdviceCADocumentVH
  as select from I_CADocument
{
      @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.9, ranking: #HIGH }
  key CADocumentNumber

}