R_BDTSCOMMANDTP

CDS View

BDTS Command - TP

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_BDTSCommand view_entity projection CONSUMPTION BDTS Command
@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 - TP'
@Metadata.allowExtensions:false
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.sapObjectNodeType.name: 'BusDataTransformationCommand'
define root view entity R_BDTSCommandTP
  as select from R_BDTSCommand

  composition [0..*] of R_BDTSCommandPredecessorTP as _BDTSCommandPredecessor
{
  key BDTSTransformationAreaID,
  key BDTSCommandID,
      BDTSCommandName,
      BDTSCommandPayloadJSONString,
      BDTSCommandPayloadVersion,
      BDTSCommandStatus,
      BDTSCommandHighestMsgSeverity,
      BDTSCommandLogNumber,
      BDTSCommandRetryIteration,
      BDTSCommandHasPredecessor,
      BDTSCommandIsAsyncWorkDone,
      BDTSCommandIsAdHocCommand,
      @Semantics.systemDateTime.createdAt: true
      BDTSCommandCreationDateTime,
      BDTSCommandStartDateTime,
      BDTSCommandEndDateTime,
      cast( 1 as abap.int4 ) as BDTSCommandStatusNumberOf,

      //Associations

      _BDTSCommandPredecessor
}