I_EngmntProjChangeDocDEX

DDL: I_ENGMNTPROJCHANGEDOCDEX SQL: IENGMNTPRJCHGDOC Type: view COMPOSITE

Change Documents in Engagement Projects

I_EngmntProjChangeDocDEX (Composite)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

R&D Engineering

I_EngmntProjChangeDocDEX is a Composite CDS View (Fact) that provides data about "Change Documents in Engagement Projects" in SAP S/4HANA. It reads from 1 data source (P_EngmntProjChangeDocWthPrj) and exposes 21 fields with key fields ChangeDocObject, ChangeDocObjectClass, ChangeDocument, DatabaseTable, ChangeDocTableKey.

SAP Help Documentation

CategoryCDS Views for Customer and Internal Project Management
Purpose
This CDS view shows change document information for customer and internal projects, and allows you to extract this data for all external consumers who want to extract to SAP Business Warehouse (SAP BW) or other external systems. Changes to the following items are captured: Project header details and personal information associated with predelivered project responsibilities Work package details such as work package dates and work package names Personal information associated with predelivered and custom project responsibilities, and staffing in work packages Resource plans and their distribution, expenses, or period-wise distribution of service units To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .

Prerequisites
To enable an SAP BW/4HANA system to extract data from your SAP S/4HANA Cloud Public Edition system, you need to create a communication user and set up a communication arrangement for that user. For more information, see Extracting Data Through CDS Views to SAP BW/4HANA

Structure
Important Fields Important fields in this view include the following: Field Name Description EngagementProject Project ID of the engagement project. For deleted projects this entry will be blank. WorkPackage Work package ID. This entry will be blank for all items other than resource plans, and also for resource plans that have been deleted. ChangeDocObject Technical name of the change document object ChangeDocObjectClass Object class of the change document object ChangeDocument Unique number to identify the change document ChangeDocItemChangeTypeText The following change types are displayed: Update (U) Insert (I) Delete (D) Field Documentation at Insert (J) Field Documentation at Delete (E) ChangeDocGlobalFieldName Field name of the logged field ChangeTransactionCode Indicates the source of the change, whether UI (app ID), API, or migration. This field is relevant only for changes related to resource plans. CreatedByUser Business or communication user ID UserName Full name of the user CreationDate Date of creation of the change document CreationTime Time of creation of the change document ChangeDocPreviousFieldValue Old content of changed field ChangeDocNewFieldValue New content of changed field ChangeDocPreviousStrFieldValue Old content of the staffing instruction field ChangeDocNewStrFieldValue New content of the staffing instruction field

Data Extraction
Data Extraction Type Delta (change data capture) Corresponding DataSource (Extractor) Note The corresponding DataSource (Extractor) and this CDS view may have different functionalities. For details about the DataSource, see the related documentation on the SAP Help Portal at https://help.sap.com/viewer/p/BI_CONTENT_757 under Use SAP Library BI Content . For more information about data extraction, see Extracting Data Through CDS Views to SAP BW/4HANA .

Constraints
Note the following points: Project ID of the engagement project will be blank for deleted projects. Work package ID will be blank for all items other than resource plans, and also for resource plans that have been deleted. Change transaction code is relevant only for changes related to resource plans. For resource plans created prior to the SAP S/4HANA Cloud Public Edition 2302 release, the work package ID field will not show any value due to a change in the source of work package ID. In such cases the work package ID will be visible only if the resource plan is modified.

View on SAP Help Portal →

SAP API Hub

StateC1
Line of BusinessR&D Engineering
Application ComponentCA-CPD-SS
CapabilitiesData Source for Data Extraction
PackageR&D Engineering for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
P_EngmntProjChangeDocWthPrj P_EngmntProjChangeDocWthPrj from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IENGMNTPRJCHGDOC view
AbapCatalog.preserveKey true view
EndUserText.label Change Documents in Engagement Projects view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #NONE view
VDM.viewType #COMPOSITE view
Analytics.dataCategory #FACT view
Analytics.dataExtraction.enabled true view

Fields (21)

KeyFieldSource TableSource FieldDescription
KEY ChangeDocObject ChangeDocObject Object Value
KEY ChangeDocObjectClass ChangeDocObjectClass Change Doc. Object
KEY ChangeDocument ChangeDocument Change Number of Document
KEY DatabaseTable DatabaseTable Table Name
KEY ChangeDocTableKey ChangeDocTableKey Key of Modified Table Row
KEY ChangeDocDatabaseTableField ChangeDocDatabaseTableField Field Name
KEY ChangeDocItemChangeType ChangeDocItemChangeType Type of Change
ChangeDocItemChangeTypeText ChangeDocItemChangeTypeText Short Text for Fixed Values
DatabaseTableText DatabaseTableText Short Description of Repository Objects
ChangeDocGlobalFieldName ChangeDocGlobalFieldName DD: Field Name Original Spelling
ChangeTransactionCode ChangeTransactionCode Transaction in which a change was made
CreatedByUser CreatedByUser User Name of Person Making Change in Change Document
UserName UserName User who owns item
CreationDate CreationDate Creation Date of Change Document
CreationTime CreationTime Time of Change
ChangeDocPreviousFieldValue ChangeDocPreviousFieldValue Old Content of Changed Field
ChangeDocNewFieldValue ChangeDocNewFieldValue New Content of Changed Field
ChangeDocPreviousStrFieldValue ChangeDocPreviousStrFieldValue
ChangeDocNewStrFieldValue ChangeDocNewStrFieldValue
EngagementProject EngagementProject Engagement Project ID
WorkPackage WorkPackage Work Package ID

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_EngmntProjChangeDocDEX.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IENGMNTPRJCHGDOC

CREATE VIEW I_EngmntProjChangeDocDEX AS
SELECT
  ChangeDocObject,
  ChangeDocObjectClass,
  ChangeDocument,
  DatabaseTable,
  ChangeDocTableKey,
  ChangeDocDatabaseTableField,
  ChangeDocItemChangeType,
  ChangeDocItemChangeTypeText,
  DatabaseTableText,
  ChangeDocGlobalFieldName,
  ChangeTransactionCode,
  CreatedByUser,
  UserName,
  CreationDate,
  CreationTime,
  ChangeDocPreviousFieldValue,
  ChangeDocNewFieldValue,
  ChangeDocPreviousStrFieldValue,
  ChangeDocNewStrFieldValue,
  EngagementProject,
  WorkPackage
FROM P_EngmntProjChangeDocWthPrj
;