C_MatlConsumptionIndValHelp

DDL: C_MATLCONSUMPTIONINDVALHELP Type: view_entity CONSUMPTION Package: ODATA_PP_DD_STLM

Consumption Indicator Value Help

C_MatlConsumptionIndValHelp is a Consumption CDS View that provides data about "Consumption Indicator Value Help" in SAP S/4HANA. Part of development package ODATA_PP_DD_STLM.

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
EndUserText.label Consumption Indicator Value Help view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ConsumptionCode _MatlConsumptionIndValHelp ConsumptionCode
ConsumptionDescription _MatlConsumptionIndValHelp ConsumptionDescription
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MIXED
@EndUserText.label: 'Consumption Indicator Value Help'
@ObjectModel.resultSet: {
    sizeCategory: #XS
} 
define view entity C_MatlConsumptionIndValHelp as select distinct from I_ConsumptionText as _MatlConsumptionIndValHelp{
   
   @ObjectModel.text.element:  [ 'ConsumptionDescription' ]
   
    
    key _MatlConsumptionIndValHelp.ConsumptionCode,
    @Semantics.text: true   
    _MatlConsumptionIndValHelp.ConsumptionDescription
    
    
}
where  _MatlConsumptionIndValHelp.Language = $session.system_language