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

Srf_UsHelpAmendment

DDL: SRF_USHELPAMENDMENT SQL: SRFUSHELPAMMEND Type: view

Helper view to determine the correction run

Srf_UsHelpAmendment is a CDS View that provides data about "Helper view to determine the correction run" in SAP S/4HANA. It reads from 1 data source (I_StRpRepRun).

Data Sources (1)

SourceAliasJoin Type
I_StRpRepRun I_StRpRepRun from

Parameters (3)

NameTypeDefault
P_StatryRptgEntity srf_reporting_entity
P_StatryRptCategory srf_rep_cat_id
P_StatryRptRunID srf_report_run_id

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName SRFUSHELPAMMEND view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_ALLOWED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Helper view to determine the correction run view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
VDM.lifecycle.status #DEPRECATED view

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 Srf_UsHelpAmendment.
-- 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: SRFUSHELPAMMEND
-- Parameters: P_StatryRptgEntity : srf_reporting_entity, P_StatryRptCategory : srf_rep_cat_id, P_StatryRptRunID : srf_report_run_id

CREATE VIEW Srf_UsHelpAmendment AS
SELECT *  -- field list not available in parsed metadata
FROM I_StRpRepRun
;