A_BrkrRecnclnCmmdtyDrvtvClDta

DDL: A_BRKRRECNCLNCMMDTYDRVTVCLDTA SQL: ABRRECONCLDTA Type: view CONSUMPTION

Security Class Data

A_BrkrRecnclnCmmdtyDrvtvClDta is a Consumption CDS View that provides data about "Security Class Data" in SAP S/4HANA. It reads from 1 data source (C_BrkrRecnclnCmmdtyDrvtvClDta) and exposes 12 fields with key field SecurityClass. It is exposed through 1 OData service (API_BRKRRECNCLNSCRTYCLDTA).

Data Sources (1)

SourceAliasJoin Type
C_BrkrRecnclnCmmdtyDrvtvClDta C_BrkrRecnclnCmmdtyDrvtvClDta from

Annotations (14)

NameValueLevelField
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AbapCatalog.sqlViewName ABRRECONCLDTA view
AbapCatalog.dataMaintenance #DISPLAY_ONLY view
AccessControl.authorizationCheck #CHECK view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Security Class Data view
OData.entityType.name SecurityClassData_Type view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
API_BRKRRECNCLNSCRTYCLDTA API_BRKRRECNCLNSCRTYCLDTA V4 C2 C1

Fields (12)

KeyFieldSource TableSource FieldDescription
KEY SecurityClass SecurityClass
ContrDrvtvContrMaturityCode ContrDrvtvContrMaturityCode
ExtListedDerivativeCategory ExtListedDerivativeCategory
OptionPutCallCode OptionPutCallCode
UnderlyingSecurityClass UnderlyingSecurityClass
KeyDate KeyDate Maturity Key Date
UnderlyingKeyDate UnderlyingKeyDate
BrkrReconciliationStrikePrice BrkrReconciliationStrikePrice
OptionStrikeCurrency OptionStrikeCurrency
CommodityProductSymbol CommodityProductSymbol Product Symbol
UnderlyingCommodityProductSym UnderlyingCommodityProductSym
FinancialInstrumentProductType FinancialInstrumentProductType

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_BrkrRecnclnCmmdtyDrvtvClDta.
-- 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.
-- SQL view name: ABRRECONCLDTA

CREATE VIEW A_BrkrRecnclnCmmdtyDrvtvClDta AS
SELECT
  SecurityClass,
  ContrDrvtvContrMaturityCode,
  ExtListedDerivativeCategory,
  OptionPutCallCode,
  UnderlyingSecurityClass,
  KeyDate,
  UnderlyingKeyDate,
  BrkrReconciliationStrikePrice,
  OptionStrikeCurrency,
  CommodityProductSymbol,
  UnderlyingCommodityProductSym,
  FinancialInstrumentProductType
FROM C_BrkrRecnclnCmmdtyDrvtvClDta
;