I_SECURITYCLASSEXCHANGE
Security Class Exchange
I_SECURITYCLASSEXCHANGE is a CDS View in S/4HANA. Security Class Exchange. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| R_SecurityClassExchangeTP | view_entity | from | TRANSACTIONAL | Security Class Exchange |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Security Class Exchange'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #M,
dataClass: #MASTER
}
@VDM.viewType: #BASIC
define view entity I_SecurityClassExchange
as select from vwpbono as Exchange
association [1..1] to I_SecurityClass as _SecurityClass on $projection.SecurityClass = _SecurityClass.SecurityClass
{
key Exchange.ranl as SecurityClass,
key Exchange.rhandpl as SecurityExchange,
Exchange.waers as ScrtyClExchangePriceCurrency,
@Semantics.booleanIndicator
cast( Exchange.flat as ftr_sc_exchange_price_flat_ind preserving type ) as ScrtyClExchangePriceIsFlat,
@Semantics.booleanIndicator
cast( Exchange.heiboe as ftr_sc_home_exchange_ind preserving type ) as ScrtyClExchangeIsHomeExchange,
Exchange.sboen as SecurityClassListingType,
cast( Exchange.pkuab as ftr_sc_exchange_price_dvtn_pct preserving type ) as ScrtyClExchPriceDeviationInPct,
// @Semantics.amount.currencyCode: 'ScrtyClExchangePriceCurrency'
cast( Exchange.bkuab as ftr_sc_exchange_price preserving type ) as ScrtyClExchPriceDeviationValue,
_SecurityClass
}
where
Exchange.rantyp = '2'