I_MatlUsageIndicator
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)
| Source | Alias | Join Type |
|---|---|---|
| tvlv | tvlv | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MatlUsageIndicatorText | _Text | $projection.MatlUsageIndicator = _Text.MatlUsageIndicator |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA