I_CNSLDTNLEDGER
Consolidation Ledger
I_CNSLDTNLEDGER is a CDS View in S/4HANA. Consolidation Ledger. It contains 2 fields. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_CnsldtnLedger | view | from | BASIC | Consolidation Ledger |
| C_CnsldtnLedgerVH | view | from | CONSUMPTION | Consolidation Ledger Value Help |
| FINCS_MD_TF16X | view | cross | ||
| I_CnsldtnGroupYrDepdnt | view | left_outer | COMPOSITE | Consolidation Group Year Dependent |
| P_Cc_JournalEntryFact | view | left_outer | BASIC |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | ConsolidationLedger | ConsolidationLedger | 2 |
| GroupCurrency | GroupCurrency | 3 |
@AbapCatalog:{
sqlViewName: 'ICCLEDGER',
compiler.compareFilter: true,
preserveKey: true,
buffering:{
status: #ACTIVE,
type: #FULL }
}
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata:{
allowExtensions:true,
ignorePropagatedAnnotations: true
}
@ObjectModel:{
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #C,
sizeCategory: #S},
representativeKey: 'ConsolidationLedger',
modelingPattern: #ANALYTICAL_DIMENSION,
supportedCapabilities: [#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#ANALYTICAL_DIMENSION ]
}
@Analytics: {
dataCategory: #DIMENSION
}
@VDM.viewType: #BASIC
@EndUserText.label: 'Consolidation Ledger'
define view I_CnsldtnLedger
as select from t881
association [0..*] to I_CnsldtnLedgerT as _Text on $projection.ConsolidationLedger = _Text.ConsolidationLedger
{
@ObjectModel.text.association: '_Text'
key rldnr as ConsolidationLedger,
cast (gcurr as rtc_curr ) as GroupCurrency,
_Text
}
where
appl = 'EC'
and subappl = 'CS';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T881"
],
"ASSOCIATED":
[
"I_CNSLDTNLEDGERT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/