I_MatlUsageIndicator
JIT Material Usage Indicator
I_MatlUsageIndicator is a Basic CDS View 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.
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 (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | JIT Material Usage Indicator | view | |
| AbapCatalog.entityBuffer.definitionAllowed | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.technicalName | IMATLUSGIND | view | |
| ObjectModel.representativeKey | MatlUsageIndicator | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| Search.searchable | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MatlUsageIndicator | abrvw | ||
| _Text | _Text |
@EndUserText.label: 'JIT Material Usage Indicator'
@AbapCatalog.entityBuffer.definitionAllowed: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@Analytics.technicalName: 'IMATLUSGIND'
@ObjectModel.representativeKey: 'MatlUsageIndicator'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@Search.searchable: true
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.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@ObjectModel.text.association: '_Text'
key abrvw as MatlUsageIndicator,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TVLV"
],
"ASSOCIATED":
[
"I_MATLUSAGEINDICATORTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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