A_IntrstRateInstrAddlFlw

DDL: A_INTRSTRATEINSTRADDLFLW Type: view_entity CONSUMPTION Package: RAP_FIN_TRM_TM_FT_API

Additional Flow

A_IntrstRateInstrAddlFlw is a Consumption CDS View that provides data about "Additional Flow" in SAP S/4HANA. It reads from 1 data source (R_FinTransAdditionalFlowTP) and exposes 31 fields with key fields CompanyCode, FinancialTransaction, FinancialInstrumentActivity, FinTransFlowCreationDate, FinTransFlowCreationTime. It is exposed through 1 OData service (API_FINTRANSINTRSTRATEINSTR). Part of development package RAP_FIN_TRM_TM_FT_API.

Data Sources (1)

SourceAliasJoin Type
R_FinTransAdditionalFlowTP R_FinTransAdditionalFlowTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
EndUserText.label Additional Flow view
OData.entityType.name IntrstRateInstrAddlFlw_Type view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view

OData Services (1)

ServiceBindingVersionContractRelease
API_FINTRANSINTRSTRATEINSTR API_FINTRANSINTRSTRATEINSTR V4 C2 Deprecated

Fields (31)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
KEY FinancialTransaction FinancialTransaction Transaction
KEY FinancialInstrumentActivity FinancialInstrumentActivity
KEY FinTransFlowCreationDate FinTransFlowCreationDate
KEY FinTransFlowCreationTime FinTransFlowCreationTime
KEY FinTransFlowNumber FinTransFlowNumber
FinancialTransactionDirection FinancialTransactionDirection
FinTransFlowType FinTransFlowType Flow Type
FinTransFlowPaytAmtDirection FinTransFlowPaytAmtDirection
FinTransFlowPaymentDate FinTransFlowPaymentDate
FinTransFlowPaytAmt FinTransFlowPaytAmt
FinTransFlowPaytAmtCrcy FinTransFlowPaytAmtCrcy
FinTransFlowInLoclCrcyPaytAmt FinTransFlowInLoclCrcyPaytAmt
LocalCurrency LocalCurrency Local Currency
FinTransFlowLoclCrcyCnvrsnRate FinTransFlowLoclCrcyCnvrsnRate
InterestCalculationMethod InterestCalculationMethod
CalculationPeriodStartDate CalculationPeriodStartDate
CalcPeriodStartDateIsMonthEnd CalcPeriodStartDateIsMonthEnd
CalculationPeriodEndDate CalculationPeriodEndDate
CalcPeriodEndDateIsMonthEnd CalcPeriodEndDateIsMonthEnd
FinTransFlowCalcBaseAmount FinTransFlowCalcBaseAmount
FinTransFlowCalcBaseAmountCrcy FinTransFlowCalcBaseAmountCrcy
ConditionPercentageRate ConditionPercentageRate
AssignmentReference AssignmentReference Assignment Reference
FinTransFlwLoclCrcyAmtCalcType FinTransFlwLoclCrcyAmtCalcType
IntrstCalcMethFactoryCalendar IntrstCalcMethFactoryCalendar
InterestCalculationType InterestCalculationType
CalcPeriodStartDateIsInclusive CalcPeriodStartDateIsInclusive
CalcPeriodEndDateIsInclusive CalcPeriodEndDateIsInclusive
FinTransFlowStatus FinTransFlowStatus
_FinTrans _FinTrans

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_IntrstRateInstrAddlFlw.
-- 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.

CREATE VIEW A_IntrstRateInstrAddlFlw AS
SELECT
  CompanyCode,
  FinancialTransaction,
  FinancialInstrumentActivity,
  FinTransFlowCreationDate,
  FinTransFlowCreationTime,
  FinTransFlowNumber,
  FinancialTransactionDirection,
  FinTransFlowType,
  FinTransFlowPaytAmtDirection,
  FinTransFlowPaymentDate,
  FinTransFlowPaytAmt,
  FinTransFlowPaytAmtCrcy,
  FinTransFlowInLoclCrcyPaytAmt,
  LocalCurrency,
  FinTransFlowLoclCrcyCnvrsnRate,
  InterestCalculationMethod,
  CalculationPeriodStartDate,
  CalcPeriodStartDateIsMonthEnd,
  CalculationPeriodEndDate,
  CalcPeriodEndDateIsMonthEnd,
  FinTransFlowCalcBaseAmount,
  FinTransFlowCalcBaseAmountCrcy,
  ConditionPercentageRate,
  AssignmentReference,
  FinTransFlwLoclCrcyAmtCalcType,
  IntrstCalcMethFactoryCalendar,
  InterestCalculationType,
  CalcPeriodStartDateIsInclusive,
  CalcPeriodEndDateIsInclusive,
  FinTransFlowStatus
FROM R_FinTransAdditionalFlowTP
;