BAPI_FTR_CHANGE_TRES SAP (Change a Total Return Swap per BAPI) Structure details

Dictionary Type: Structure
Description: Change a Total Return Swap per BAPI




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




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

BAPI_FTR_CHANGE_TRES 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 "Change a Total Return Swap per BAPI" 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_BAPI_FTR_CHANGE_TRES TYPE BAPI_FTR_CHANGE_TRES.

The BAPI_FTR_CHANGE_TRES table consists of various fields, each holding specific information or linking keys about Change a Total Return Swap per BAPI data available in SAP. These include START_TERM (Term Start), START_INCLUSIVE (Calculation Period: Start Inclusive vs. End Inclusive), END_TERM (Term End), END_INCLUSIVE (End of Term Inclusive Indicator).. 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: Cannot Be Enhanced


SAP BAPI_FTR_CHANGE_TRES 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
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
START_TERMTerm Start TB_DBLFZDATS8DATUM
START_INCLUSIVECalculation Period: Start Inclusive vs. End Inclusive TB_SINCLBECHAR1T_SINCLBE
END_TERMTerm End TB_DELFZDATS8DATUM
END_INCLUSIVEEnd of Term Inclusive Indicator TB_SINCLECHAR1XFELD
CALENDAR1Factory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
CALENDAR2Factory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
RETURN_NUMBER_UNITSNo. of Units for Financial Instruments TB_ASTUECKDEC15(5) ASTUECK
RETURN_PRICESecurity Price Without Currency Ref. with Unit Quotation TB_BUPRCDEC15(6) VVPKTKUR
RETURN_PAYMENT_AMOUNTPayment Amount BAPITM_BZBETRDEC23(4) BAPICURR
RETURN_PAYMENT_CURRENCYCurrency of transaction TB_WGSCHFTCUKY5Assigned to domainWAERS
RETURN_PAYMENT_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
RETURN_EXCHANGEExchange VVRHANDPLCHAR10Assigned to domainVVRHANDPLWHP
RETURN_RATE_TYPERate/Price Type - Treasury Instruments TI_KURSARTCHAR2Assigned to domainVVSKURSARTRATETYPE_F4
RETURN_COMP_FIRST_DUE_DATEFirst due date TB_DFAELL1DATS8DATUM
RETURN_COMP_FREQUENCY_MONTHFrequency in months AMMRHYNUMC3NUMC03
FUNDING_NOMINAL_AMOUNTAmount or Balance BAPITM_BSALDODEC23(4) BAPICURR
FUNDING_CURRENCYCurrency of Principal Amount - Financial Product TB_WKAPBETCUKY5Assigned to domainWAERS
FUNDING_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
FUNDING_INT_EFFECTIVE_FROMCondition Item Valid From DGUEL_KPDATS8DATUM
FUNDING_INT_FIRST_DUE_DATEFirst due date TB_DFAELL1DATS8DATUM
FUNDING_INT_FREQUENCY_MONTHFrequency in months AMMRHYNUMC3NUMC03
FUNDING_INT_RATEAgreed interest rate - financial product TB_PZINSSVDEC10(7) DECV3_7
FUNDING_INT_RATE_REFReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
FUNDING_INT_SPREADInterest Markup/Markdown TB_ZZSDEC10(7) DECV3_7
FUNDING_INT_CALC_METHODInterest Calculation Method SZBMETHCHAR1SZBMETH
FUNDING_INT_CALENDAR_IDInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
MATURITY_DATEOTC Notice Date TB_NOTICE_DATEDATS8DATUM
MATURITY_PRICESecurity Price Without Currency Ref. with Unit Quotation TB_BUPRCDEC15(6) VVPKTKUR
MATURITY_COMPENSATION_SHIFTAdvanced Maturity Shift TB_ADVMAT_SHIFTCHAR1T_ADVMAT_SHIFT
EXERCISE_PRICESecurity Price Without Currency Ref. with Unit Quotation TB_BUPRCDEC15(6) VVPKTKUR
DIVIDEND_PERCENTPercentage of Dividend agreed for Payment in OTC Instruments TB_DIV_PCTC_OTCDEC7(4) T_DIV_PCTC_OTC

Key field Non-key field



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

As BAPI_FTR_CHANGE_TRES 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 BAPI_FTR_CHANGE_TRES as there is no data to select.

How to access SAP table BAPI_FTR_CHANGE_TRES

Within an ECC or HANA version of SAP you can also view further information about BAPI_FTR_CHANGE_TRES 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!