FTI_LDB_TR_ATTR_SEC SAP (Class Attributes Used in the Logical Database) Structure details

Dictionary Type: Structure
Description: Class Attributes Used in the Logical Database




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




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

FTI_LDB_TR_ATTR_SEC 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 "Class Attributes Used in the Logical Database" 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_SEC TYPE FTI_LDB_TR_ATTR_SEC.

The FTI_LDB_TR_ATTR_SEC table consists of various fields, each holding specific information or linking keys about Class Attributes Used in the Logical Database data available in SAP. These include SECURITY_ID (Security ID Number), COMMODITY_ID (Commodity ID), STICHTAG (Key date), RANTYP_R (Contract type).. 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 FTI_LDB_TR_ATTR_SEC 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 MANDTCLNT3Assigned to domainMANDT
SECURITY_IDSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
COMMODITY_IDCommodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
STICHTAGKey date VVSTDATDATS8VVSTDATKEYDATE
RANTYP_RContract type FTI_RANTYPCHAR1FTI_RANTYP
SANLFProduct Category SANLFNUMC3TZAFVVSANLF
GSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
DBLFZStart of Term DBLFZDATS8DATUM
DELFZEnd of Term DELFZDATS8DATUM
RLZTGRemaining Term in Days FTI_RLZTGNUMC5NUMC5
RLZMORemaining Term in Months FTI_RLZMONUMC4NUMC4
RLZJARemaining Term in Years FTI_RLZJANUMC3NUMC3
PARTNRPartner with Whom Commitment Exists FTI_LDB_RISK_COUNTERPARTYCHAR10Assigned to domainALPHABU_PARTNERBUPA
SNOTIQuotation Indicator SNOTINUMC1SNOTI
ALWPKLGeneral Security Classification ALWPKLCHAR3TW22ALWPKL
SWERTTYPSecurity Type ID SWERTTYPNUMC1TW20SAKTTYP
SOL_INS_RANLInstitut Supplying Credit Rating Information for Secur. ID FTI_SOL_INS_RANLCHAR4TP07BP_SOL_INS
RATING_RANLRating for Securities ID Number/OTC Transaction BP_RATING_RANLCHAR3TP06BP_RATING
SWPKLASSClassification of bond SWPKLASSNUMC3TW01SWPKLASS
SAKARStock category SAKARNUMC1SAKAR
SFOARTFund category indicator VVSFOARTCHAR2VVSFOART
SFOTYFund type indicator SFOTYNUMC1TW21SFOTY
SARTBETType of shareholding SARTBETNUMC2TW02SARTBET
SBOERNOTIndicator: Listed on an Exchange SBOERNOTCHAR1JANEI
AAAAKTIENumber of stocks issued FTI_AAAKTIEDEC12DEC12
KBNEWENominal Value per Stock (Independent of Currency) VVBNEWEDEC15(6) VVKWKURS
KZAHLAKTPay-in rate KZAHLAKTDEC10(7) DEC3_7
PKONDInterest rate as a percentage TB_PKONDDEC10(7) DECV3_7
BKONDInterest rate as amount TB_BKONDCURR13(2) WERTV7
SZSREFReference Interest Rate SZSREFCHAR10T056RZIREFKU
SZSREFVZ+/- sign / reference interest rate operator SZSREFVZCHAR1SZSREFVZ
SWHRKONDInterest Currency TB_WHRKONDCUKY5Assigned to domainWAERS
SEFFMETHEffective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH
INT_CATInterest Category FTI_INTTYPECHAR1FTI_INTEREST_TYPE
CTY_QUANTITYCommodity Quantity to Be Delivered FTI_CTY_QUAN_DELVRDQUAN25(5) FTI_CTY_QUAN
CTY_UOMUnit of Measure for the Commodity TPM_CTY_UOMUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table FTI_LDB_TR_ATTR_SEC

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