I_EntProjElmntDlvbrlTypeText
Deliverable Type for Ent Proj Elmnts - Txt
I_EntProjElmntDlvbrlTypeText is a Basic CDS View that provides data about "Deliverable Type for Ent Proj Elmnts - Txt" in SAP S/4HANA. It reads from 2 data sources (cslt, /cpd/c_map_resid) and exposes 5 fields with key fields Language, EntProjElmntDeliverableType. It has 1 association to related views.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| cslt | cslt | from |
| /cpd/c_map_resid | ResourceID | inner |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | EntProjElmntDeliverableType | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Analytics.dataExtraction.enabled | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| EndUserText.label | Deliverable Type for Ent Proj Elmnts - Txt | view |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel:{ representativeKey: 'EntProjElmntDeliverableType',
dataCategory: #TEXT,
usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING},
supportedCapabilities: [#SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #EXTRACTION_DATA_SOURCE]}
@Metadata.ignorePropagatedAnnotations: true
@Analytics.dataExtraction.enabled: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@Search.searchable: true
@EndUserText.label: 'Deliverable Type for Ent Proj Elmnts - Txt'
define view entity I_EntProjElmntDlvbrlTypeText as select from cslt
inner join /cpd/c_map_resid as ResourceID on ResourceID.resource_id = cslt.lstar
association to parent I_EntProjElmntDlvbrlType as _DeliverableType on $projection. EntProjElmntDeliverableType = _DeliverableType.EntProjElmntDeliverableType
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key cslt.spras as Language,
@ObjectModel.foreignKey.association: '_DeliverableType'
@ObjectModel.text.element: ['EntProjElmntDlvbrlTypeText']
key cast ( substring( ResourceID.resource_id, 1, 6 ) as /s4ppm/tv_entprojdlvbrltype preserving type ) as EntProjElmntDeliverableType,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
cslt.ktext as EntProjElmntDlvbrlTypeText,
_DeliverableType,
_Language
} where ResourceID.resource_type_id = '0SRV'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/CPD/C_MAP_RESID",
"CSLT"
],
"ASSOCIATED":
[
"I_ENTPROJELMNTDLVBRLTYPE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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