I_CLFNCLASSHIERARCHY

CDS View

Classification Class Hierarchy

I_CLFNCLASSHIERARCHY is a CDS View in S/4HANA. Classification Class Hierarchy. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_ClfnClassSuperiorForKeyDate view inner COMPOSITE Clfn Cl Superior Hierarchy for Key Date
I_VMSVehicleCharacteristic view inner BASIC View for vehicle Characteristics

Fields (1)

KeyField CDS FieldsUsed in Views
KEY DescendantClassInternalID ClassInternalID 1
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'INGCCHGI1'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Classification Class Hierarchy'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API

@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER
define view I_ClfnClassHierarchy
  as select from ngc_clhier_idx as Hierarchy
{
  key Hierarchy.ancestor    as AncestorClassInternalID,
  key Hierarchy.node        as DescendantClassInternalID,
  key Hierarchy.datuv       as ValidityStartDate,
      Hierarchy.klart       as ClassType,
      Hierarchy.aennr       as ChangeNumber,  
      Hierarchy.datub       as ValidityEndDate
}

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"NGC_CLHIER_IDX"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/