FINCS_UH_CONSGROUP
Consolidation Group Nodes
FINCS_UH_CONSGROUP is a CDS View in S/4HANA. Consolidation Group Nodes. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| FINCS_UH_UNITNODE | view | left_outer | Universal Hierarchy - Consolidation Unit Node |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Consolidation Group Nodes'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #S
}
define view entity FINCS_UH_CONSGROUP
as select from I_CnsldtnGroupVH as _CG
{
key _CG.ConsolidationGroup,
cast ( case replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(left( _CG.ConsolidationGroup, 18 ),
'0', ''), '1', ''), '2', ''), '3', ''), '4', ''), '5', ''), '6', ''), '7', ''), '8', ''), '9', '')
when ''
then ltrim(_CG.ConsolidationGroup, '0' )
else _CG.ConsolidationGroup
end as fincs_consolidationgroup preserving type ) as ConsGroupExternalValue,
_CG.ConsolidationGroupText
}