R_BANKACCOUNTINSTANTBALANCETP

CDS View

Bank Account Instant Balance

R_BANKACCOUNTINSTANTBALANCETP is a CDS View in S/4HANA. Bank Account Instant Balance. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_BankAccountInstantBalanceTP view_entity projection CONSUMPTION Bank Account Instant Balance
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Bank Account Instant Balance'
@ObjectModel: { usageType: { serviceQuality: #C,
                             sizeCategory:   #M,
                             dataClass:      #TRANSACTIONAL },
                sapObjectNodeType.name: 'HouseBank'
               }
@VDM:         { usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ],
                viewType:  #TRANSACTIONAL,
                lifecycle: { contract: { type: #SAP_INTERNAL_API } }
              }
define root view entity R_BankAccountInstantBalanceTP
  as select from I_BankAccountInstantBalance
{
  key BankAccountInternalID,
      CompanyCode,
      HouseBank,
      HouseBankAccount,
      BkAcctIsInstantBalanceEnabled,

      CreatedByUser,
      CreationDateTime,
      LastChangedByUser,
      LastChangeDateTime,

      _HouseBankAccount
}