R_BDTSCOMMANDTP
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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: #MANDATORY
@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
{
key BDTSTransformationAreaID,
key BDTSCommandID,
BDTSCommandName,
BDTSCommandPayloadJSONString,
BDTSCommandPayloadVersion,
BDTSCommandStatus,
BDTSCommandHighestMsgSeverity,
BDTSCommandLogNumber,
BDTSCommandRetryIteration,
@Semantics.systemDateTime.createdAt: true
BDTSCommandCreationDateTime,
BDTSCommandStartDateTime,
BDTSCommandEndDateTime
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_BDTSCOMMAND"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/