I_MatlUsageIndicator

DDL: I_MATLUSAGEINDICATOR Type: view_entity BASIC Package: NJIT_MODEL_INBOUNDCALL

JIT Material Usage Indicator

I_MatlUsageIndicator is a Basic CDS View (Dimension) that provides data about "JIT Material Usage Indicator" in SAP S/4HANA. It reads from 1 data source (tvlv) and exposes 2 fields with key field MatlUsageIndicator. It has 1 association to related views. Part of development package NJIT_MODEL_INBOUNDCALL.

Data Sources (1)

SourceAliasJoin Type
tvlv tvlv from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MatlUsageIndicatorText _Text $projection.MatlUsageIndicator = _Text.MatlUsageIndicator

Annotations (17)

NameValueLevelField
AbapCatalog.entityBuffer.definitionAllowed true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.technicalName IMATLUSGIND view
Consumption.ranked true view
EndUserText.label JIT Material Usage Indicator view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey MatlUsageIndicator view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
Search.searchable true view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MatlUsageIndicator abrvw
_Text _Text
@AbapCatalog                            :{ entityBuffer.definitionAllowed   : true,
                                           viewEnhancementCategory          : [#NONE]
                                         }
@AccessControl.authorizationCheck       : #NOT_REQUIRED
@Analytics                              :{ dataCategory                     : #DIMENSION,
                                           internalName                     : #LOCAL,
                                           technicalName                    : 'IMATLUSGIND'
                                         }
@Consumption.ranked                     : true
@EndUserText.label                      : 'JIT Material Usage Indicator'
@Metadata.ignorePropagatedAnnotations   : true
@ObjectModel                            :{ dataCategory                     : #VALUE_HELP,
                                           modelingPattern                  : #ANALYTICAL_DIMENSION,
                                           representativeKey                :'MatlUsageIndicator',
                                           resultSet.sizeCategory           : #XS,
                                           supportedCapabilities            :[ #ANALYTICAL_DIMENSION,
                                                                               #CDS_MODELING_ASSOCIATION_TARGET,
                                                                               #CDS_MODELING_DATA_SOURCE,
                                                                               #SEARCHABLE_ENTITY,
                                                                               #SQL_DATA_SOURCE,
                                                                               #VALUE_HELP_PROVIDER
                                                                             ],
                                           usageType                        :{ dataClass        : #META,
                                                                               sizeCategory     : #S,
                                                                               serviceQuality   : #A
                                                                             }
                                         }
@Search.searchable                      : true
@VDM.viewType                           : #BASIC
define view entity I_MatlUsageIndicator
  as select from tvlv
  association [0..*] to I_MatlUsageIndicatorText as _Text on $projection.MatlUsageIndicator = _Text.MatlUsageIndicator
{
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_Text'
  key abrvw as MatlUsageIndicator,
      _Text
}