C_OrglChangeFixedAssetTP

DDL: C_ORGLCHANGEFIXEDASSETTP Type: view_entity CONSUMPTION

C_OrglChangeFixedAssetTP is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (R_OrglChangeFixedAssetTP) and exposes 19 fields with key fields OrganizationalChange, CompanyCode, MasterFixedAsset, FixedAsset. It is exposed through 1 OData service (UI_ORGANIZATIONALCHANGE).

Data Sources (1)

SourceAliasJoin Type
R_OrglChangeFixedAssetTP R_OrglChangeFixedAssetTP projection

Annotations (7)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
UI_ORGANIZATIONALCHANGE UI_ORGANIZATIONALCHANGE_O2 V2 C1 NOT_TO_BE_RELEASED_STABLE

Fields (19)

KeyFieldSource TableSource FieldDescription
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
AssetSerialNumber _FixedAssetForEdit AssetSerialNumber
Inventory _FixedAssetForEdit Inventory
LastChangeDateTime LastChangeDateTime
LastChangedByUser LastChangedByUser
@AccessControl.authorizationCheck:       #CHECK
@VDM.viewType:                           #CONSUMPTION
@VDM.usage.type:                         [#TRANSACTIONAL_PROCESSING_SERVICE]

@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,
              @ObjectModel.text.element: ['CompanyCodeName']
  key         CompanyCode,
              
  key         MasterFixedAsset,
      
  key         FixedAsset,
              @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,


              _FixedAssetForEdit.BaseUnit                            as BaseUnit,

              _FixedAssetForEdit.AssetClass                          as AssetClass,
              _FixedAssetForEdit.AssetSerialNumber                   as AssetSerialNumber,
              _FixedAssetForEdit.Inventory                           as Inventory,


              LastChangeDateTime,

              LastChangedByUser,


              _OrganizationalChange : redirected to parent C_OrganizationalChangeTP


}