I_BankTP
Bank - TP
I_BankTP is a Transactional CDS View that provides data about "Bank - TP" in SAP S/4HANA. It reads from 1 data source (R_BankTP) and exposes 9 fields with key fields BankCountry, BankInternalID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_BankTP | R_BankTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.sapObjectNodeType.name | Bank | view | |
| EndUserText.label | Bank - TP | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BankCountry | BankCountry | ||
| KEY | BankInternalID | BankInternalID | ||
| LongBankName | LongBankName | |||
| LongBankBranch | LongBankBranch | |||
| SWIFTCode | SWIFTCode | |||
| BankNetworkGrouping | BankNetworkGrouping | |||
| IsMarkedForDeletion | IsMarkedForDeletion | |||
| BankNumber | BankNumber | |||
| BankCategory | BankCategory |
@VDM: {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #TRANSACTIONAL
}
@ObjectModel:{
usageType: {
serviceQuality: #C,
sizeCategory: #L,
dataClass: #TRANSACTIONAL }
}
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.sapObjectNodeType.name: 'Bank'
@EndUserText.label: 'Bank - TP'
define root view entity I_BankTP
provider contract transactional_interface
as projection on R_BankTP as Bank
{
key BankCountry as BankCountry,
key BankInternalID as BankInternalID,
//----Address---- Fields from BNKA or local ADRC
LongBankName,
LongBankBranch,
//----Control data---- Fields from BNKA
SWIFTCode,
BankNetworkGrouping,
IsMarkedForDeletion,
BankNumber,
BankCategory,
// Associations
Bank._BankAddress : redirected to composition child I_BankAddressTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_BANKTP"
],
"ASSOCIATED":
[
"I_BANKADDRESSTP",
"R_BANKADDRESSTP"
],
"BASE":
[
"R_BANKTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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