BAPI_FTR_STRUCTURE_FXT SAP (FTR: BAPI Structure for Data from Structure Tab Page) Structure details

Dictionary Type: Structure
Description: FTR: BAPI Structure for Data from Structure Tab Page




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




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

BAPI_FTR_STRUCTURE_FXT 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 "FTR: BAPI Structure for Data from Structure Tab Page" 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_STRUCTURE_FXT TYPE BAPI_FTR_STRUCTURE_FXT.

The BAPI_FTR_STRUCTURE_FXT table consists of various fields, each holding specific information or linking keys about FTR: BAPI Structure for Data from Structure Tab Page data available in SAP. These include BUY_CURRENCY_ISO (ISO currency code), SELL_CURRENCY (Currency of transaction), SELL_CURRENCY_ISO (ISO currency code), LEAD_CURRENCY (Leading currency).. 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_STRUCTURE_FXT 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
BUY_CURRENCYCurrency of transaction TB_WGSCHFTCUKY5Assigned to domainWAERS
BUY_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
SELL_CURRENCYCurrency of transaction TB_WGSCHFTCUKY5Assigned to domainWAERS
SELL_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
LEAD_CURRENCYLeading currency TB_WLWAERSCUKY5Assigned to domainWAERS
LEAD_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
FOLLOW_CURRENCYFollowing Currency TB_WFWAERSCUKY5Assigned to domainWAERS
FOLLOW_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
BUY_AMOUNTPayment Amount BAPITB_BZBETRDEC23(4) BAPICURR
BUY_AMOUNT_CHARAmount as text field TM_XBETRAGCHAR18T_XBETRG18
SELL_AMOUNTPayment Amount BAPITB_BZBETRDEC23(4) BAPICURR
SELL_AMOUNT_CHARAmount as text field TM_XBETRAGCHAR18T_XBETRG18
VALUE_DATEValue date of forex transaction TB_DVALUTADATS8DATUM
FORWARD_RATERate of Forex Transaction TB_KKURSDEC13(9) TB_KKURS
SPOT_RATESpot Rate TB_KKASSADEC13(9) TB_KKURS
SWAP_RATESwap Rate TB_KSWAPDEC13(9) T_SWKURS
ROLLOVER_LIQUIDITY_EFFECTLiquidity effect for rollover TX_KWLIQDEC13(9) T_SWKURS
NDF_FIXING_CURRENCYCurrency of transaction TB_WGSCHFTCUKY5Assigned to domainWAERS
NDF_FIXING_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
NDF_FIXING_DATEFixing date TB_DFIXDATS8DATUM

Key field Non-key field



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

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

How to access SAP table BAPI_FTR_STRUCTURE_FXT

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