C_OrglChangeProjectTP
C_OrglChangeProjectTP is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (R_OrglChangeProjectTP) and exposes 12 fields with key fields OrganizationalChange, ProjectInternalID. It is exposed through 1 OData service (UI_ORGANIZATIONALCHANGE).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_OrglChangeProjectTP | R_OrglChangeProjectTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_ORGANIZATIONALCHANGE | UI_ORGANIZATIONALCHANGE_O2 | V2 | C1 | NOT_TO_BE_RELEASED_STABLE |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OrganizationalChange | OrganizationalChange | ||
| KEY | ProjectInternalID | ProjectInternalID | ||
| ProjectDescription | _Project | ProjectDescription | ||
| ProjectExternalID | ProjectExternalID | |||
| ControllingArea | ControllingArea | |||
| ProfitCenter | ProfitCenter | |||
| ProfitCenterByOrglChange | ProfitCenterByOrglChange | |||
| CompanyCode | _Project | CompanyCode | ||
| CompanyCodeName | ||||
| ProjectProfileCode | _Project | ProjectProfileCode | ||
| LastChangeDateTime | LastChangeDateTime | |||
| LastChangedByUser | LastChangedByUser |
//@EndUserText.label: 'Organizational Change Projects'
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true
//@Search.searchable: true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED
//------------------------------------------------------------------
define view entity C_OrglChangeProjectTP
as projection on R_OrglChangeProjectTP
{
@ObjectModel.foreignKey.association: '_OrganizationalChange'
key OrganizationalChange,
key ProjectInternalID,
@Semantics.text:true
_Project.ProjectDescription as ProjectDescription,
@ObjectModel.text.element: ['ProjectDescription']
ProjectExternalID,
@UI.hidden: true
ControllingArea,
@ObjectModel.text.element: ['ProfitCenterBfrOrglChangeName']
ProfitCenter,
@Semantics.text:true
_ProfitCenterBfrOrglChangeText.ProfitCenterName as ProfitCenterBfrOrglChangeName : localized,
@ObjectModel.text.element: ['ProfitCenterByOrglChangeName']
ProfitCenterByOrglChange,
@Semantics.text:true
_ProfitCenterByOrglChangeText.ProfitCenterName as ProfitCenterByOrglChangeName : localized,
@ObjectModel.text.element: ['CompanyCodeName']
_Project.CompanyCode,
@Semantics.text:true
_Project._CompanyCode.CompanyCodeName as CompanyCodeName,
@ObjectModel.text.element: ['ProjectProfileCodeText']
_Project.ProjectProfileCode as ProjectProfileCode,
@Semantics.text:true
_Project._ProjectProfileCode._Text.ProjectProfileCodeText as ProjectProfileCodeText : localized,
LastChangeDateTime,
LastChangedByUser,
_OrganizationalChange : redirected to parent C_OrganizationalChangeTP
}
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