I_ClfnClassDescForKeyDateTP

DDL: I_CLFNCLASSDESCFORKEYDATETP SQL: INGCCLS05TP Type: view_entity TRANSACTIONAL

TP for Classification Class Description

I_ClfnClassDescForKeyDateTP is a Transactional CDS View that provides data about "TP for Classification Class Description" in SAP S/4HANA. It reads from 1 data source (I_ClfnClassDescription) and exposes 6 fields with key fields ClassInternalID, Language.

Data Sources (1)

SourceAliasJoin Type
I_ClfnClassDescription I_ClfnClassDescription from

Parameters (1)

NameTypeDefault
P_KeyDate sydate

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label TP for Classification Class Description view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey ClassInternalID view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MASTER view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY ClassInternalID ClassInternalID
KEY Language Language
ClassDescription ClassDescription
KeyDate
ClassLastChangedDateTime
_Class _Class
//@ClientHandling.algorithm: #SESSION_VARIABLE

//@AbapCatalog.sqlViewName: 'INGCCLS05TP'

//@AbapCatalog.compiler.compareFilter: true

@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'TP for Classification Class Description'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'ClassInternalID'
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MASTER

//@AbapCatalog.preserveKey: true


//@ObjectModel.createEnabled: true

//@ObjectModel.updateEnabled: true

//@ObjectModel.deleteEnabled: true

//@ObjectModel.transactionalProcessingEnabled: true

//@ObjectModel.writeActiveImplementedBy: 'ABAP:CL_NGC_RAP_CLS'

//@ObjectModel.entityChangeStateId: 'ClassLastChangedDateTime'


define view entity I_ClfnClassDescForKeyDateTP 
  with parameters
    // @Semantics.businessDate.at: true

    @Environment.systemField: #SYSTEM_DATE
    @Consumption.hidden: true 
    P_KeyDate :sydate
  as select from I_ClfnClassDescription 
      association to parent  I_ClfnClassForKeyDateTP  as _Class
        on $projection.ClassInternalID = _Class.ClassInternalID
{
  key ClassInternalID, 
      @ObjectModel.foreignKey.association: null
  key Language, 
      @Semantics.text: true
      ClassDescription,
//      @ObjectModel.readOnly: true

      $parameters.P_KeyDate as KeyDate,
      _Class( P_KeyDate: $parameters.P_KeyDate ).ClassLastChangedDateTime,
      
//      @ObjectModel.association.type:  [ #TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT ]

      _Class
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CLFNCLASSDESCRIPTION",
"I_CLFNCLASSFORKEYDATETP"
],
"ASSOCIATED":
[
"I_CLFNCLASSFORKEYDATETP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/