I_CLFNCLASSTEXTFORKEYDATETP
TP for Long Text of Classification Class
I_CLFNCLASSTEXTFORKEYDATETP is a CDS View in S/4HANA. TP for Long Text of Classification Class. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ClfnClassTextForKeyDate | view_entity | from | CONSUMPTION | Class Texts |
//@ClientHandling.algorithm: #SESSION_VARIABLE
//@AbapCatalog.sqlViewName: 'INGCCLS04TP'
//@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'TP for Long Text of Classification Class'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Metadata.ignorePropagatedAnnotations: true
@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_ClfnClassTextForKeyDateTP
with parameters
// @Semantics.businessDate.at: true
@Environment.systemField: #SYSTEM_DATE
@Consumption.hidden: true
P_KeyDate :sydate
as select from I_ClfnClassText as ClassText
association to parent I_ClfnClassForKeyDateTP as _Class
on $projection.ClassInternalID = _Class.ClassInternalID
{
key ClassText.ClassInternalID,
@ObjectModel.foreignKey.association: null
key ClassText.Language,
@ObjectModel.foreignKey.association: null
key ClassText.LongTextID,
@Semantics.text: true
ClassText.ClassText,
// @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
}