A_BrkrRecnclnClrgBrkrTransAll
Futures and Listed Options Trades
A_BrkrRecnclnClrgBrkrTransAll 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_BrkrRecnclnClrgBrkrTransAll) and exposes 4 fields with key fields CompanyCode, Counterparty, PositionAccountNumber. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| C_BrkrRecnclnClrgBrkrTransAll | C_BrkrRecnclnClrgBrkrTransAll | projection |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_BrkrRecnclnDatedOpenPosition | _OpenPositions | _OpenPositions.Counterparty = $projection.Counterparty and _OpenPositions.CompanyCode = $projection.CompanyCode and _OpenPositions.PositionAccountNumber = $projection.PositionAccountNumber |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| OData.entityType.name | CommodityClearingByDate_Type | view | |
| EndUserText.label | Futures and Listed Options Trades | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | ||
| KEY | Counterparty | Counterparty | ||
| KEY | PositionAccountNumber | PositionAccountNumber | ||
| _OpenPositions | _OpenPositions |
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@OData.entityType.name:'CommodityClearingByDate_Type'
@EndUserText.label: 'Futures and Listed Options Trades'
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@VDM.viewType: #CONSUMPTION
define root view entity A_BrkrRecnclnClrgBrkrTransAll
provider contract transactional_query
as projection on C_BrkrRecnclnClrgBrkrTransAll as BrokerAll
association [0..*] to A_BrkrRecnclnDatedOpenPosition as _OpenPositions on _OpenPositions.Counterparty = $projection.Counterparty
and _OpenPositions.CompanyCode = $projection.CompanyCode
and _OpenPositions.PositionAccountNumber = $projection.PositionAccountNumber
{
key CompanyCode,
key Counterparty,
key PositionAccountNumber,
/* Associations */
_Confirmation : redirected to composition child A_BrkrRecnclnClrgBrkrTransConf,
_OptionExercise : redirected to composition child A_BrkrRecnclnClrgBrkrOptnExer,
// _OpenPositions : redirected to composition child A_BrkrRecnclnOpenPosition, " the parent child association is not supported in Custom entity
@ObjectModel.filter.enabled: false
_OpenPositions,
_LongShortMatching : redirected to composition child A_BrkrRecnclnLongShortMatch
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"C_BRKRRECNCLNCLRGBRKRTRANSALL"
],
"ASSOCIATED":
[
"A_BRKRRECNCLNCLRGBRKROPTNEXER",
"A_BRKRRECNCLNCLRGBRKRTRANSCONF",
"A_BRKRRECNCLNDATEDOPENPOSITION",
"A_BRKRRECNCLNLONGSHORTMATCH",
"I_BRKRRECNCLNCLRGBRKRTRANSCONF",
"I_BRKRRECNCLNCLRGOPTNEXER_2",
"I_BRKRRECNCLNLONGSHORTMATCH"
],
"BASE":
[
"C_BRKRRECNCLNCLRGBRKRTRANSALL"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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