A_ABOPRun

DDL: A_ABOPRUN Type: view_entity CONSUMPTION

Backorder Processing Run

A_ABOPRun is a Consumption CDS View that provides data about "Backorder Processing Run" in SAP S/4HANA. It reads from 1 data source (R_ABOPRunTP) and exposes 2 fields with key field ABOPRunUUID. It is exposed through 1 OData service (API_ABOPRUN).

Data Sources (1)

SourceAliasJoin Type
R_ABOPRunTP R_ABOPRunTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Backorder Processing Run view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey ABOPRunUUID view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
OData.entityType.name AdvancedBackorderProcessingRun_Type view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
API_ABOPRUN API_ABOPRUN V4 C2 C1

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ABOPRunUUID ABOPRunUUID
ABOPRunCustomExecutionName ABOPRunCustomExecutionName
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Backorder Processing Run'

@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  representativeKey: 'ABOPRunUUID',
  usageType: {
      serviceQuality: #D,
      sizeCategory: #L,
      dataClass: #TRANSACTIONAL
  }
}
@OData.entityType.name: 'AdvancedBackorderProcessingRun_Type'
@VDM: {
  lifecycle: {
    contract.type: #PUBLIC_REMOTE_API
  },
  viewType: #CONSUMPTION,
  usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
define root view entity A_ABOPRun 
  provider contract transactional_query
  as projection on R_ABOPRunTP
{
  key ABOPRunUUID,
  ABOPRunCustomExecutionName
}