C_BankAccountInstantBalanceTP

DDL: C_BANKACCOUNTINSTANTBALANCETP Type: view_entity CONSUMPTION

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).

Data Sources (1)

SourceAliasJoin Type
R_BankAccountInstantBalanceTP R_BankAccountInstantBalanceTP projection

Annotations (7)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
UI_BANKACCOUNTINSTANTBALANCE UI_BKACCOUNTINSTANTBALANCE V2 C1 NOT_RELEASED

Fields (9)

KeyFieldSource TableSource FieldDescription
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
//@Search.searchable: true

@VDM : { viewType: #CONSUMPTION,
        usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ] }

@ObjectModel: {
//    semanticKey: [ 'CompanyCode', 'HouseBank', 'HouseBankAccount' ],

    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

//      _HouseBankAccount

}