I_ServiceContractType

DDL: I_SERVICECONTRACTTYPE SQL: ISERVCONTRTYPE Type: view COMPOSITE Package: CRMS4_ANALYTICS_SERVICE_CONTR

Service Contract Type

I_ServiceContractType is a Composite CDS View (Dimension) that provides data about "Service Contract Type" in SAP S/4HANA. It reads from 1 data source (I_ServiceDocumentType) and exposes 4 fields with key field ServiceContractType. Part of development package CRMS4_ANALYTICS_SERVICE_CONTR.

Data Sources (1)

SourceAliasJoin Type
I_ServiceDocumentType I_ServiceDocumentType from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName ISERVCONTRTYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
Analytics.dataCategory #DIMENSION view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey ServiceContractType view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
EndUserText.label Service Contract Type view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ServiceContractType ServiceDocumentType
ServiceObjectType ServiceObjectType
_ServiceDocumentTypeText _ServiceDocumentTypeText
_ServiceObjectTypeText _ServiceObjectTypeText
@AbapCatalog.sqlViewName: 'ISERVCONTRTYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@Analytics: { dataCategory: #DIMENSION }

@VDM: {
  viewType: #COMPOSITE,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Analytics.internalName:#LOCAL 
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.representativeKey: 'ServiceContractType'
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ]
@Metadata.ignorePropagatedAnnotations: true

@Search.searchable
@Metadata.allowExtensions:true
@EndUserText.label: 'Service Contract Type'
define view I_ServiceContractType 
   as select from I_ServiceDocumentType 
   {
      @Search: {
        defaultSearchElement: true,
        fuzzinessThreshold: 0.8,
        ranking: #HIGH
      }
      @ObjectModel.text.association: '_ServiceDocumentTypeText'
  key ServiceDocumentType as ServiceContractType,
      @ObjectModel.text.association: '_ServiceObjectTypeText'
      ServiceObjectType,
      _ServiceDocumentTypeText,
      _ServiceObjectTypeText
}
where ServiceObjectType = 'BUS2000112'