FINOC_PRA_SO_RELEVANT

DDL: FINOC_PRA_SO_RELEVANT Type: view_entity

SO in err state & not procesed by reorg

FINOC_PRA_SO_RELEVANT is a CDS View that provides data about "SO in err state & not procesed by reorg" in SAP S/4HANA. It reads from 1 data source (fins_pr_accnotif) and exposes 2 fields.

Data Sources (1)

SourceAliasJoin Type
fins_pr_accnotif accnotif inner

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label SO in err state & not procesed by reorg view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (2)

KeyFieldSource TableSource FieldDescription
vbeln finoc_pra_soi kdauf SD Document
orgl_change finoc_pra_soi orgl_change Organizational Change

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 FINOC_PRA_SO_RELEVANT.
-- 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 FINOC_PRA_SO_RELEVANT AS
SELECT
  finoc_pra_soi.kdauf AS vbeln,
  finoc_pra_soi.orgl_change AS orgl_change
INNER JOIN fins_pr_accnotif AS accnotif ON /* join condition not captured in parsed metadata */
;