I_PerformanceObligationRoleTxt
Performance Obligation Role - Text
I_PerformanceObligationRoleTxt is a Basic CDS View that provides data about "Performance Obligation Role - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, PerformanceObligationRole. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_PerformanceObligationRole | _PerfOblgnRole | $projection.PerformanceObligationRole = _PerfOblgnRole.PerformanceObligationRole |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| Analytics.technicalName | IRAPOBROLETXT | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Performance Obligation Role - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | PerformanceObligationRole | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | dd07t | ddlanguage | |
| KEY | PerformanceObligationRole | |||
| PerformanceObligationRoleName | ddtext | |||
| _Language | _Language | |||
| _PerfOblgnRole | _PerfOblgnRole |
@Analytics.technicalName: 'IRAPOBROLETXT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Performance Obligation Role - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {serviceQuality: #D, sizeCategory: #S, dataClass: #META}
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'PerformanceObligationRole'
@VDM.viewType: #BASIC
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view entity I_PerformanceObligationRoleTxt
as select from dd07t
association [1..1] to I_PerformanceObligationRole as _PerfOblgnRole on $projection.PerformanceObligationRole = _PerfOblgnRole.PerformanceObligationRole
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key dd07t.ddlanguage as Language,
@ObjectModel.foreignKey.association: '_PerfOblgnRole'
@ObjectModel.text.element:['PerformanceObligationRoleName']
key cast(dd07t.domvalue_l as farr_cds_pob_role) as PerformanceObligationRole,
@Semantics.text: true
ddtext as PerformanceObligationRoleName,
_Language,
@ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
_PerfOblgnRole
}
where
dd07t.domname = 'FARR_POB_ROLE'
and dd07t.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_PERFORMANCEOBLIGATIONROLE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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