I_SrvcPartsUseUpStr

DDL: I_SRVCPARTSUSEUPSTR SQL: ISRVCPUSEUPST Type: view BASIC

Service Parts Subst. Useup Strategy

I_SrvcPartsUseUpStr is a Basic CDS View (Dimension) that provides data about "Service Parts Subst. Useup Strategy" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field SrvcPartsUseUpStrgy. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SrvcPartsUseUpStrText _Text

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName ISRVCPUSEUPST view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey SrvcPartsUseUpStrgy view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
Search.searchable true view
EndUserText.label Service Parts Subst. Useup Strategy view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SrvcPartsUseUpStrgy
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName:              'ISRVCPUSEUPST'
@AbapCatalog.compiler.compareFilter:   true
@AbapCatalog.preserveKey:              true
@AccessControl.authorizationCheck:     #NOT_REQUIRED
@ClientHandling.algorithm:             #SESSION_VARIABLE
@Analytics.dataCategory:               #DIMENSION
@Analytics.internalName:               #LOCAL
@ObjectModel.dataCategory:             #VALUE_HELP
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.representativeKey:        'SrvcPartsUseUpStrgy'
@ObjectModel.usageType.dataClass:      #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory:   #S
@ObjectModel.resultSet.sizeCategory:   #XS

@VDM: {
  lifecycle: {
    contract.type: #PUBLIC_LOCAL_API
  },
  viewType: #BASIC
}
@Search.searchable: true
@EndUserText.label: 'Service Parts Subst. Useup Strategy'
/*+[hideWarning] { "IDS" : [ "KEY_CHECK", "CALCULATED_FIELD_CHECK" ]  } */
define root view I_SrvcPartsUseUpStr
as select from dd07l 
  composition [0..*] of I_SrvcPartsUseUpStrText as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast ( dd07l.domvalue_l  as /scmb/mdl_useupflg ) as SrvcPartsUseUpStrgy,
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l as DomainValue,
      /* Associations */
      _Text
}
where
      dd07l.domname  = '/SCMB/MDL_USEUPFLG'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_SRVCPARTSUSEUPSTRTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/