I_VALIDBANKACCOUNTWITHREVISION
Non-deleted Bank Accts With revision
I_VALIDBANKACCOUNTWITHREVISION is a CDS View in S/4HANA. Non-deleted Bank Accts With revision. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BankAccountWithRevision | view | from | BASIC | Bank Account With Revision |
@AbapCatalog.sqlViewName: 'IVBNKACCTWITHREV'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Non-deleted Bank Accts With revision'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #C
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_ValidBankAccountWithRevision
as select from fclm_bam_amd as amd
{
key amd.acc_id as BankAccountInternalID,
key amd.revision as BankAccountRevision
}where amd.revision = '0000' and amd.status <> '99'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FCLM_BAM_AMD"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/