P_TimeVarianceForMigration

DDL: P_TIMEVARIANCEFORMIGRATION SQL: PTIMEVARMIG Type: view BASIC

P_TimeVarianceForMigration is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (eket) and exposes 5 fields with key fields ebelp, ebeln, etenr.

Data Sources (1)

SourceAliasJoin Type
eket eket from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName PTIMEVARMIG view
AbapCatalog.compiler.compareFilter true view
VDM.private true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ebelp ebelp
KEY ebeln ebeln
KEY etenr etenr
TimeVarianceScore
TimeVarianceScoreByDelivDate
@AbapCatalog.sqlViewName: 'PTIMEVARMIG'
@AbapCatalog.compiler.compareFilter: true
@VDM.private: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view P_TimeVarianceForMigration 

as select from eket 

{
  key ebelp,
  key ebeln,
  key etenr,
  
  cast( 0 as mm_a_timevar_score_statdeliv  )        as  TimeVarianceScore,

  cast(0 as mm_a_timevarc_score_deliv_date )        as TimeVarianceScoreByDelivDate
  
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EKET"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/