A_BrkrRecnclnClrgBrkrTransAll

DDL: A_BRKRRECNCLNCLRGBRKRTRANSALL Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
C_BrkrRecnclnClrgBrkrTransAll C_BrkrRecnclnClrgBrkrTransAll projection

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_BrkrRecnclnDatedOpenPosition _OpenPositions _OpenPositions.Counterparty = $projection.Counterparty and _OpenPositions.CompanyCode = $projection.CompanyCode and _OpenPositions.PositionAccountNumber = $projection.PositionAccountNumber

Annotations (9)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/