UI_BANKACCOUNTINSTANTBALANCE
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 View | Alias |
|---|---|
| C_BankAccountInstantBalanceTP | BkAccountInstantBalance |
| C_BkAcctInstantBalanceHistory | BkAccountInstantBalanceHistory |
| C_BkAcctInstntBalMonitor | BkAccountInstantBalanceMonitor |
| C_BkAcctInstntBalSetting | BkAccountInstantBalanceSetting |
| I_UserContactCard | UserContactCard |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| 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;
}