SEPMRA_P_SalesOrderQuantity

DDL: SEPMRA_P_SALESORDERQUANTITY Type: view Package: S_ODATA_EPMRA_SO_MAN

Sales Order Quantity

SEPMRA_P_SalesOrderQuantity is a CDS View that provides data about "Sales Order Quantity" in SAP S/4HANA. It reads from 1 data source (SEPM_I_SalesOrder) and exposes 1 field with key field SalesOrder. Part of development package S_ODATA_EPMRA_SO_MAN.

Data Sources (1)

SourceAliasJoin Type
SEPM_I_SalesOrder SEPM_I_SalesOrder from

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName SEPMRAPSOQUANT view
AbapCatalog.compiler.compareFilter true view
ClientHandling.type #CLIENT_DEPENDENT view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Sales Order Quantity view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY SalesOrder SalesOrder SD Document

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 SEPMRA_P_SalesOrderQuantity.
-- 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 SEPMRA_P_SalesOrderQuantity AS
SELECT
  SalesOrder
FROM SEPM_I_SalesOrder
;