/trp/Cds_Ppe_Res_Staging

DDL: /TRP/CDS_PPE_RES_STAGING SQL: /TRP/CDS_RES_Q Type: view

CDS view to fetch the Log.Upd Resource Staging

/trp/Cds_Ppe_Res_Staging is a CDS View that provides data about "CDS view to fetch the Log.Upd Resource Staging" in SAP S/4HANA. It reads from 1 data source (/trp/res_staging) and exposes 11 fields with key fields run_id, tu_id.

Data Sources (1)

SourceAliasJoin Type
/trp/res_staging /trp/res_staging from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName /TRP/CDS_RES_Q view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.usageType.serviceQuality B view
ObjectModel.usageType.sizeCategory XL view
ObjectModel.usageType.dataClass TRANSACTIONAL view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label CDS view to fetch the Log.Upd Resource Staging view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY run_id run_id UUID
KEY tu_id tu_id TU identifier
mandt mandt Editing Client
created_on created_on Variant created on
created_by created_by Version Created By
status status Workflow Status
start_time start_time Time Stamp
rule_id rule_id Rule ID
resource_id resource_id UUID Internal
updated_on updated_on Last Updated On
updated_by updated_by Version Updated By

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 /trp/Cds_Ppe_Res_Staging.
-- 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: /TRP/CDS_RES_Q

CREATE VIEW /trp/Cds_Ppe_Res_Staging AS
SELECT
  run_id,
  tu_id,
  mandt,
  created_on,
  created_by,
  status,
  start_time,
  rule_id,
  resource_id,
  updated_on,
  updated_by
FROM /trp/res_staging
;