API_FINTRANSINTRSTRATEINSTR

OData Service Package: RAP_FIN_TRM_TM_FT_API

Fin Trans Interest Rate Instrument

API_FINTRANSINTRSTRATEINSTR is an OData service definition in SAP S/4HANA. It exposes 14 CDS view(s). It has 1 service binding(s).

Exposed CDS Views (14)

CDS ViewAlias
A_FinTransIntrstRateInstr InterestRateInstrument
A_IntrstRateInstrAccmlnCndn AccumulatingCondition
A_IntrstRateInstrAccruedCndn AccruedCondition
A_IntrstRateInstrAddlAttrib AdditionalAttribute
A_IntrstRateInstrAddlFlw AdditionalFlow
A_IntrstRateInstrAdjmtCndn AdjustmentCondition
A_IntrstRateInstrAdjmtSglDte AdjustmentSingleDate
A_IntrstRateInstrAttrib Attribute
A_IntrstRateInstrCndnScale Scale
A_IntrstRateInstrCndnSglDte SingleDate
A_IntrstRateInstrFmlaVarbl FormulaVariable
A_IntrstRateInstrIntrstCndn InterestCondition
A_IntrstRateInstrMainFlow MainFlow
A_IntrstRateInstrRpaytCndn RepaymentCondition

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_FINTRANSINTRSTRATEINSTR ODATA V4 C2 C1 false

Source

@EndUserText.label: 'Fin Trans Interest Rate Instrument'
define service API_FinTransIntrstRateInstr {
  expose A_FinTransIntrstRateInstr    as InterestRateInstrument;
  expose A_IntrstRateInstrAttrib      as Attribute;
  expose A_IntrstRateInstrAddlAttrib  as AdditionalAttribute;
  expose A_IntrstRateInstrMainFlow    as MainFlow;
  expose A_IntrstRateInstrAddlFlw     as AdditionalFlow;
  expose A_IntrstRateInstrIntrstCndn  as InterestCondition;
  expose A_IntrstRateInstrAdjmtCndn   as AdjustmentCondition;
  expose A_IntrstRateInstrRpaytCndn   as RepaymentCondition;
  expose A_IntrstRateInstrAccmlnCndn  as AccumulatingCondition;
  expose A_IntrstRateInstrAccruedCndn as AccruedCondition;
  expose A_IntrstRateInstrCndnSglDte  as SingleDate;
  expose A_IntrstRateInstrFmlaVarbl   as FormulaVariable;
  expose A_IntrstRateInstrCndnScale   as Scale;
  expose A_IntrstRateInstrAdjmtSglDte as AdjustmentSingleDate;
}