A_ChgRecdRateRtgTskList

DDL: A_CHGRECDRATERTGTSKLIST Type: view_entity COMPOSITE Package: VDM_PLMB_CR_O

Rate Rtg Task List assign to Chg Recd

A_ChgRecdRateRtgTskList is a Composite CDS View that provides data about "Rate Rtg Task List assign to Chg Recd" in SAP S/4HANA. It reads from 1 data source (I_ChgRecdRateRtgTskListTP_2) and exposes 13 fields with key field ChangeRecordReferenceUUID. Part of development package VDM_PLMB_CR_O.

Data Sources (1)

SourceAliasJoin Type
I_ChgRecdRateRtgTskListTP_2 I_ChgRecdRateRtgTskListTP_2 from

Annotations (9)

NameValueLevelField
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Feature BF:API_FULLSCOPE view
EndUserText.label Rate Rtg Task List assign to Chg Recd view

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY ChangeRecordReferenceUUID ChangeRecordReferenceUUID UUID
ChangeRecord ChangeRecord Char20
ChangeRecordUUID ChangeRecordUUID NodeID
ChangeRecordReferenceType ChangeRecordReferenceType Object Type
RateRtgTskListGroup RateRtgTskListGroup
RateRtgTskList RateRtgTskList
ChangeRecordItemRelevance ChangeRecordItemRelevance Relevance
ChangeRecordItemProcgStatus ChangeRecordItemProcgStatus Processing Status
CreatedByUser CreatedByUser User Name
CreationDateTime CreationDateTime Timestamp
LastChangedByUser LastChangedByUser User Name
LastChangeDateTime LastChangeDateTime Timestamp
_ChangeRecord _ChangeRecord

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 A_ChgRecdRateRtgTskList.
-- 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 A_ChgRecdRateRtgTskList AS
SELECT
  ChangeRecordReferenceUUID,
  ChangeRecord,
  ChangeRecordUUID,
  ChangeRecordReferenceType,
  RateRtgTskListGroup,
  RateRtgTskList,
  ChangeRecordItemRelevance,
  ChangeRecordItemProcgStatus,
  CreatedByUser,
  CreationDateTime,
  LastChangedByUser,
  LastChangeDateTime
FROM I_ChgRecdRateRtgTskListTP_2
;