P_RU_AssetTaxCncsnDocRlvnce

DDL: P_RU_ASSETTAXCNCSNDOCRLVNCE Type: view COMPOSITE

P_RU_AssetTaxCncsnDocRlvnce is a Composite CDS View in SAP S/4HANA. It reads from 4 data sources (dd07l, dd07l, I_AssetRedesignSwitchStatus, I_AssetRedesignSwitchStatus).

Data Sources (4)

SourceAliasJoin Type
dd07l dd07l from
dd07l dd07l union_all
I_AssetRedesignSwitchStatus I_AssetRedesignSwitchStatus inner
I_AssetRedesignSwitchStatus I_AssetRedesignSwitchStatus inner

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName PRUASTTXCNCDR view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #COMPOSITE view
VDM.private true view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true 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 P_RU_AssetTaxCncsnDocRlvnce.
-- 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.

CREATE VIEW P_RU_AssetTaxCncsnDocRlvnce AS
SELECT *  -- field list not available in parsed metadata
FROM dd07l
INNER JOIN I_AssetRedesignSwitchStatus ON /* join condition not captured in parsed metadata */
-- UNION ALL with additional select branch(es): dd07l
;