C_BankSwiftCodeVH_2
Bank SWIFT/BIC Code
C_BankSwiftCodeVH_2 is a CDS View that provides data about "Bank SWIFT/BIC Code" in SAP S/4HANA. It reads from 1 data source (I_Bank_2) and exposes 3 fields with key fields SWIFTCode, BankCountry, BankInternalID. Part of development package VDM_BF_BANK.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Bank_2 | I_Bank_2 | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Bank SWIFT/BIC Code | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SWIFTCode | SWIFTCode | ||
| KEY | BankCountry | BankCountry | ||
| KEY | BankInternalID | BankInternalID |
@AbapCatalog.viewEnhancementCategory: [#PROJECTION_LIST]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Bank SWIFT/BIC Code'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@Search.searchable: true
@Consumption.ranked: true
define view entity C_BankSwiftCodeVH_2 as select from I_Bank_2 {
@Search: {defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
key SWIFTCode,
key BankCountry,
@Search:{defaultSearchElement:true,ranking:#HIGH,fuzzinessThreshold:0.95}
key BankInternalID
}
where SWIFTCode is not initial
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