I_SrvcDocDurationUnitText

DDL: I_SRVCDOCDURATIONUNITTEXT Type: view BASIC

Service Transaction Duration Unit - Text

I_SrvcDocDurationUnitText is a Basic CDS View that provides data about "Service Transaction Duration Unit - Text" in SAP S/4HANA. It reads from 1 data source (timecuutt) and exposes 4 fields with key fields SrvcDocDurationUnit, Language, SrvcDocDurationUnitText. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
timecuutt timecuutt from

Associations (1)

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

Annotations (13)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Service Transaction Duration Unit - Text view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISRVDOCDURUNTTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.dataCategory #TEXT view
Metadata.ignorePropagatedAnnotations true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY SrvcDocDurationUnit unit_name
KEY Language langu
KEY SrvcDocDurationUnitText text
_Language _Language
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Service Transaction Duration Unit - Text'
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog: {
  sqlViewName: 'ISRVDOCDURUNTTXT',
  compiler.compareFilter: true,
  preserveKey: true
}
@ObjectModel: {
  usageType: {serviceQuality: #A, sizeCategory: #XXL, dataClass: #TRANSACTIONAL},
  dataCategory: #TEXT
}
@Metadata.ignorePropagatedAnnotations: true

define view I_SrvcDocDurationUnitText
  as select from timecuutt
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{

  key unit_name as SrvcDocDurationUnit,
  @Semantics.language: true
  @ObjectModel.foreignKey.association: '_Language'
  key langu     as Language,
  @Semantics.text:true
  key text      as SrvcDocDurationUnitText,

  //Associations

  _Language

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TIMECUUTT"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/