SADL_V_AUNIT_SO_WhereSessionPa

DDL: SADL_V_AUNIT_SO_WHERE_SESS_PAR SQL: SADLVASOSESSA Type: view

SalesOrder to test sessionParameter

SADL_V_AUNIT_SO_WhereSessionPa is a CDS View that provides data about "SalesOrder to test sessionParameter" in SAP S/4HANA. It reads from 1 data source (snwd_so) and exposes 2 fields with key field node_key.

Data Sources (1)

SourceAliasJoin Type
snwd_so SalesOrder from

Annotations (2)

NameValueLevelField
AbapCatalog.sqlViewName SADLVASOSESSA view
EndUserText.label SalesOrder to test sessionParameter view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY node_key snwd_so node_key Tree Model: Node Key
SalesOrderID snwd_so so_id Sales Order ID

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 SADL_V_AUNIT_SO_WhereSessionPa.
-- 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: SADLVASOSESSA

CREATE VIEW SADL_V_AUNIT_SO_WhereSessionPa AS
SELECT
  SalesOrder.node_key AS node_key,
  SalesOrder.so_id AS SalesOrderID
FROM snwd_so AS SalesOrder
;