I_SrvcDocDurationUnitText
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. Part of development package CRMS4_REPORT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| timecuutt | timecuutt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA