I_SrcgProjMilestoneStatusText

DDL: I_SRCGPROJMILESTONESTATUSTEXT Type: view_entity BASIC Package: VDM_MM_PUR_SRCGPROJ

Status of Srcg Project Milestone - Text

I_SrcgProjMilestoneStatusText is a Basic CDS View that provides data about "Status of Srcg Project Milestone - Text" in SAP S/4HANA. It reads from 1 data source (mmspmlstnstst) and exposes 5 fields with key fields SourcingProjectMilestoneStatus, Language. It has 1 association to related views. Part of development package VDM_MM_PUR_SRCGPROJ.

Data Sources (1)

SourceAliasJoin Type
mmspmlstnstst mmspmlstnstst from

Associations (1)

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

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.entityBuffer.definitionAllowed true view
Analytics.technicalName ISPMLSTNSTSTEXT view
ObjectModel.representativeKey SourcingProjectMilestoneStatus view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
VDM.viewType #BASIC view
EndUserText.label Status of Srcg Project Milestone - Text view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SourcingProjectMilestoneStatus milestonestatus
KEY Language spras
SrcgProjMilestoneStatusText milestonestatustext
_SrcgProjMilestoneStatus _SrcgProjMilestoneStatus
_Language _Language
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@AbapCatalog.entityBuffer.definitionAllowed: true

@Analytics.technicalName: 'ISPMLSTNSTSTEXT'     

@ObjectModel:{
    representativeKey: 'SourcingProjectMilestoneStatus',
    usageType:{
        dataClass: #CUSTOMIZING,
        serviceQuality: #A,
        sizeCategory: #S
        },
    dataCategory: #TEXT,
    supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE,#CDS_MODELING_ASSOCIATION_TARGET],
    modelingPattern: #LANGUAGE_DEPENDENT_TEXT
    }

@VDM.viewType: #BASIC

@EndUserText.label: 'Status of Srcg Project Milestone - Text'
define view entity I_SrcgProjMilestoneStatusText
  as select from mmspmlstnstst
  association        to parent I_SrcgProjMilestoneStatus as _SrcgProjMilestoneStatus on $projection.SourcingProjectMilestoneStatus = _SrcgProjMilestoneStatus.SourcingProjectMilestoneStatus
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_SrcgProjMilestoneStatus'
      @ObjectModel.text.element: ['SrcgProjMilestoneStatusText']
  key milestonestatus     as SourcingProjectMilestoneStatus,
      @Semantics.language
  key spras               as Language,
      @Semantics.text: true
      milestonestatustext as SrcgProjMilestoneStatusText,

      _SrcgProjMilestoneStatus,
      _Language
}