FDM_BSTAT_RANGE
bstat range
FDM_BSTAT_RANGE is a CDS View in S/4HANA. bstat range. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| Fdm_Inv_Ref2_View | view | left_outer | Open Invoices and References to invoices | |
| Fdm_Ref_Ref2_View | view | left_outer | References to references to invoices |
@AbapCatalog.sqlViewName: 'FDM_BSTAT_RANGE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType.serviceQuality: #P
@ObjectModel.usageType.sizeCategory: #L
@EndUserText.label: 'bstat range'
define view fdm_bstat_range_view as
select bukrs, umskz, fdm_sgl_excl_lis from fdm_ar_umskz
where fdm_sgl_relevant = 'X' and umskz = 'F'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FDM_AR_UMSKZ"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/