Deprecated
This CDS view is deprecated in S/4HANA. View all deprecated CDS views →

P_RAChgEffctvDateWithDstctKey

DDL: P_RACHGEFFCTVDATEWITHDSTCTKEY Type: view_entity COMPOSITE

P_RAChgEffctvDateWithDstctKey is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (P_RAChgEffctvDateWithReconKey) and exposes 4 fields with key fields PerformanceObligation, RevnAcctgContrChangeEffctvDate.

Data Sources (1)

SourceAliasJoin Type
P_RAChgEffctvDateWithReconKey P_RAChgEffctvDateWithReconKey from

Annotations (4)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.lifecycle.status #DEPRECATED view
VDM.private true view
VDM.viewType #COMPOSITE view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY PerformanceObligation PerformanceObligation Performance Obligation
KEY RevnAcctgContrChangeEffctvDate RevnAcctgContrChangeEffctvDate
MaxRevnAcctgRecnclnKey
RAChangeTypeChangeDateTime RAChangeTypeChangeDateTime

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 P_RAChgEffctvDateWithDstctKey.
-- 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.

CREATE VIEW P_RAChgEffctvDateWithDstctKey AS
SELECT
  PerformanceObligation,
  RevnAcctgContrChangeEffctvDate,
  max(RevnAcctgReconciliationKey) AS MaxRevnAcctgRecnclnKey,
  RAChangeTypeChangeDateTime
FROM P_RAChgEffctvDateWithReconKey
;