C_BankSwiftCodeVH_2

DDL: C_BANKSWIFTCODEVH_2 Type: view_entity Package: VDM_BF_BANK

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)

SourceAliasJoin Type
I_Bank_2 I_Bank_2 from

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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