I_ENTPROJECTPROFILECODE
Project Profile
I_ENTPROJECTPROFILECODE is a CDS View in S/4HANA. Project Profile. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_EntProjectProfileCode | view_entity | projection | COMPOSITE | Project Profile |
@AbapCatalog.sqlViewName: 'IENTPOJPROFCODE'
@EndUserText.label: 'Project Profile'
// @OData.entityType.name: 'EnterpriseProjectProfileCode_Type'
@ObjectModel.representativeKey: 'ProjectProfileCode'
@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.resultSet.sizeCategory: #XS
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #COMPOSITE
define root view I_EntProjectProfileCode
as select from I_ProjectProfileCode
composition [0..*] of I_EntProjectProfileCodeText as _ProjectProfileCodeText
{
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@ObjectModel.text.association: '_ProjectProfileCodeText'
key ProjectProfileCode as ProjectProfileCode,
_ProjectProfileCodeText
}