I_BankAccountWithVerification

DDL: I_BANKACCOUNTWITHVERIFICATION SQL: IBKACCTINVERIF Type: view COMPOSITE

Bank Account With Verification

I_BankAccountWithVerification is a Composite CDS View that provides data about "Bank Account With Verification" in SAP S/4HANA. It reads from 1 data source (I_BankAccountInVerification) and exposes 1 field with key field BankAccountInternalID.

Data Sources (1)

SourceAliasJoin Type
I_BankAccountInVerification acc from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IBKACCTINVERIF view
VDM.viewType #COMPOSITE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Bank Account With Verification view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY BankAccountInternalID I_BankAccountInVerification BankAccountInternalID
@AbapCatalog.sqlViewName: 'IBKACCTINVERIF'
@VDM.viewType: #COMPOSITE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Bank Account With Verification'
define view I_BankAccountWithVerification
  as select from I_BankAccountInVerification as acc
{
  key acc.BankAccountInternalID
}
group by
  acc.BankAccountInternalID
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BANKACCOUNTINVERIFICATION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/