I_PAREALIGNMENTLOG

CDS View

CO-PA Realignment Log

I_PAREALIGNMENTLOG is a CDS View in S/4HANA. CO-PA Realignment Log. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_PaRealignment view from COMPOSITE CO-PA Realignment

Fields (3)

KeyField CDS FieldsUsed in Views
KEY RealignmentRun RealignmentRun 1
RealignmentRunEndDate RealignmentRunEndDate 1
RealignmentRunEndTime RealignmentRunEndTime 1
@AbapCatalog.sqlViewName: 'IPAREALGNMTLOG'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CO-PA Realignment Log'
@VDM.viewType: #BASIC
//@Semantics.systemDateTime.createdAt: true


@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_PaRealignmentLog as select from tkenc5 {
key   tkenc5.erkrs as OperatingConcern,
key   tkenc5.chgrun as RealignmentRun,
key   tkenc5.lfdnr as RealignmentSequenceNumber,
   tkenc5.enddate as RealignmentRunEndDate,
   tkenc5.endtime as RealignmentRunEndTime
//   concat(tkenc5.enddate, tkenc5.endtime) as RealignmentRunEndDateTime

}
where tkenc5.status = '3'
and tkenc5.activity = 'RUN'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TKENC5"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/