I_SLCMgmtABCClassification
ABC Classification
I_SLCMgmtABCClassification is a Basic CDS View that provides data about "ABC Classification" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field SupplierABCClassificationCode. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_SLCMgmtABCClassificationText | _SLCMgmtABCClassificationText | $projection.SupplierABCClassificationCode = _SLCMgmtABCClassificationText.SupplierABCClassificationCode |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | ABC Classification | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | SupplierABCClassificationCode | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | ISLCSABCCLA | view | |
| AbapCatalog.compiler.compareFilter | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SupplierABCClassificationCode | |||
| _SLCMgmtABCClassificationText | _SLCMgmtABCClassificationText |
@EndUserText.label: 'ABC Classification'
@VDM.viewType: #BASIC
@ObjectModel.supportedCapabilities:
[ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
usageType: {
dataClass: #META,
serviceQuality: #A,
sizeCategory: #S
},
representativeKey: 'SupplierABCClassificationCode',
resultSet.sizeCategory: #XS
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: {
sqlViewName: 'ISLCSABCCLA',
compiler.compareFilter: true
}
define view I_SLCMgmtABCClassification
as select from dd07l
association [0..*] to I_SLCMgmtABCClassificationText as _SLCMgmtABCClassificationText on $projection.SupplierABCClassificationCode = _SLCMgmtABCClassificationText.SupplierABCClassificationCode
{
@ObjectModel.text.association: '_SLCMgmtABCClassificationText'
key cast(substring( domvalue_l, 1, 1 ) as /srmsmc/abc_classification preserving type ) as SupplierABCClassificationCode,
_SLCMgmtABCClassificationText
}
where
domname = '/SRMSMC/ABC_CLASSIFICATION'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_SLCMGMTABCCLASSIFICATIONTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"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