R_BDTSExecutionPlanJobTP

DDL: R_BDTSEXECUTIONPLANJOBTP Type: view_entity TRANSACTIONAL

Execution Plan Job Item - TP

R_BDTSExecutionPlanJobTP is a Transactional CDS View that provides data about "Execution Plan Job Item - TP" in SAP S/4HANA. It reads from 1 data source (R_BDTSExecutionPlanJob) and exposes 14 fields with key fields BDTSTransformationAreaID, BDTSExecPlanID, BDTSExecPlanItemID, BDTSExecPlanJobIteration.

Data Sources (1)

SourceAliasJoin Type
R_BDTSExecutionPlanJob R_BDTSExecutionPlanJob from

Annotations (10)

NameValueLevelField
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Execution Plan Job Item - TP view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.allowExtensions false view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.sapObjectNodeType.name BDTSExecutionPlanJob view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY BDTSTransformationAreaID BDTSTransformationAreaID
KEY BDTSExecPlanID BDTSExecPlanID
KEY BDTSExecPlanItemID BDTSExecPlanItemID
KEY BDTSExecPlanJobIteration BDTSExecPlanJobIteration
BDTSExecPlanJobIsPrepareDone BDTSExecPlanJobIsPrepareDone
BDTSExecPlanJobIsExecuteDone BDTSExecPlanJobIsExecuteDone
BDTSExecPlanJobIsFinalizeDone BDTSExecPlanJobIsFinalizeDone
BDTSExecPlanJobStatus BDTSExecPlanJobStatus
BDTSExecPlanJobName BDTSExecPlanJobName
BDTSExecPlanJobID BDTSExecPlanJobID
BDTSExecPlanJobLogNumber BDTSExecPlanJobLogNumber
BDTSExecPlanCreationDateTime BDTSExecPlanCreationDateTime
BDTSExecPlanStartDateTime BDTSExecPlanStartDateTime
BDTSExecPlanEndDateTime BDTSExecPlanEndDateTime
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}

@ObjectModel: {
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #A,
     sizeCategory:   #S
   }
}

@EndUserText.label: 'Execution Plan Job Item - TP'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.allowExtensions:false
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.sapObjectNodeType.name: 'BDTSExecutionPlanJob'

define root view entity R_BDTSExecutionPlanJobTP
  as select from R_BDTSExecutionPlanJob
{
  key BDTSTransformationAreaID,
  key BDTSExecPlanID,
  key BDTSExecPlanItemID,
  key BDTSExecPlanJobIteration,
      BDTSExecPlanJobIsPrepareDone,
      BDTSExecPlanJobIsExecuteDone,
      BDTSExecPlanJobIsFinalizeDone,
      BDTSExecPlanJobStatus,
      BDTSExecPlanJobName,
      BDTSExecPlanJobID,
      BDTSExecPlanJobLogNumber,
      @Semantics.systemDateTime.createdAt: true
      BDTSExecPlanCreationDateTime,
      BDTSExecPlanStartDateTime,
      BDTSExecPlanEndDateTime
}