I_CustMgmtPriorityText

DDL: I_CUSTMGMTPRIORITYTEXT SQL: ICMGMTPRIOTEXT Type: view BASIC

Customer Management Priority Text

I_CustMgmtPriorityText is a Basic CDS View that provides data about "Customer Management Priority Text" in SAP S/4HANA. It reads from 1 data source (scpriot) and exposes 5 fields with key fields ServiceDocumentPriority, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
scpriot scpriot from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_CustMgmtPriority _CustMgmtPriority $projection.ServiceDocumentPriority = _CustMgmtPriority.ServiceDocumentPriority
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ICMGMTPRIOTEXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Customer Management Priority Text view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey ServiceDocumentPriority view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocumentPriority priority
KEY Language langu
ServiceDocumentPriorityName txt_long
_CustMgmtPriority _CustMgmtPriority
_Language _Language
@AbapCatalog.sqlViewName: 'ICMGMTPRIOTEXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Customer Management Priority Text'
@AbapCatalog.preserveKey: true

@VDM.viewType: #BASIC

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'ServiceDocumentPriority'

@Metadata.ignorePropagatedAnnotations: true

define view I_CustMgmtPriorityText
  as select from scpriot
  association [1..1] to I_CustMgmtPriority as _CustMgmtPriority on $projection.ServiceDocumentPriority = _CustMgmtPriority.ServiceDocumentPriority
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_CustMgmtPriority'
  key priority         as ServiceDocumentPriority,
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key langu            as Language,
      @Semantics.text: true
      txt_long         as ServiceDocumentPriorityName,

      _CustMgmtPriority,
      _Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SCPRIOT"
],
"ASSOCIATED":
[
"I_CUSTMGMTPRIORITY",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/