I_SDMassChgCkptEntityLevel

DDL: I_SDMASSCHGCKPTENTITYLEVEL Type: view BASIC

Mass Change of Sales Doc Entity Level

I_SDMassChgCkptEntityLevel is a Basic CDS View (Dimension) that provides data about "Mass Change of Sales Doc Entity Level" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field SlsDocMassChgEntityLevel. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SDMassChgCkptEntityLevelTxt _Text $projection.SlsDocMassChgEntityLevel = _Text.SlsDocMassChgEntityLevel

Annotations (20)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ISDMCCENTLVL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
EndUserText.label Mass Change of Sales Doc Entity Level view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.compositionRoot true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
ObjectModel.representativeKey SlsDocMassChgEntityLevel view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SlsDocMassChgEntityLevel
DomainValue dd07l domvalue_l
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog:{
  sqlViewName: 'ISDMCCENTLVL',
  compiler.compareFilter: true,
  preserveKey: true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@EndUserText.label: 'Mass Change of Sales Doc Entity Level'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel:{
  compositionRoot: true,
  dataCategory: #VALUE_HELP,
  modelingPattern: #VALUE_HELP_PROVIDER,
  representativeKey: 'SlsDocMassChgEntityLevel',
  resultSet.sizeCategory: #XS,
  usageType:{
    dataClass: #META,
    serviceQuality: #A,
    sizeCategory: #S
  },
  supportedCapabilities: [#ANALYTICAL_DIMENSION,
                          #CDS_MODELING_ASSOCIATION_TARGET,
                          #CDS_MODELING_DATA_SOURCE,
                          #SEARCHABLE_ENTITY,
                          #SQL_DATA_SOURCE,
                          #VALUE_HELP_PROVIDER]
}
@Search.searchable: true

define view I_SDMassChgCkptEntityLevel
  as select from dd07l
  association [0..*] to I_SDMassChgCkptEntityLevelTxt as _Text on $projection.SlsDocMassChgEntityLevel = _Text.SlsDocMassChgEntityLevel
{
      @ObjectModel.text.association: '_Text'
  key cast(SUBSTRING(dd07l.domvalue_l, 1, 1) as sd_mcc_entity_level preserving type) as SlsDocMassChgEntityLevel,

      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      dd07l.domvalue_l                                                                as DomainValue,

      //Associations

     _Text
}
where
  (
    dd07l.domname  = 'SD_MCC_ENTITY_LEVEL'
  )
  and(
    dd07l.as4local = 'A'
  )
  and(
    as4vers        = '0000'
  );
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_SDMASSCHGCKPTENTITYLEVELTXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/