I_EntProjectProfileCode
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)
| Source | Alias | Join Type |
|---|---|---|
| I_ProjectProfileCode | I_ProjectProfileCode | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_EntProjectProfileCodeText | _ProjectProfileCodeText | |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA