FTI_LDB_CLASS_DATA_06 SAP (Common Fields: Bonds, Warrant Bonds, and Convertible Bonds) Structure details

Dictionary Type: Structure
Description: Common Fields: Bonds, Warrant Bonds, and Convertible Bonds




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




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

FTI_LDB_CLASS_DATA_06 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 "Common Fields: Bonds, Warrant Bonds, and Convertible Bonds" 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_CLASS_DATA_06 TYPE FTI_LDB_CLASS_DATA_06.

The FTI_LDB_CLASS_DATA_06 table consists of various fields, each holding specific information or linking keys about Common Fields: Bonds, Warrant Bonds, and Convertible Bonds data available in SAP. These include NOMINAL_VALUE (Nominal value), TRADING_UNIT (Nominal per trading unit), ISSUER_CALL (Issuer call date), BONDHOLDER_CALL (Bondholder call date).. 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_CLASS_DATA_06 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
CLASSIFICATIONClassification of bond SWPKLASSNUMC3Assigned to domainSWPKLASS
NOMINAL_VALUENominal value BAPI_BNOMSDEC23(4) BAPICURR
TRADING_UNITNominal per trading unit BAPI_BNHAEDEC23(4) BAPICURR
ISSUER_CALLIssuer call date DKEMIDATS8DATUM
BONDHOLDER_CALLBondholder call date DKOBLDATS8DATUM
SECONDARY_LOANSSecondary loans ID VVJNACHRCHAR1JANE
INCLUSIVE_INDICATORInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
ISSUE_YIELDIssue Yield ISSUE_YIELDDEC10(7) DEC3_7
PERCENTAGE_RATEPercentage rate for condition items PKONDDEC10(7) DECV3_7
YIELD_METHODEffective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH
YIELD_FREQUENCYInt.sttlmnt frequency for effective int.rate calc.in months VVZVRHYEFFNUMC3NUMC03
INTEREST_CALC_METHODInterest Calculation Method SZBMETHCHAR1SZBMETH
REPAYMENT_TYPERepayment Type Indicator STILGARTNUMC1STILGART
CUTTING_DAYSNumber of cutting days BATRTNUMC3NUMC03
DISCOUNTEDDiscounted SDISKOCHAR1SDISKO
AMOUNTCondition amount independent of currency VVKBKONDDEC15(6) VVKWKURS
CURRENCYCurrency of Condition Item SWHRKONDCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table FTI_LDB_CLASS_DATA_06

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