FTI_LDB_TR_ATTR_SWAP SAP (Swap Details) Structure details

Dictionary Type: Structure
Description: Swap Details




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




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

FTI_LDB_TR_ATTR_SWAP 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 "Swap Details" 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_FTI_LDB_TR_ATTR_SWAP TYPE FTI_LDB_TR_ATTR_SWAP.

The FTI_LDB_TR_ATTR_SWAP table consists of various fields, each holding specific information or linking keys about Swap Details data available in SAP. These include BUKRS (Company Code), DEAL_NUMBER (Position-Generating Financial Transaction), CRUSER (Entered by), DCRDAT (Entered On).. 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 (Deep)


SAP FTI_LDB_TR_ATTR_SWAP 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
DEAL_NUMBERPosition-Generating Financial Transaction FTI_POSRFHACHAR13VTBFHAALPHAT_RFHAFANVTBA
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
DCRDATEntered On TB_DCRDATDATS8DATUM
TCRTIMEntry Time TB_TCRTIMTIMS6UZEIT
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
SFGTYPTransaction Category TB_SFGTYPNUMC3Assigned to domainT_SFGTYP
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
RPORTBPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
KONTRHBusiness Partner Number TB_KUNNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
DBLFZStart of Term DBLFZDATS8DATUM
DELFZEnd of Term DELFZDATS8DATUM
ZUONRFinance Project TB_TFPROJCHAR13T_TFPROJ
ZUONDAssignment TB_ZUONDCHAR18TEXT18
REFERInternal Reference TB_REFERCHAR16CHAR16
MERKMCharacteristics TB_MERKMCHAR25CHAR25
WGSCHFT1Currency Borrowing/Sale FTI_WGSCH1CUKY5Assigned to domainWAERS
WGSCHFT2Currency Investment/Purchase FTI_WGSCH2CUKY5Assigned to domainWAERS
NOMINAL_AMT_OUT_PCNominal Value, Outgoing Side, in Position Crcy (Outg. Side) FTI_NOMINAL_OUT_PCOUTCURR21(2) TPM_AMOUNT
NOMINAL_AMT_IN_PCNominal Value, Incoming Side, in Position Crcy (Inc. Side) FTI_NOMINAL_IN_PCINCURR21(2) TPM_AMOUNT
BSZINS_ASTotal interest - outgoing side (outgoing position currency) FTI_BSUMZINS_AUSGSCURR15(2) WERTV8_TR
BSZINS_ESTotal interest - incoming side (incoming position currency) FTI_BSUMZINS_EINGSCURR15(2) WERTV8_TR
ZSREF_OUTReference Interest Rate of Outgoing Side FTI_SZSREF_OUTCHAR10Assigned to domainZIREFKU
ZSREF_INReference Interest Rate Incoming Side FTI_SZSREF_INCHAR10Assigned to domainZIREFKU
XFORMEL_ASFormula for variable interest condition - outgoing side FTI_XFORMEL_ASCHAR30T_XTEXT30
XFORMEL_ESFormula for variable interest condition - incoming side FTI_XFORMEL_ESCHAR30T_XTEXT30
PZINSFEST_ASFixed-interest condition - outgoing side FTI_ZINSFEST_ASDEC10(7) DECV3_7
PZINSFEST_ESFixed-interest condition - incoming side FTI_ZINSFEST_ESDEC10(7) DECV3_7
PZINSFIX_ASFixed Interest Rate for Variable Condition Outgoing Side FTI_ZINSFIX_ASDEC10(7) DECV3_7
PZINSFIX_ESFixed Interest Rate for Variable Condition Incoming Side FTI_ZINSFIX_ESDEC10(7) DECV3_7
AMMRHY_OUTCurrent Frequency in Months/Outgoing Side FTI_AMMRHY_OUTNUMC3NUMC03
AMMRHY_INCurrent Frequency in Months/Incoming Side FTI_AMMRHY_INNUMC3NUMC03

Key field Non-key field



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

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

How to access SAP table FTI_LDB_TR_ATTR_SWAP

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