C_BankChainBankDetailVH
Business Partner Bank Detail
C_BankChainBankDetailVH is a Consumption CDS View that provides data about "Business Partner Bank Detail" in SAP S/4HANA. It reads from 1 data source (I_BankChainBankDetail) and exposes 22 fields with key fields BkChnBP, BankIdentification. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BankChainBankDetail | I_BankChainBankDetail | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | C_BankChainCountryVH | _Country | $projection.BkChnCountryKeyOfRecipientBank = _Country.Country |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| EndUserText.label | Business Partner Bank Detail | view | |
| ObjectModel.representativeKey | BkChnBP | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BkChnBP | BkChnBP | Issuing Authority | |
| KEY | BankIdentification | BankIdentification | Bank Details | |
| BusinessPartner | BusinessPartner | Issuing Authority | ||
| BPLastNameSearchHelp | _BusinessPartner | BPLastNameSearchHelp | Name 1/Last Nme | |
| BPFirstNameSearchHelp | _BusinessPartner | BPFirstNameSearchHelp | Name2/First Nme | |
| BkChnCountryKeyOfRecipientBank | BankCountryKey | Bank Ctry/Reg. | ||
| CountryName | _Country | CountryName | Country | |
| BkChnBankKeyOfRecipientBank | BankNumber | Bank Key | ||
| BankName | BankName | Bank Name | ||
| BankAccount | BankAccount | Bank acct | ||
| BkChnAcctNumberAtRecipientBank | BkChnAcctNumberAtRecipientBank | Account Number at Recipient Bank | ||
| BkChnBankAccountWithReference | BkChnBankAccountWithReference | Account With Reference | ||
| PartnerBankIBAN | IBAN | IBAN House Bank | ||
| BankControlKey | BankControlKey | Control Key | ||
| BankAccountReferenceText | BankAccountReferenceText | Reference | ||
| BankCountryKey | BankCountryKey | Bank Ctry/Reg. | ||
| BPBankIsProtected | BPBankIsProtected | Sensitivity | ||
| SWIFTCode | SWIFTCode | SWIFT/BIC | ||
| _Bank | _Bank | |||
| _BusinessPartner | _BusinessPartner | |||
| _IBAN | _IBAN | |||
| _Country | _Country |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view C_BankChainBankDetailVH.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW C_BankChainBankDetailVH AS
SELECT
BkChnBP,
BankIdentification,
BusinessPartner,
_BusinessPartner.BPLastNameSearchHelp AS BPLastNameSearchHelp,
_BusinessPartner.BPFirstNameSearchHelp AS BPFirstNameSearchHelp,
BankCountryKey AS BkChnCountryKeyOfRecipientBank,
_Country.CountryName AS CountryName,
BankNumber AS BkChnBankKeyOfRecipientBank,
BankName,
BankAccount,
BkChnAcctNumberAtRecipientBank,
BkChnBankAccountWithReference,
IBAN AS PartnerBankIBAN,
BankControlKey,
BankAccountReferenceText,
BankCountryKey,
BPBankIsProtected,
SWIFTCode
FROM I_BankChainBankDetail
LEFT OUTER JOIN C_BankChainCountryVH AS _Country ON BkChnCountryKeyOfRecipientBank = _Country.Country -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA