UI_BANKACCOUNTINSTANTBALANCE

OData Service Package: FCLM_INSTANT_BALANCE

Bank Account Instant Balance

UI_BANKACCOUNTINSTANTBALANCE is an OData service definition in SAP S/4HANA. It exposes 5 CDS view(s). It has 1 service binding(s).

Exposed CDS Views (5)

CDS ViewAlias
C_BankAccountInstantBalanceTP BkAccountInstantBalance
C_BkAcctInstantBalanceHistory BkAccountInstantBalanceHistory
C_BkAcctInstntBalMonitor BkAccountInstantBalanceMonitor
C_BkAcctInstntBalSetting BkAccountInstantBalanceSetting
I_UserContactCard UserContactCard

Service Bindings (1)

BindingTypeVersionContractReleasePublished
UI_BKACCOUNTINSTANTBALANCE ODATA V2 C1 NOT_RELEASED false

Source

@EndUserText.label: 'Bank Account Instant Balance'
define service UI_BankAccountInstantBalance {
  expose C_BkAcctInstntBalMonitor      as BkAccountInstantBalanceMonitor;
  expose C_BkAcctInstantBalanceHistory as BkAccountInstantBalanceHistory;
  expose C_BkAcctInstntBalSetting      as BkAccountInstantBalanceSetting;
  expose C_BankAccountInstantBalanceTP as BkAccountInstantBalance;
  expose I_UserContactCard             as UserContactCard;
}