A_BrkrRecnclnCmmdtyDrvtvByDte2

DDL: A_BRKRRECNCLNCMMDTYDRVTVBYDTE2 Type: view_entity CONSUMPTION

Futures and Listed Options Trades

A_BrkrRecnclnCmmdtyDrvtvByDte2 is a Consumption CDS View that provides data about "Futures and Listed Options Trades" in SAP S/4HANA. It reads from 1 data source (C_BrkrRecnclnBusTransBrokerAll) and exposes 2 fields with key fields Counterparty, CompanyCode.

Data Sources (1)

SourceAliasJoin Type
C_BrkrRecnclnBusTransBrokerAll C_BrkrRecnclnBusTransBrokerAll projection

Annotations (9)

NameValueLevelField
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
OData.entityType.name CommodityDerivativesByDate_Type view
EndUserText.label Futures and Listed Options Trades view
VDM.viewType #CONSUMPTION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Counterparty Counterparty Supplier
KEY CompanyCode CompanyCode Receiver Company Code

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 A_BrkrRecnclnCmmdtyDrvtvByDte2.
-- 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 A_BrkrRecnclnCmmdtyDrvtvByDte2 AS
SELECT
  Counterparty,
  CompanyCode
FROM C_BrkrRecnclnBusTransBrokerAll
;