SRF_Helper_MY_Amendment

DDL: SRF_HELPER_MY_AMENDMENT SQL: SRFMYAMENDMNT Type: view

SRF_Helper_MY_Amendment is a CDS View 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 (4)

NameValueLevelField
AbapCatalog.sqlViewName SRFMYAMENDMNT view
AccessControl.authorizationCheck #NOT_ALLOWED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #P 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_Helper_MY_Amendment.
-- 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: SRFMYAMENDMNT
-- Parameters: P_StatryRptgEntity : srf_reporting_entity, P_StatryRptCategory : srf_rep_cat_id, P_StatryRptRunID : srf_report_run_id

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