I_CLFNCLASSDESCFORKEYDATETP
TP for Classification Class Description
I_CLFNCLASSDESCFORKEYDATETP is a CDS View in S/4HANA. TP for Classification Class Description. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ClfnClassDescForKeyDate | view_entity | from | CONSUMPTION | Class Descriptions |
//@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":""
}
}*/