I_EAMOverallStatusProfile

DDL: I_EAMOVERALLSTATUSPROFILE Type: view_entity BASIC Package: EAM_OVRL_STS

Profile for Overall Status

I_EAMOverallStatusProfile is a Basic CDS View that provides data about "Profile for Overall Status" in SAP S/4HANA. It reads from 1 data source (eam_ostprof) and exposes 2 fields with key field EAMOverallStatusProfile. It has 1 association to related views. Part of development package EAM_OVRL_STS.

Data Sources (1)

SourceAliasJoin Type
eam_ostprof eam_ostprof from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_EAMOverallStatusProfileText _Text _Text.EAMOverallStatusProfile = $projection.EAMOverallStatusProfile

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Profile for Overall Status view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.representativeKey EAMOverallStatusProfile view
Analytics.technicalName IEAMOSTPROF view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY EAMOverallStatusProfile overall_status_profile
_Text _Text
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Profile for Overall Status'
@VDM.viewType: #BASIC
@ObjectModel: {
   usageType.serviceQuality: #A,
   usageType.sizeCategory: #S,
   usageType.dataClass: #CUSTOMIZING,
   semanticKey:  [ 'EAMOverallStatusProfile' ],
   representativeKey: 'EAMOverallStatusProfile' 
}
@Analytics.technicalName: 'IEAMOSTPROF'
@Search.searchable: true

define view entity I_EAMOverallStatusProfile
  as select from eam_ostprof
  association [0..*] to I_EAMOverallStatusProfileText as _Text on _Text.EAMOverallStatusProfile = $projection.EAMOverallStatusProfile
{
      @Search: { defaultSearchElement: true, ranking: #HIGH }
      @ObjectModel.text.association: '_Text'
  key overall_status_profile as EAMOverallStatusProfile,

      _Text
}