JBP_STR_FTP_CALC_TRA SAP (Tranches for Opportunity Interest Rate Calculation) Structure details

Dictionary Type: Structure
Description: Tranches for Opportunity Interest Rate Calculation




ABAP Code to SELECT data from JBP_STR_FTP_CALC_TRA
Related tables to JBP_STR_FTP_CALC_TRA
Access table JBP_STR_FTP_CALC_TRA




Structure field list including key, data, relationships and ABAP select examples

JBP_STR_FTP_CALC_TRA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Tranches for Opportunity Interest Rate Calculation" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_JBP_STR_FTP_CALC_TRA TYPE JBP_STR_FTP_CALC_TRA.

The JBP_STR_FTP_CALC_TRA table consists of various fields, each holding specific information or linking keys about Tranches for Opportunity Interest Rate Calculation data available in SAP. These include TRANCHE_WEIGHT (Tranche Weighting for Opportunity Interest Calculation), TRANCHE_SIGN (+/- Sign of Tranche for Opportunity Interest Calculation), ADJBEGINDATESRC (Source of Adjustment Start Date), ADJSTEPNRUNITS (Adjustment Step - Number of Units).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP JBP_STR_FTP_CALC_TRA structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TRANCHE_NRNumber of Tranche JBT_DTE_TRANCHE_NRNUMC3NUMC3
TRANCHE_WEIGHTTranche Weighting for Opportunity Interest Calculation JBT_DTE_TRANCHE_WEIGHTDEC10(9) DEC1_9
TRANCHE_SIGN+/- Sign of Tranche for Opportunity Interest Calculation JBT_DTE_TRANCHE_SIGNCHAR1VVSEFFZIVZ
ADJBEGINDATESRCSource of Adjustment Start Date JBT_DTE_ADJUSTMNT_BEG_DATE_SRCCHAR2JBT_ADJUSTMNT_BEG_DATE_SRC
ADJSTEPNRUNITSAdjustment Step - Number of Units JBT_DTE_ADJUSTMENT_STEP_NRUNTSINT410INT4
ADJSTEPUNITTime Unit TIMEUNITCHAR1TIMEUNIT
REFERENCEDATESRCSource of Reference Date JBT_DTE_REFERENCE_DATE_SOURCECHAR2JBT_REFERENCE_DATE_SOURCE
REFERNCEINTRSTIDReference Interest Rate REFERENZCHAR10Assigned to domainZIREFKU
YIELD_CURVE_TYPEYield Curve Type JBSZKARTNUMC4Assigned to domainJBSZKARTKURVENART
INTERESTTERMSRCSource of Opportunity Interest Rate JBT_DTE_INTEREST_TERM_SOURCECHAR2JBT_INTEREST_TERM_SOURCE
INTRSTTRMNRUNITSOpp. Int. Rate Term - Number of Units JBT_DTE_FTP_INTRST_TERM_NRUNTSINT410INT4
INTRSTTRMUNITTime Unit TIMEUNITCHAR1TIMEUNIT
INTERPOLATEORNOTInterpolation of Opportunity Interest Rates JBSOPPSUCHAR1JBSOPPSU
INTEREST_METHODInterest Calculation Method for Cash Flow Header JBSZBMETHCHAR1SZBMETH
MARKUP_FTRMarkup or Markdown at Opportunity Interest Rate JBT_DTE_MARKUP_FTRFLTP16(16) FLTP
AVRBEGOFFNRUNITSStart of Averaging Period - Number of Units JBT_DTE_AVRPERBEGOFFSET_NRUNTSINT410INT4
AVRBEGOFFUNITTime Unit TIMEUNITCHAR1TIMEUNIT
AVRENDOFFNRUNITSEnd of Averaging Period - Number of Units JBT_DTE_AVRPERENDOFFSET_NRUNTSINT410INT4
AVRENDOFFUNITTime Unit TIMEUNITCHAR1TIMEUNIT
AVRSTEPNRUNITSStep Range for Averaging Period - Number of Units JBT_DTE_AVER_PER_STEP_NR_UNITSINT410INT4
AVRSTEPUNITTime Unit TIMEUNITCHAR1TIMEUNIT
INTMTHAVEFTRTHISTranche Is Relevant to Interest Calculation Method JBT_DTE_INTMETH_AVEFTR_THISTRACHAR1XFELD
EXCLFROMTOTALFTPExclusion Indicator for Opportunity Contribution JBOPP_EXCL_FLGCHAR1XFELD
AVER_VOL_VAL_FLDValue Field for Average Volume JBT_DTE_AVER_VOL_VALUE_FIELDCHAR10CHAR010
FTP_VALUE_FIELDValue Field for Opportunity Contribution JBT_DTE_FTP_VALUE_FIELDCHAR10CHAR010
FTP_VALUEFIELDLCValue Field for Opportunity Contribution in LC JBT_DTE_FTP_VALUE_FIELD_LCCHAR10CHAR010
USE_FTPCALC_BADIUse BAdI for Weighted Independent Tranches JBT_DTE_USE_FTPCALCULATOR_BADICHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure JBP_STR_FTP_CALC_TRA using ABAP code?

As JBP_STR_FTP_CALC_TRA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on JBP_STR_FTP_CALC_TRA as there is no data to select.

How to access SAP table JBP_STR_FTP_CALC_TRA

Within an ECC or HANA version of SAP you can also view further information about JBP_STR_FTP_CALC_TRA and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!