R_BDTSCOMMANDPREDECESSORTP

CDS View

BDTS Command Predecessor - TP

R_BDTSCOMMANDPREDECESSORTP is a CDS View in S/4HANA. BDTS Command Predecessor - TP. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_BDTSCommandPredecessor view_entity projection CONSUMPTION BDTS Command Predecessor
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}

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

@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'BDTS Command Predecessor - TP'
@Metadata.allowExtensions:false
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.sapObjectNodeType.name: 'BDTSCommandPredecessor'
define view entity R_BDTSCommandPredecessorTP
  as select from R_BDTSCommandPredecessor

  association to parent R_BDTSCommandTP as _Command on  $projection.BDTSTransformationAreaID = _Command.BDTSTransformationAreaID
                                                    and $projection.BDTSCommandID            = _Command.BDTSCommandID

{
  key BDTSTransformationAreaID,
  key BDTSCommandID,
  key BDTSCommandPredecessorID,
      BDTSCommandIsDone,
      BDTSCommandIsFromSourceSystem,
      BDTSCommandChangeDateTime,

      //Associations

      _Command

}