A_BrkrRecnclnCmmdtyDrvtvByDte2
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. It is exposed through 2 OData services (A_BRKRRECNCLNCMMDTYDRVTVBYDTE2, API_BRKRRECCLCMMDTYDRVTVBYDTE2).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| C_BrkrRecnclnBusTransBrokerAll | C_BrkrRecnclnBusTransBrokerAll | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| A_BRKRRECNCLNCMMDTYDRVTVBYDTE2 | ||||
| API_BRKRRECCLCMMDTYDRVTVBYDTE2 |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Counterparty | Counterparty | ||
| KEY | CompanyCode | CompanyCode |
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.sizeCategory: #S
@OData.entityType.name:'CommodityDerivativesByDate_Type'
@EndUserText.label: 'Futures and Listed Options Trades'
@VDM.viewType: #CONSUMPTION
define root view entity A_BrkrRecnclnCmmdtyDrvtvByDte2
//provider contract transactional_query
as projection on C_BrkrRecnclnBusTransBrokerAll as BrokerAll
{
key Counterparty,
key CompanyCode,
/* Associations */
_Confirmation : redirected to composition child A_BrkrRecnclnConfirmation2,
_OptionExercise : redirected to composition child A_BrkrRecnclnOptionExercise2
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA