R_ABOPRUNTP
Advanced BOP Run
R_ABOPRUNTP is a CDS View in S/4HANA. Advanced BOP Run. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ABOPRun | view_entity | projection | CONSUMPTION | Backorder Processing Run |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Advanced BOP Run'
@ObjectModel: {
representativeKey: 'ABOPRunUUID',
usageType: {
serviceQuality: #D,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
}
@ObjectModel.sapObjectNodeType.name: 'AdvancedBackorderProcessingRun'
@VDM: {
lifecycle: {
contract.type: #SAP_INTERNAL_API
},
viewType: #TRANSACTIONAL
}
define root view entity R_ABOPRunTP
as select from I_ABOPRun
{
key ABOPRunUUID,
ABOPRunCustomExecutionName
}
where
TransactionCode = 'ATP_BOP_API'