I_BankAccountWithBGN
Bank account with Bank Group Name
I_BankAccountWithBGN is a Basic CDS View (Dimension) that provides data about "Bank account with Bank Group Name" in SAP S/4HANA. It reads from 1 data source (P_BankaccountWithBGN) and exposes 15 fields with key field BankAccountInternalID. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_BankaccountWithBGN | header | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Country | _BankCountry | $projection.BankCountry = _BankCountry.Country |
| [0..1] | I_Bank | _Bank | $projection.Bank = _Bank.BankInternalID and $projection.BankCountry = _Bank.BankCountry |
| [0..1] | I_BankAccountBasicDataEnhanced | _BankAccount | $projection.BankAccountInternalID = _BankAccount.BankAccountInternalID |
| [0..1] | I_Creditrating | _CreditRating | $projection.CreditRating = _CreditRating.CreditRating |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFIBANKACCTBGN | view | |
| EndUserText.label | Bank account with Bank Group Name | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | BankAccountInternalID | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.allowExtensions | true | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BankAccountInternalID | P_BankaccountWithBGN | acc_id | Technical ID |
| BankHeadquarter | ||||
| BankCountry | P_BankaccountWithBGN | banks | Bank Ctry/Rgn. Key | |
| Bank | P_BankaccountWithBGN | bankl | House Bank | |
| BankHeadquarterName | ||||
| CreditRating | P_BankaccountWithBGN | rating | Use of Data | |
| CompanyCode | _BankAccount | CompanyCode | Receiver Company Code | |
| BankAccountType | _BankAccount | BankAccountType | Account Type | |
| BusinessArea | _BankAccount | BusinessArea | Business Area | |
| Segment | _BankAccount | Segment | Segment number | |
| ProfitCenter | _BankAccount | ProfitCenter | Profit Center | |
| _BankAccount | _BankAccount | |||
| _BankCountry | _BankCountry | |||
| _Bank | _Bank | |||
| _CreditRating | _CreditRating |
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 I_BankAccountWithBGN.
-- 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.
-- SQL view name: IFIBANKACCTBGN
CREATE VIEW I_BankAccountWithBGN AS
SELECT
header.acc_id AS BankAccountInternalID,
cast(header.bank_group as fclm_bank_group) AS BankHeadquarter,
header.banks AS BankCountry,
header.bankl AS Bank,
cast(header.BusinessPartnerName as fclm_bank_group_text) AS BankHeadquarterName,
header.rating AS CreditRating,
_BankAccount.CompanyCode AS CompanyCode,
_BankAccount.BankAccountType AS BankAccountType,
_BankAccount.BusinessArea AS BusinessArea,
_BankAccount.Segment AS Segment,
_BankAccount.ProfitCenter AS ProfitCenter
FROM P_BankaccountWithBGN AS header
LEFT OUTER JOIN I_Country AS _BankCountry ON BankCountry = _BankCountry.Country -- association [0..1]
LEFT OUTER JOIN I_Bank AS _Bank ON Bank = _Bank.BankInternalID AND BankCountry = _Bank.BankCountry -- association [0..1]
LEFT OUTER JOIN I_BankAccountBasicDataEnhanced AS _BankAccount ON BankAccountInternalID = _BankAccount.BankAccountInternalID -- association [0..1]
LEFT OUTER JOIN I_Creditrating AS _CreditRating ON CreditRating = _CreditRating.CreditRating -- 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