C_OrglChangeFixedAssetTP
Organizational Change Fixed Assets
C_OrglChangeFixedAssetTP is a Consumption CDS View that provides data about "Organizational Change Fixed Assets" in SAP S/4HANA. It reads from 1 data source (R_OrglChangeFixedAssetTP) and exposes 20 fields with key fields OrganizationalChange, CompanyCode, MasterFixedAsset, FixedAsset. 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_OrglChangeFixedAssetTP | R_OrglChangeFixedAssetTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | I_OrglChangeFixedAssetTP | 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 (20)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OrganizationalChange | OrganizationalChange | ||
| KEY | CompanyCode | CompanyCode | ||
| KEY | MasterFixedAsset | MasterFixedAsset | ||
| KEY | FixedAsset | FixedAsset | ||
| CompanyCodeForEdit | CompanyCodeForEdit | |||
| MasterFixedAssetForEdit | MasterFixedAssetForEdit | |||
| FixedAssetForEdit | FixedAssetForEdit | |||
| FixedAssetDescription | _FixedAssetForEdit | FixedAssetDescription | ||
| MasterFixedAssetDescription | _MasterFixedAsset | MasterFixedAssetDescription | ||
| CompanyCodeName | _CompanyCodeForEdit | CompanyCodeName | ||
| ControllingArea | ControllingArea | |||
| ProfitCenter | ProfitCenter | |||
| ProfitCenterByOrglChange | ProfitCenterByOrglChange | |||
| BaseUnit | _FixedAssetForEdit | BaseUnit | ||
| AssetClass | _FixedAssetForEdit | AssetClass | ||
| AssetClassNameasAssetClassNamelocalized | ||||
| AssetSerialNumber | _FixedAssetForEdit | AssetSerialNumber | ||
| Inventory | _FixedAssetForEdit | Inventory | ||
| LastChangeDateTime | LastChangeDateTime | |||
| LastChangedByUser | LastChangedByUser |
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'I_OrglChangeFixedAssetTP'
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED
//------------------------------------------------------------------
define view entity C_OrglChangeFixedAssetTP
as projection on R_OrglChangeFixedAssetTP
{
@ObjectModel.foreignKey.association: '_OrganizationalChange'
key OrganizationalChange,
key CompanyCode,
key MasterFixedAsset,
key FixedAsset,
@ObjectModel.text.element: ['CompanyCodeName']
@ObjectModel.editableFieldFor:'CompanyCode'
CompanyCodeForEdit,
@ObjectModel.editableFieldFor:'MasterFixedAsset'
@ObjectModel.text.element: ['MasterFixedAssetDescription']
MasterFixedAssetForEdit,
@ObjectModel.editableFieldFor:'FixedAssetForEdit'
@ObjectModel.text.element: ['FixedAssetDescription']
FixedAssetForEdit,
@Semantics.text:true
_FixedAssetForEdit.FixedAssetDescription as FixedAssetDescription,
@Semantics.text:true
_MasterFixedAsset.MasterFixedAssetDescription as MasterFixedAssetDescription,
@Semantics.text:true
_CompanyCodeForEdit.CompanyCodeName as CompanyCodeName,
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: ['UnitOfMeasureName']
_FixedAssetForEdit.BaseUnit as BaseUnit,
@Semantics.text:true
_FixedAssetForEdit._UnitOfMeasure._Text.UnitOfMeasureName as UnitOfMeasureName : localized,
@ObjectModel.text.element: ['AssetClassName']
_FixedAssetForEdit.AssetClass as AssetClass,
@Semantics.text:true
_FixedAssetForEdit._AssetClass._Text.AssetClassName as AssetClassName : localized,
_FixedAssetForEdit.AssetSerialNumber as AssetSerialNumber,
_FixedAssetForEdit.Inventory as Inventory,
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