C_BankAccountInstantBalanceTP
Bank Account Instant Balance
C_BankAccountInstantBalanceTP is a Consumption CDS View that provides data about "Bank Account Instant Balance" in SAP S/4HANA. It reads from 1 data source (R_BankAccountInstantBalanceTP) and exposes 9 fields with key field BankAccountInternalID. It is exposed through 1 OData service (UI_BANKACCOUNTINSTANTBALANCE). Part of development package FCLM_INSTANT_BALANCE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_BankAccountInstantBalanceTP | R_BankAccountInstantBalanceTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Bank Account Instant Balance | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.allowExtensions | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_BANKACCOUNTINSTANTBALANCE | UI_BKACCOUNTINSTANTBALANCE | V2 | C1 | NOT_RELEASED |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BankAccountInternalID | BankAccountInternalID | ||
| CompanyCode | CompanyCode | |||
| HouseBank | HouseBank | |||
| HouseBankAccount | HouseBankAccount | |||
| BkAcctIsInstantBalanceEnabled | BkAcctIsInstantBalanceEnabled | |||
| CreatedByUser | CreatedByUser | |||
| CreationDateTime | CreationDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime |
@EndUserText.label: 'Bank Account Instant Balance'
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.allowExtensions: true
@VDM : { viewType: #CONSUMPTION,
usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ] }
@ObjectModel: {
usageType: {
serviceQuality: #C,
sizeCategory: #M,
dataClass: #TRANSACTIONAL
}
}
define root view entity C_BankAccountInstantBalanceTP
provider contract transactional_query
as projection on R_BankAccountInstantBalanceTP
{
key BankAccountInternalID,
CompanyCode,
HouseBank,
HouseBankAccount,
BkAcctIsInstantBalanceEnabled,
CreatedByUser,
CreationDateTime,
LastChangedByUser,
LastChangeDateTime
}
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