I_ENTERPRISEPROJECTTYPE

CDS View

Internal Project Type

I_ENTERPRISEPROJECTTYPE is a CDS View in S/4HANA. Internal Project Type. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_EnterpriseProjectType view_entity projection BASIC Internal Project Type
@AbapCatalog.sqlViewName: 'IENTPRTYPE'
@EndUserText.label: 'Internal Project Type'
@ObjectModel.representativeKey: 'EntProjectTypeInternal'

@ObjectModel.resultSet.sizeCategory: #XS
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC

define root view I_EnterpriseProjectType 
    as select from dpr_pro_type
    composition [0..*] of I_EnterpriseProjectTypeText as _EntProjectTypeText
{
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_EntProjectTypeText'
   key dpr_pro_type.pro_type      as EntProjectTypeInternal,
       dpr_pro_type.repl_allowed  as AccountingIntegrationCode,
       dpr_pro_type.pro_category  as ProjectCategory,     
       dpr_pro_type.profidproj    as ProjectProfileCode, 
      _EntProjectTypeText
}