FTR_PAYMENT_REASON_TARGET

DDL: FTR_PAYMENT_REASON_TARGET Type: view_entity Package: FTR_PAYMENT_REASON_IMPL

SubVal Payment Reason Source

FTR_PAYMENT_REASON_TARGET is a CDS View that provides data about "SubVal Payment Reason Source" in SAP S/4HANA. It reads from 1 data source (I_Currency) and exposes 1 field. Part of development package FTR_PAYMENT_REASON_IMPL.

Data Sources (1)

SourceAliasJoin Type
I_Currency I_Currency from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label SubVal Payment Reason Source view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (1)

KeyFieldSource TableSource FieldDescription
PaymentReason
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'SubVal Payment Reason Source'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
// *********************************************************************************************

// This view is needed for Substitution Rule for Determination of Payment Reason

// Do not use this view for any other purpose!!!!

// Only a dummy select is implemented here.

// *********************************************************************************************

define view entity FTR_PAYMENT_REASON_TARGET
  as select from I_Currency
{

  @Consumption.valueHelpDefinition: [
     { entity:  { name:    'I_PaymentReason',
                  element: 'PaymentReason' }
     }]
  cast ( 'ZZZZ' as farp_payt_rsn preserving type ) as PaymentReason

}
where
  1 = 2;