I_FinTransOptnUndrlgAllocation
Fin Trans Option Underlying Allocation
I_FinTransOptnUndrlgAllocation is a Basic CDS View that provides data about "Fin Trans Option Underlying Allocation" in SAP S/4HANA. It reads from 1 data source (vtiofzu) and exposes 5 fields with key fields FinTransOptionNumber, OptionUnderlyingTransaction. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| vtiofzu | vtiofzu | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_OptionSettlementType | _OptionSettlementType | $projection.OptionSettlementType = _OptionSettlementType.OptionSettlementType |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Fin Trans Option Underlying Allocation | view | |
| AbapCatalog.sqlViewName | IFINTRAOPTUNDALL | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinTransOptionNumber | optnr | ||
| KEY | OptionUnderlyingTransaction | |||
| OptionSettlementType | ||||
| FinancialTransactionFromExer | vrfha | |||
| _OptionSettlementType | _OptionSettlementType |
@EndUserText.label: 'Fin Trans Option Underlying Allocation'
@AbapCatalog.sqlViewName: 'IFINTRAOPTUNDALL'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_FinTransOptnUndrlgAllocation
as select from vtiofzu
association [1..1] to I_OptionSettlementType as _OptionSettlementType on $projection.OptionSettlementType = _OptionSettlementType.OptionSettlementType
{
key optnr as FinTransOptionNumber,
key cast( rfha as option_underlying_transaction preserving type ) as OptionUnderlyingTransaction,
cast( settlfl as option_settlement_type preserving type ) as OptionSettlementType,
vrfha as FinancialTransactionFromExer,
//association
_OptionSettlementType
}
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