I_ARUNPRIORITYBASIC

CDS View

Supply Assignment Priority - Basic View

I_ARUNPRIORITYBASIC is a CDS View in S/4HANA. Supply Assignment Priority - Basic View. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ARunPriority view from COMPOSITE Supply Assignment Priority - Basic View

Fields (4)

KeyField CDS FieldsUsed in Views
KEY RequirementDocumentItem RequirementDocumentItem 1
KEY RequirementDocumentNumber RequirementDocumentNumber 1
ARunDemandGroupPriority ARunDemandGroupPriority 1
ARunPriorityValue ARunPriorityValue 1
@AbapCatalog.sqlViewName: 'IARNPRIOBSC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
@ObjectModel: {
   compositionRoot: true,
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #X,
     sizeCategory:   #XXL
   }
}
@EndUserText.label: 'Supply Assignment Priority - Basic View'
define view I_ARunPriorityBasic
  as select from I_ARunPrioritySlsOrdBasic
{
  key  RequirementDocumentNumber,
  key  RequirementDocumentItem,
  key  RequirementType,
       ARunPriorityValue,
       ARunDemandGroupPriority,
       Material,
       Plant
}
union all select from I_ARunPrioritySTOBasic
{
  key RequirementDocumentNumber,
  key RequirementDocumentItem,
  key RequirementType,
      ARunPriorityValue,
      ARunDemandGroupPriority,
      Material,
      Plant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ARUNPRIORITYSLSORDBASIC",
"I_ARUNPRIORITYSTOBASIC"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/