I_Paymentmethodsupplement

DDL: I_PAYMENTMETHODSUPPLEMENT SQL: IPMNTMTHSPP Type: view BASIC Package: FINS_FIS_AP_MD

Payment Method Supplement

I_Paymentmethodsupplement is a Basic CDS View (Dimension) that provides data about "Payment Method Supplement" in SAP S/4HANA. It reads from 1 data source (t042f) and exposes 2 fields with key field PaymentMethodSupplement. It has 1 association to related views. Part of development package FINS_FIS_AP_MD.

Data Sources (1)

SourceAliasJoin Type
t042f PaymentMethodSupplement from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_Paymentmethodsupplementtext _Text $projection.PaymentMethodSupplement = _Text.PaymentMethodSupplement

Annotations (13)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey PaymentMethodSupplement view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
AbapCatalog.buffering.status #NOT_ALLOWED view
AbapCatalog.sqlViewName IPMNTMTHSPP view
VDM.viewType #BASIC view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Payment Method Supplement view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PaymentMethodSupplement t042f uzawe
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'PaymentMethodSupplement'
@ObjectModel.usageType.dataClass: #ORGANIZATIONAL
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@AbapCatalog.buffering.status: #NOT_ALLOWED
@AbapCatalog.sqlViewName: 'IPMNTMTHSPP'
@VDM.viewType: #BASIC
@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Payment Method Supplement'
@Search.searchable: true

define view I_Paymentmethodsupplement
  as select from t042f as PaymentMethodSupplement

  association [0..*] to I_Paymentmethodsupplementtext as _Text on $projection.PaymentMethodSupplement = _Text.PaymentMethodSupplement
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_Text'
  key PaymentMethodSupplement.uzawe as PaymentMethodSupplement,
      _Text
}