I_SupplierActivityPriorityText

DDL: I_SUPPLIERACTIVITYPRIORITYTEXT SQL: ISUPLRACTYPRIOT Type: view BASIC

Priority of Supplier Activity - Text

I_SupplierActivityPriorityText is a Basic CDS View that provides data about "Priority of Supplier Activity - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields SuplrActyPriority, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[1..1] I_SupplierActivityPriority _SupplierActivityPriority $projection.SuplrActyPriority = _SupplierActivityPriority.SuplrActyPriority

Annotations (13)

NameValueLevelField
EndUserText.label Priority of Supplier Activity - Text view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey SuplrActyPriority view
AbapCatalog.sqlViewName ISUPLRACTYPRIOT view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SuplrActyPriority
KEY Language ddlanguage
SuplrActyPriorityName ddtext
_SupplierActivityPriority _SupplierActivityPriority
_Language _Language
@EndUserText.label: 'Priority of Supplier Activity - Text'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ObjectModel.supportedCapabilities: 
[ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT ]
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AbapCatalog.compiler.compareFilter: true
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass:  #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel.representativeKey: 'SuplrActyPriority'
@AbapCatalog.sqlViewName: 'ISUPLRACTYPRIOT'
define view I_SupplierActivityPriorityText as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
  association [1..1] to I_SupplierActivityPriority as _SupplierActivityPriority on $projection.SuplrActyPriority = _SupplierActivityPriority.SuplrActyPriority
{
  key cast(substring( domvalue_l, 1, 1 ) as /srmsmc/act_priority )  as SuplrActyPriority,

  @Semantics.language
  key ddlanguage as Language,

  @Semantics.text
  ddtext as SuplrActyPriorityName, 
  
  _SupplierActivityPriority, 
  _Language 
}
where domname = '/SRMSMC/ACT_PRIORITY' and as4local = 'A'
     
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SUPPLIERACTIVITYPRIORITY"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/