I_CAPaymentMethodValueHelp
Wertehilfe für Zahlweg
I_CAPaymentMethodValueHelp is a Composite CDS View that provides data about "Wertehilfe für Zahlweg" in SAP S/4HANA. It reads from 1 data source (I_CAPaymentMethod) and exposes 4 fields with key fields Country, CAPaymentMethod.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CAPaymentMethod | I_CAPaymentMethod | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICAPAYMTHVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Wertehilfe für Zahlweg | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| Search.searchable | true | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Country | Country | ||
| KEY | CAPaymentMethod | CAPaymentMethod | ||
| CAPaymentMethodName | ||||
| CountryName |
@AbapCatalog.sqlViewName: 'ICAPAYMTHVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Wertehilfe für Zahlweg'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.serviceQuality: #B
@Search.searchable: true
@VDM.viewType: #COMPOSITE
define view I_CAPaymentMethodValueHelp
as select from I_CAPaymentMethod
{
//@UI.hidden: true
@Search: {defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH }
@ObjectModel.text.element: ['CountryName']
key Country,
@Search: {defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH }
@ObjectModel.text.element: ['CAPaymentMethodName']
key CAPaymentMethod,
@Consumption.filter.hidden: true
_Text[1:Language=$session.system_language].CAPaymentMethodName,
@UI.hidden: true
_Country._Text[1:Language=$session.system_language].CountryName
}
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