I_ServiceDocumentPriority

DDL: I_SERVICEDOCUMENTPRIORITY Type: view BASIC

Service Transaction Priority

I_ServiceDocumentPriority is a Basic CDS View (Dimension) that provides data about "Service Transaction Priority" in SAP S/4HANA. It reads from 1 data source (scprio) and exposes 2 fields with key field ServiceDocumentPriority. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
scprio scprio from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ServiceDocumentPriorityText _ServiceDocumentPriorityText $projection.ServiceDocumentPriority = _ServiceDocumentPriorityText.ServiceDocumentPriority

Annotations (18)

NameValueLevelField
EndUserText.label Service Transaction Priority view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ISERVDOCPRIO view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey ServiceDocumentPriority view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
Analytics.dataCategory #DIMENSION view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
ObjectModel.sapObjectNodeType.name ServiceDocumentPriority view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocumentPriority priority
_ServiceDocumentPriorityText _ServiceDocumentPriorityText
@EndUserText.label: 'Service Transaction Priority'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: {
  sqlViewName: 'ISERVDOCPRIO',
  compiler.compareFilter: true,
  preserveKey: true
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel: {
   representativeKey: 'ServiceDocumentPriority',
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #A,
     sizeCategory:   #S
   },
   dataCategory:#VALUE_HELP,
   supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #VALUE_HELP_PROVIDER],
   resultSet.sizeCategory:#XS
}
@Analytics.dataCategory: #DIMENSION
//@Metadata.allowExtensions:true

@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true

//! Code list for the Service Transaction Priority

@ObjectModel.sapObjectNodeType.name: 'ServiceDocumentPriority'
    
define view I_ServiceDocumentPriority
  as select from scprio
  association [0..*] to I_ServiceDocumentPriorityText as _ServiceDocumentPriorityText on $projection.ServiceDocumentPriority = _ServiceDocumentPriorityText.ServiceDocumentPriority
{

      @ObjectModel.text.association: '_ServiceDocumentPriorityText'
      @Search.defaultSearchElement: true
  key priority as ServiceDocumentPriority,

      _ServiceDocumentPriorityText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SCPRIO"
],
"ASSOCIATED":
[
"I_SERVICEDOCUMENTPRIORITYTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/