I_ServiceContractTypeStdVH

DDL: I_SERVICECONTRACTTYPESTDVH SQL: ISERVCONTRTYPEVH Type: view BASIC Package: CRMS4_REPORT

Service Contract Type

I_ServiceContractTypeStdVH is a Basic CDS View 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 ServiceDocumentType. Part of development package CRMS4_REPORT.

Data Sources (1)

SourceAliasJoin Type
I_ServiceDocumentType I_ServiceDocumentType from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName ISERVCONTRTYPEVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey ServiceDocumentType view
VDM.viewType #BASIC view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #CUSTOMIZING view
AccessControl.personalData.blocking #NOT_REQUIRED view
EndUserText.label Service Contract Type view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocumentType ServiceDocumentType
ServiceObjectType ServiceObjectType
_ServiceDocumentTypeText _ServiceDocumentTypeText
_ServiceObjectTypeText _ServiceObjectTypeText
@AbapCatalog.sqlViewName: 'ISERVCONTRTYPEVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'ServiceDocumentType'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType: {serviceQuality: #B, sizeCategory: #XL, dataClass: #CUSTOMIZING }
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER]
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'Service Contract Type'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@Consumption.ranked:true

define view I_ServiceContractTypeStdVH
  as select from I_ServiceDocumentType
{

      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
  key ServiceDocumentType,

      @Search.defaultSearchElement: true  
      @Search.ranking: #LOW
      ServiceObjectType,

      _ServiceDocumentTypeText,
      _ServiceObjectTypeText
}
where
  ServiceObjectType = 'BUS2000112'