I_MaterialLedgerPriceType

DDL: I_MATERIALLEDGERPRICETYPE Type: view_entity BASIC

ML Price type

I_MaterialLedgerPriceType is a Basic CDS View that provides data about "ML Price type" in SAP S/4HANA. It reads from 1 data source (fmlts_pricetype) and exposes 6 fields with key field MaterialPriceType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
fmlts_pricetype fmlts_pricetype from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MaterialLedgerPriceTypeText _Text

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label ML Price type view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.representativeKey MaterialPriceType view
VDM.viewType #BASIC view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY MaterialPriceType price_type
MaterialPriceProcedure procedure_code
MaterialPriceValidityType validity_range
MaterialPriceHasHistory has_history
ManualChangeIsAllowed allows_manual_changes
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'ML Price type'
@ObjectModel.usageType:{
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #MASTER
}
@ObjectModel.representativeKey: 'MaterialPriceType'
@VDM.viewType: #BASIC
define root view entity I_MaterialLedgerPriceType
  as select from fmlts_pricetype
  composition [0..*] of I_MaterialLedgerPriceTypeText as _Text
{
      @ObjectModel.text.association: '_Text'
  key price_type            as MaterialPriceType,
      procedure_code        as MaterialPriceProcedure,
      validity_range        as MaterialPriceValidityType,
      has_history           as MaterialPriceHasHistory,
      allows_manual_changes as ManualChangeIsAllowed,

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