I_Matlabcclassificationtext
ABC INDICATOR TEXT
I_Matlabcclassificationtext is a Basic CDS View that provides data about "ABC INDICATOR TEXT" in SAP S/4HANA. It reads from 1 data source (tmabct) and exposes 3 fields with key fields MaterialABCClassification, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tmabct | tmabct | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IABCINDICTRTXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | ABC INDICATOR TEXT | view | |
| Search.searchable | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.representativeKey | MaterialABCClassification | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaterialABCClassification | maabc | ||
| KEY | Language | tmabct | spras | |
| MaterialABCClassificationDesc |
@AbapCatalog:{
sqlViewName: 'IABCINDICTRTXT',
compiler.compareFilter: true,
preserveKey: true,
buffering:{
status: #ACTIVE,
type: #FULL
}
}
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'ABC INDICATOR TEXT'
@Search.searchable: true
@ObjectModel:{
dataCategory: #TEXT,
usageType:{
serviceQuality: #A,
sizeCategory : #S,
dataClass: #CUSTOMIZING
},
representativeKey: 'MaterialABCClassification'
}
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_Matlabcclassificationtext
as select from tmabct
{
key maabc as MaterialABCClassification,
@Semantics.language: true
key tmabct.spras as Language,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
cast( tmabc as consumptionvaluecategorytext preserving type ) as MaterialABCClassificationDesc
}
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