I_EntProjectProfileCode

DDL: I_ENTPROJECTPROFILECODE SQL: IENTPOJPROFCODE Type: view COMPOSITE

Project Profile

I_EntProjectProfileCode is a Composite CDS View (Dimension) that provides data about "Project Profile" in SAP S/4HANA. It reads from 1 data source (I_ProjectProfileCode) and exposes 2 fields with key field ProjectProfileCode. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_ProjectProfileCode I_ProjectProfileCode from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_EntProjectProfileCodeText _ProjectProfileCodeText

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName IENTPOJPROFCODE view
EndUserText.label Project Profile view
ObjectModel.representativeKey ProjectProfileCode view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProjectProfileCode ProjectProfileCode
_ProjectProfileCodeText _ProjectProfileCodeText
@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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PROJECTPROFILECODE"
],
"ASSOCIATED":
[
"I_ENTPROJECTPROFILECODETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/