I_ControlOfQuantityValueUpdate

DDL: I_CONTROLOFQUANTITYVALUEUPDATE Type: view_entity BASIC

Control of quantity and value update

I_ControlOfQuantityValueUpdate is a Basic CDS View that provides data about "Control of quantity and value update" in SAP S/4HANA. It reads from 1 data source (t134m) and exposes 8 fields with key fields ValuationArea, ProductType. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
t134m t134m from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_ValuationArea _ValuationArea $projection.ValuationArea = _ValuationArea.ValuationArea
[1..1] I_ProductType_2 _ProductType $projection.ProductType = _ProductType.ProductType

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Control of quantity and value update view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.modelingPattern #NONE view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Metadata.ignorePropagatedAnnotations true view
Consumption.ranked true view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY ValuationArea bwkey
KEY ProductType
QuantityUpdateIsActive mengu
ValueUpdateIsActive wertu
PipelineHndlgIsMand kzpip
PipelineHndlgIsAllowed xpizu
_ValuationArea _ValuationArea
_ProductType _ProductType
@AbapCatalog: {
                viewEnhancementCategory: [#NONE]
               }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Control of quantity and value update'
@ObjectModel: {
                usageType: {
                             sizeCategory: #S,
                             serviceQuality: #A,
                             dataClass:#CUSTOMIZING
                           },
                modelingPattern: #NONE,
                supportedCapabilities: [#SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE]
              }
@VDM: {
        viewType: #BASIC,
        lifecycle.contract.type: #PUBLIC_LOCAL_API
      } 
@Metadata: {
             ignorePropagatedAnnotations: true
           }
@Consumption.ranked: true

define view entity I_ControlOfQuantityValueUpdate
as select from t134m
  association [1..1] to I_ValuationArea as _ValuationArea on $projection.ValuationArea = _ValuationArea.ValuationArea
  association [1..1] to I_ProductType_2 as _ProductType on $projection.ProductType = _ProductType.ProductType
{
  key bwkey                                       as ValuationArea,
  key cast(mtart as producttype preserving type ) as ProductType,
  mengu                                           as QuantityUpdateIsActive,
  wertu                                           as ValueUpdateIsActive,
  kzpip                                           as PipelineHndlgIsMand,
  xpizu                                           as PipelineHndlgIsAllowed,
  _ValuationArea,
  _ProductType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T134M"
],
"ASSOCIATED":
[
"I_PRODUCTTYPE_2",
"I_VALUATIONAREA"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/