P_Wiprevdetsrvz

DDL: P_WIPREVDETSRVZ SQL: PDLIWIPRSZ Type: view BASIC

P_Wiprevdetsrvz is a Basic CDS View in SAP S/4HANA. It reads from 2 data sources (tkkaa, tkkap).

Data Sources (2)

SourceAliasJoin Type
tkkaa a inner
tkkap p inner

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName PDLIWIPRSZ view
ClientDependent true view
AbapCatalog.compiler.compareFilter true view
VDM.private true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MIXED 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_Wiprevdetsrvz.
-- 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: PDLIWIPRSZ

CREATE VIEW P_Wiprevdetsrvz AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN tkkap AS p ON /* join condition not captured in parsed metadata */
INNER JOIN tkkaa AS a ON /* join condition not captured in parsed metadata */
;