I_BusinessPartnerBankGovTP
Business Partner Bank TP (Governance)
I_BusinessPartnerBankGovTP is a Transactional CDS View that provides data about "Business Partner Bank TP (Governance)" in SAP S/4HANA. It reads from 1 data source (I_BusinessPartnerBankGov) and exposes 37 fields with key fields BusinessPartnerUUID, BPBankUUID, MasterDataChangeProcess, MDChgProcessSrceSystem, MDChgProcessSrceObject. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BusinessPartnerBankGov | I_BusinessPartnerBankGov | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Country | _CountryVH | $projection.BankCountryKey = _CountryVH.Country |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| Search.searchable | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | Business Partner Bank TP (Governance) | view |
Fields (37)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessPartnerUUID | |||
| KEY | BPBankUUID | |||
| KEY | MasterDataChangeProcess | MasterDataChangeProcess | Process ID | |
| KEY | MDChgProcessSrceSystem | MDChgProcessSrceSystem | Source System | |
| KEY | MDChgProcessSrceObject | MDChgProcessSrceObject | Source ID | |
| KEY | BankIdentification | BankIdentification | Bank Details | |
| BusinessPartner | BusinessPartner | Issuing Authority | ||
| MDChgProcessStep | MDChgProcessStep | Step Number | ||
| BankIdentificationForEdit | BankIdentification | Bank Details | ||
| BankCountryKey | BankCountryKey | Bank Ctry/Reg. | ||
| BankName | _Bank | BankName | Bank Name | |
| BankNumber | BankNumber | Bank Key | ||
| SWIFTCode | _Bank | SWIFTCode | SWIFT/BIC | |
| BankAccount | BankAccount | Bank acct | ||
| BankControlKey | BankControlKey | Control Key | ||
| BankAccountReferenceText | BankAccountReferenceText | Reference | ||
| BankAccountHolderName | BankAccountHolderName | Account Holder | ||
| BusinessPartnerExternalBankID | BusinessPartnerExternalBankID | Extern.bank ID | ||
| CollectionAuthInd | CollectionAuthInd | Collect.author. | ||
| BankAccountName | BankAccountName | Account Name | ||
| BPBankDetailsChangeTargetID | BPBankDetailsChangeTargetID | Target Details | ||
| BPBankIsProtected | BPBankIsProtected | Sensitivity | ||
| ValidityStartDateTime | ValidityStartDateTime | Valid From Timestamp | ||
| ValidityEndDateTime | ValidityEndDateTime | Valid To Timestamp | ||
| ValidityStartDate | ||||
| ValidityEndDate | ||||
| IBANelseIBANendasIBAN | ||||
| IBANValidityStartDate | _IBAN | IBANValidityStartDate | IBAN Valid From | |
| BPBankDetailsChangeDate | BPBankDetailsChangeDate | Date of Change | ||
| MasterDataIsCurrent | MasterDataIsCurrent | Truth Value | ||
| CityName | CityName | Name | ||
| AuthorizationGroup | AuthorizationGroup | AuthorizGroup | ||
| _BusinessPartner | _BusinessPartner | |||
| _BusinessPartnerGov | _BusinessPartnerGov | |||
| _Bank | _Bank | |||
| _IBAN | _IBAN | |||
| _CountryVH | _CountryVH |
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_BusinessPartnerBankGovTP.
-- 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 I_BusinessPartnerBankGovTP AS
SELECT
cast ( hextobin('00000000000000000000000000000000') as sysuuid_x ) AS BusinessPartnerUUID,
cast ( hextobin('00000000000000000000000000000000') as sysuuid_x ) AS BPBankUUID,
MasterDataChangeProcess,
MDChgProcessSrceSystem,
MDChgProcessSrceObject,
BankIdentification,
BusinessPartner,
MDChgProcessStep,
BankIdentification AS BankIdentificationForEdit,
BankCountryKey,
_Bank.BankName AS BankName,
BankNumber,
_Bank.SWIFTCode AS SWIFTCode,
BankAccount,
BankControlKey,
BankAccountReferenceText,
BankAccountHolderName,
BusinessPartnerExternalBankID,
CollectionAuthInd,
BankAccountName,
BPBankDetailsChangeTargetID,
BPBankIsProtected,
ValidityStartDateTime,
ValidityEndDateTime,
tstmp_to_dats(ValidityStartDateTime,'UTC', $session.client, 'NULL') AS ValidityStartDate,
tstmp_to_dats(ValidityEndDateTime,'UTC', $session.client, 'NULL') AS ValidityEndDate,
case when BankAccount <> '' and _IBAN.IBAN <> '' then _IBAN.IBAN else IBAN end as IBAN AS IBANelseIBANendasIBAN,
_IBAN.IBANValidityStartDate AS IBANValidityStartDate,
BPBankDetailsChangeDate,
MasterDataIsCurrent,
CityName,
AuthorizationGroup
FROM I_BusinessPartnerBankGov
LEFT OUTER JOIN I_Country AS _CountryVH ON BankCountryKey = _CountryVH.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