Fins_Rev_Rec_Posid_Recon

DDL: FINS_REV_REC_POSID_RECON SQL: FINSRR_PSRECON Type: view

Search for changed PS_POSID in ACDOCA

Fins_Rev_Rec_Posid_Recon is a CDS View that provides data about "Search for changed PS_POSID in ACDOCA" in SAP S/4HANA. It reads from 1 data source (prps).

Data Sources (1)

SourceAliasJoin Type
prps b inner

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName FINSRR_PSRECON view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Search for changed PS_POSID in ACDOCA view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL 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 Fins_Rev_Rec_Posid_Recon.
-- 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: FINSRR_PSRECON

CREATE VIEW Fins_Rev_Rec_Posid_Recon AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN prps AS b ON /* join condition not captured in parsed metadata */
;