I_EntProjElmntDlvbrlTypeText

DDL: I_ENTPROJELMNTDLVBRLTYPETEXT Type: view_entity BASIC

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)

SourceAliasJoin Type
cslt cslt from
/cpd/c_map_resid ResourceID inner

Associations (1)

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

Annotations (12)

NameValueLevelField
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

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language cslt spras
KEY EntProjElmntDeliverableType
EntProjElmntDlvbrlTypeText cslt ktext
_DeliverableType _DeliverableType
_Language _Language
@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":""
}
}*/