I_GLAGINGSCOPEINCREMENT
General Ledger Scope Increment
I_GLAGINGSCOPEINCREMENT is a CDS View in S/4HANA. General Ledger Scope Increment. It contains 4 fields. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_LossAllowanceAgingIncrement | view | from | COMPOSITE | General Ledger Aging Increment |
| P_AgingIncrementUntilDate | view_entity | from | COMPOSITE | |
| P_agingincrementutilmonth | view_entity | from | COMPOSITE | |
| P_AnalyticalAgingIncrement | view | inner | COMPOSITE | |
| P_RACONTRBALRCLASSFCTNAGING | view | inner | COMPOSITE |
Fields (4)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| GeneralLedgerAgingIncrement | GeneralLedgerAgingIncrement | 1 | |
| GeneralLedgerAgingScope | GeneralLedgerAgingScope | 1 | |
| GLAgingIncrmtRelativeDays | GLAgingIncrmtRelativeDays | 1 | |
| GLAgingIncrmtRelativeMonths | GLAgingIncrmtRelativeMonths | 1 |
@EndUserText.label: 'General Ledger Scope Increment'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@Analytics: {
dataCategory: #DIMENSION }
@ObjectModel: {
representativeKey: 'GeneralLedgerAgingIncrement',
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
}
}
define view entity I_GLAgingScopeIncrement
as select from finsc_agincrmt
association [0..1] to I_GeneralLedgerAgingScope as _GLAgingScope on $projection.GeneralLedgerAgingScope = _GLAgingScope.GeneralLedgerAgingScope
{
@ObjectModel.foreignKey.association: '_GLAgingScope'
key aging as GeneralLedgerAgingScope,
key incrmnt as GeneralLedgerAgingIncrement,
threshold_month as GLAgingIncrmtRelativeMonths,
threshold_day as GLAgingIncrmtRelativeDays,
incrmnt_index as GLAgingIncrmtSortSqncValue,
_GLAgingScope
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FINSC_AGINCRMT"
],
"ASSOCIATED":
[
"I_GENERALLEDGERAGINGSCOPE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/