I_Matlabcclassification
ABC Indicator for Materials
I_Matlabcclassification is a Basic CDS View (Dimension) that provides data about "ABC Indicator for Materials" in SAP S/4HANA. It reads from 1 data source (tmabc) and exposes 2 fields with key field MaterialABCClassification. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tmabc | tmabc | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_Matlabcclassificationtext | _Text | $projection.MaterialABCClassification = _Text.MaterialABCClassification |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMATABCINDICATOR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | ABC Indicator for Materials | view | |
| Search.searchable | true | view | |
| ObjectModel.representativeKey | MaterialABCClassification | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Consumption.ranked | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaterialABCClassification | maabc | ||
| _Text | _Text |
@AbapCatalog:{
sqlViewName: 'IMATABCINDICATOR',
compiler.compareFilter: true,
preserveKey: true,
buffering:{
status: #ACTIVE,
type: #FULL
}
}
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'ABC Indicator for Materials'
@Search.searchable: true
@ObjectModel:{
representativeKey: 'MaterialABCClassification',
usageType:{
serviceQuality: #A,
sizeCategory : #S,
dataClass: #CUSTOMIZING
},
dataCategory: #VALUE_HELP
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Consumption.ranked: true
define view I_Matlabcclassification
as select from tmabc
association [0..*] to I_Matlabcclassificationtext as _Text on $projection.MaterialABCClassification = _Text.MaterialABCClassification
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key maabc as MaterialABCClassification,
_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