CNV_2010C_Q2P_RELEASE

DDL: CNV_2010C_Q2P_RELEASE SQL: CNV_2010C_Q2P Type: view

Check the Q2P Release flag from CNV_2010C_PARAMS

CNV_2010C_Q2P_RELEASE is a CDS View that provides data about "Check the Q2P Release flag from CNV_2010C_PARAMS" in SAP S/4HANA. It reads from 1 data source (cnv_2010c_params).

Data Sources (1)

SourceAliasJoin Type
cnv_2010c_params PARAMS_TABLE from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName CNV_2010C_Q2P view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Check the Q2P Release flag from CNV_2010C_PARAMS 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 CNV_2010C_Q2P_RELEASE.
-- 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: CNV_2010C_Q2P

CREATE VIEW CNV_2010C_Q2P_RELEASE AS
SELECT *  -- field list not available in parsed metadata
FROM cnv_2010c_params AS PARAMS_TABLE
;