I_Paymentmethodsupplement
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)
| Source | Alias | Join Type |
|---|---|---|
| t042f | PaymentMethodSupplement | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_Paymentmethodsupplementtext | _Text | $projection.PaymentMethodSupplement = _Text.PaymentMethodSupplement |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA