EWA_ALY_I_OJS

DDL: EWA_ALY_I_OJS SQL: EWAALYIOJS Type: view

Mapping Jest-Status to Priority

EWA_ALY_I_OJS is a CDS View that provides data about "Mapping Jest-Status to Priority" in SAP S/4HANA. It reads from 1 data source (EWA_ALY_P_JST) and exposes 2 fields with key fields objnr, stat.

Data Sources (1)

SourceAliasJoin Type
EWA_ALY_P_JST EWA_ALY_P_JST from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName EWAALYIOJS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Mapping Jest-Status to Priority view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY objnr objnr Val. Obj. No.
KEY stat stat Status of Time-Dependent Document Linkage

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 EWA_ALY_I_OJS.
-- 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: EWAALYIOJS

CREATE VIEW EWA_ALY_I_OJS AS
SELECT
  objnr,
  stat
FROM EWA_ALY_P_JST
;