BAPI_FTR_GETDETAIL_FST SAP (Display Forward Security per BAPI) Structure details

Dictionary Type: Structure
Description: Display Forward Security per BAPI




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




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

BAPI_FTR_GETDETAIL_FST 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 "Display Forward Security 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_GETDETAIL_FST TYPE BAPI_FTR_GETDETAIL_FST.

The BAPI_FTR_GETDETAIL_FST table consists of various fields, each holding specific information or linking keys about Display Forward Security per BAPI data available in SAP. These include END_TERM (Term End), ROLLOVER_POSSIBLE (Poss. to Roll Over), UNDERLYING_SECURITY_ID (Security ID Number), UNDERLYING_SECURITIES_ACCOUNT (Securities Account).. 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_GETDETAIL_FST 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
START_TERMTerm Start TB_DBLFZDATS8DATUM
END_TERMTerm End TB_DELFZDATS8DATUM
ROLLOVER_POSSIBLEPoss. to Roll Over TI_ROLLOVERFLCHAR1T_ROLLOVERFL
UNDERLYING_SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
UNDERLYING_SECURITIES_ACCOUNTSecurities Account VRLDEPOCHAR10Assigned to domainRLDEPODEP
UNDERLYING_VALUATION_CLASSGeneral Valuation Class TPM_COM_VAL_CLASSNUMC4Assigned to domainTPM_COM_VAL_CLASSCVC
UNDERLYING_PORTFOLIOPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
UNDERLYING_POSITION_DATEPosition Date of Bond as Underlying of a Forward TB_XDBESTANDBCHAR10T_XDATUM
NUMBER_UNITSNo. of Units for Financial Instruments TB_ASTUECKDEC15(5) ASTUECK
FORWARD_PRICESecurity Price Without Currency Ref. with Unit Quotation TB_BUPRCDEC15(6) VVPKTKUR
FORWARD_PRICE_CURRENCYCurrency Unit of the Rate TB_RUNITCHAR5Assigned to domainVVSRUNIT
FORWARD_PRICE_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
SPOT_PRICECurrent Spot Rate, Unit Quotation TB_BPPRC_SPOT1_CURRDEC15(6) VVPKTKUR
SPOT_PRICE_CURRENCYCurrency Unit of the Rate TB_RUNITCHAR5Assigned to domainVVSRUNIT
SPOT_PRICE_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
SPOT_MATURITYSpot Rate At Maturity, Unit Quotation TB_BPPRC_SPOT_MAT_CURRDEC15(6) VVPKTKUR
SPOT_MATURITY_CURRENCYCurrency Unit of the Rate TB_RUNITCHAR5Assigned to domainVVSRUNIT
SPOT_MATURITY_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
COSTSForward Rate Cost, Unit Quotation TB_COSTFWD_CURRDEC15(6) VVPKTKUR
COSTS_CURRENCYCurrency Unit of the Rate TB_RUNITCHAR5Assigned to domainVVSRUNIT
COSTS_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
INTEREST_AMOUNTAmount or Balance BAPITM_BSALDODEC23(4) BAPICURR
INTEREST_AMOUNT_CHARAmount as text field TM_XBETRAGCHAR18T_XBETRG18
INTEREST_AMOUNT_CURRENCYCurrency Unit of the Rate TB_RUNITCHAR5Assigned to domainVVSRUNIT
INTEREST_AMOUNT_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
NOMINAL_AMOUNTAmount or Balance BAPITM_BSALDODEC23(4) BAPICURR
NOMINAL_AMOUNT_CHARAmount as text field TM_XBETRAGCHAR18T_XBETRG18
NOMINAL_AMOUNT_CURRENCYPrice currency TB_WPRICECUKY5Assigned to domainWAERS
NOMINAL_AMOUNT_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
FORWARD_PRICE_PERCENTAGESecurity Price for Percentage Quotation TB_BPPRCDEC15(6) VVPKTKUR
SPOT_PRICE_PERCENTAGECurrent Spot Rate, Percentage Quotation TB_BPPRC_SPOT1_PERDEC15(6) VVPKTKUR
COSTS_PERCENTAGEForward Rate Cost, Percentage Quotation TB_COSTFWD_PERDEC15(6) VVPKTKUR
INTEREST_AMOUNT_PERCENTAGEForward Rate Interest, Percentage Quotation TB_INTERESTFWD_PERDEC15(6) DECV9_6
SPOT_MATURITY_PERCENTAGESpot Rate At Maturity, Percentage Quotation TB_BPPRC_SPOT_MAT_PERDEC15(6) VVPKTKUR
SETTLEMENT_INDICATORSettlement indicator TI_SETTLFLCHAR1T_SETTLFL
CASH_SETTLEMENT_DATEPayment or Delivery Date TB_DZTERMDATS8DATUMT33
CASH_SETTLEMENT_AMOUNTAmount or Balance BAPITM_BSALDODEC23(4) BAPICURR
CASH_SETTLEMENT_AMOUNT_CHARAmount as text field TM_XBETRAGCHAR18T_XBETRG18
CASH_SETTLEMENT_CURRENCYPrice currency TB_WEBETRCUKY5Assigned to domainWAERS
CASH_SETTLEMENT_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
CASH_SETTLEMENT_DIRECTIONDirection of flow TB_SSIGNCHAR1T_SSIGN

Key field Non-key field



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

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

How to access SAP table BAPI_FTR_GETDETAIL_FST

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