I_SLCMgmtABCClassification

DDL: I_SLCMGMTABCCLASSIFICATION Type: view BASIC

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)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SLCMgmtABCClassificationText _SLCMgmtABCClassificationText $projection.SupplierABCClassificationCode = _SLCMgmtABCClassificationText.SupplierABCClassificationCode

Annotations (13)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/