E_ChgRecdRefEquipTskListBsc

DDL: E_CHGRECDREFEQUIPTSKLISTBSC SQL: ECHGRECDRRTL Type: view EXTENSION Package: VDM_PLMB_CR

Chg Recd Ref Equip TL - Extension

E_ChgRecdRefEquipTskListBsc is a Extension CDS View that provides data about "Chg Recd Ref Equip TL - Extension" in SAP S/4HANA. It reads from 1 data source (/iam/d_i_obj_ref) and exposes 1 field with key field ChangeRecordReferenceUUID. Part of development package VDM_PLMB_CR.

Data Sources (1)

SourceAliasJoin Type
/iam/d_i_obj_ref Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName ECHGRECDRRTL view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
EndUserText.label Chg Recd Ref Equip TL - Extension view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #L view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ChangeRecordReferenceUUID /iam/d_i_obj_ref db_key UUID

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 E_ChgRecdRefEquipTskListBsc.
-- 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: ECHGRECDRRTL

CREATE VIEW E_ChgRecdRefEquipTskListBsc AS
SELECT
  Persistence.db_key AS ChangeRecordReferenceUUID
FROM /iam/d_i_obj_ref AS Persistence
;