I_ARUNDEMANDASSIGNMENT

CDS View

Demand Assignment

I_ARUNDEMANDASSIGNMENT is a CDS View in S/4HANA. Demand Assignment. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ARunDemandAssignment view_entity from CONSUMPTION Demand Assignments
@AbapCatalog.sqlViewName: 'IARNDMNDASSGMT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: { usageType:
    {  dataClass:      #MIXED,
       serviceQuality: #X,
       sizeCategory:   #XL  } }
@EndUserText.label: 'Demand Assignment'
define view I_ARunDemandAssignment
  as select distinct from I_ARunPriorityBasic
{
  key RequirementType,
  key RequirementDocumentNumber,
  key RequirementDocumentItem,

      cast ('' as arun_rule_name )              as ARunRuleName,
      cast ('' as arun_demand_sort_rule_name)   as ARunDemandSortRule,
      cast ('' as arun_mode_of_assign_demand)   as ARunDemandModeOfAssgmt,

      @Semantics.quantity.unitOfMeasure: 'ARunOrderUnit'
      cast ('0' as arun_alloc_qty )             as ToBeAssignedQtyInOrdUnit,
      @Semantics.unitOfMeasure: true
      cast(' ' as meins )                       as ARunOrderUnit

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ARUNPRIORITYBASIC"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/