I_SrvcPartsRepType

DDL: I_SRVCPARTSREPTYPE SQL: ISRVCPREPTYPE Type: view BASIC

Service Parts Subst Replacement Type

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SrvcPartsRepTypeText _Text

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName ISRVCPREPTYPE 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 SrvcPartsSubstnReplacementCode 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
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
EndUserText.label Service Parts Subst Replacement Type view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SrvcPartsSubstnReplacementCode
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName:              'ISRVCPREPTYPE'
@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:        'SrvcPartsSubstnReplacementCode'
@ObjectModel.resultSet.sizeCategory:   #XS
@ObjectModel.usageType.dataClass:      #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory:   #S
@Search.searchable: true
@VDM: {
  lifecycle: {
    contract.type: #PUBLIC_LOCAL_API
  },
  viewType: #BASIC
}
@EndUserText.label: 'Service Parts Subst Replacement Type'
/*+[hideWarning] { "IDS" : [ "KEY_CHECK", "CALCULATED_FIELD_CHECK" ]  } */
define root view I_SrvcPartsRepType
as select from dd07l 
  composition [0..*] of I_SrvcPartsRepTypeText as _Text
{
@ObjectModel.text.association: '_Text'
  key cast ( dd07l.domvalue_l  as /scmb/prodsub_reptype  ) as SrvcPartsSubstnReplacementCode,
        @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l as DomainValue,

      /* Associations */
      _Text
}
where
      dd07l.domname  = '/SCMB/PRODSUB_REPTYPE'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_SRVCPARTSREPTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/