C_OrglChangeProductTP
Organizational Change Products
C_OrglChangeProductTP is a Consumption CDS View that provides data about "Organizational Change Products" in SAP S/4HANA. It reads from 1 data source (R_OrglChangeProductTP) and exposes 14 fields with key fields OrganizationalChange, Product, Plant. It is exposed through 1 OData service (UI_ORGANIZATIONALCHANGE). Part of development package ODATA_ORGL_CHANGE_MANAGE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_OrglChangeProductTP | R_OrglChangeProductTP | 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 (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OrganizationalChange | OrganizationalChange | ||
| KEY | Product | Product | ||
| KEY | Plant | Plant | ||
| ProductForEdit | ProductForEdit | |||
| PlantForEdit | PlantForEdit | |||
| ProductNameasProductNamelocalized | ||||
| ProductType | _ProductForEdit | ProductType | ||
| ProductGroup | _ProductForEdit | ProductGroup | ||
| PlantName | _PlantForEdit | PlantName | ||
| ControllingArea | ControllingArea | |||
| ProfitCenter | ProfitCenter | |||
| ProfitCenterByOrglChange | ProfitCenterByOrglChange | |||
| LastChangeDateTime | LastChangeDateTime | |||
| LastChangedByUser | LastChangedByUser |
//@EndUserText.label: 'Organizational Change Products'
@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_OrglChangeProductTP
as projection on R_OrglChangeProductTP
{
@ObjectModel.foreignKey.association: '_OrganizationalChange'
key OrganizationalChange,
key Product,
key Plant,
@ObjectModel.editableFieldFor:'Product'
@ObjectModel.text.element: ['ProductName']
ProductForEdit,
@ObjectModel.editableFieldFor:'Plant'
@ObjectModel.text.element: ['PlantName']
PlantForEdit,
@Semantics.text:true
_ProductForEdit._Text.ProductName as ProductName : localized,
@ObjectModel.text.element: ['ProductTypeName']
_ProductForEdit.ProductType,
@Semantics.text:true
_ProductForEdit._ProductTypeName.MaterialTypeName as ProductTypeName : localized,
@ObjectModel.text.element: ['ProductGroupName']
_ProductForEdit.ProductGroup,
@Semantics.text:true
_ProductForEdit._ProductGroupText.MaterialGroupName as ProductGroupName : localized,
@Semantics.text:true
_PlantForEdit.PlantName,
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,
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