I_PaymentSystemValueHelp
Value help for Payment systems
I_PaymentSystemValueHelp is a Basic CDS View that provides data about "Value help for Payment systems" in SAP S/4HANA. It reads from 1 data source (I_PaymentSystem) and exposes 3 fields with key field PaymentSystem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PaymentSystem | I_PaymentSystem | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Value help for Payment systems | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | PaymentSystem | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view | |
| VDM.viewType | #BASIC | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PaymentSystem | PaymentSystem | ||
| PaymentSystemText | PaymentSystemText | |||
| _Text | _Text |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value help for Payment systems'
@ObjectModel: { dataCategory: #VALUE_HELP,
representativeKey: 'PaymentSystem',
usageType:{ serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING },
supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY],
modelingPattern: #VALUE_HELP_PROVIDER }
@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@Consumption.ranked: true
define view entity I_PaymentSystemValueHelp
as select from I_PaymentSystem
{
@ObjectModel.text.element: ['PaymentSystemText']
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.7
@Search.ranking: #HIGH
key PaymentSystem,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.7
@Search.ranking: #LOW
@Semantics.text: true
PaymentSystemText,
/* Associations */
_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