C_BankChainBankStdVH
Bank Master Details
C_BankChainBankStdVH is a Consumption CDS View that provides data about "Bank Master Details" in SAP S/4HANA. It reads from 1 data source (I_Bank) and exposes 5 fields with key fields BankCountry, BankInternalID. Part of development package ODATA_MANAGE_BANK_CHAINS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Bank | I_Bank | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | BankInternalID | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Bank Master Details | view | |
| Consumption.ranked | true | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BankCountry | BankCountry | ||
| KEY | BankInternalID | BankInternalID | ||
| BankName | BankName | |||
| SWIFTCode | SWIFTCode | |||
| _Country | _Country |
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'BankInternalID'
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Bank Master Details'
@Consumption.ranked:true
@VDM.viewType: #CONSUMPTION
define view entity C_BankChainBankStdVH as select from I_Bank {
@ObjectModel.foreignKey.association: '_Country'
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 1}
key BankCountry,
@ObjectModel.text.element: ['BankName']
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
key BankInternalID,
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8 }
BankName,
SWIFTCode,
@Consumption.hidden: true
_Country
}
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