FTI_LDB_CLASS_DATA_12 SAP (Only Fields for Options/Futures) Structure details

Dictionary Type: Structure
Description: Only Fields for Options/Futures




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




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

FTI_LDB_CLASS_DATA_12 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 "Only Fields for Options/Futures" 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_12 TYPE FTI_LDB_CLASS_DATA_12.

The FTI_LDB_CLASS_DATA_12 table consists of various fields, each holding specific information or linking keys about Only Fields for Options/Futures data available in SAP. These include PUT_CALL_INDICATOR (Put/call indicator), SETTLEMENT_OPT (Settlement indicator), EXERCISE_TYPE_OPT (Exercise Type (American or European)), SECURITY_REFERENCE (Security ID number).. 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 (character-type or numeric)


SAP FTI_LDB_CLASS_DATA_12 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
SETTLEMENT_METHODSettlement Method Option TI_SABRMETCHAR1T_SABRMET
PUT_CALL_INDICATORPut/call indicator TI_SPUTCALNUMC1T_SPUTCAL
SETTLEMENT_OPTSettlement indicator TI_SETTLFLCHAR1T_SETTLFL
EXERCISE_TYPE_OPTExercise Type (American or European) SOPTAUSNUMC1SOPTAUS
SECURITY_REFERENCESecurity ID number WP_RANLCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
OPT_FUT_CATEGORYOptions/futures category TI_SOFTYPNUMC2T_SOFTYP
ORG_OPTTYPEOriginal option category (on closing) TV_OPTTYPNUMC3Assigned to domainT_OPTTYP
OPT_FUT_QUOTATIONQuotation type option/future TI_NOTTYPECHAR1T_NOTTYPE
EXPIRY_DATEExpiration date TI_DVERFDATS8DATUM
LAST_TRADING_DAYLast trade date TI_DLHANDDATS8DATUM
SETTLEMENT_DAYSettlement date TI_DERFUEDATS8DATUM
FACTORY_CALENDARFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
FINAL_DUE_DATE_FFinal due date DENDFDATS8DATUM
SECURITY_INDEXSecurities Index IDXCHAR10CHAR10
NUMBER_OF_UNITSNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
STRIKE_AMOUNTStrike as amount BAPI_TI_BSTRIKEDEC23(4) BAPICURR
STRIKE_IN_POINTSStrike in points TI_PKSTRIKDEC9(4) DEC5_4
TICK_AMOUNTTick as amount BAPI_TI_BETICKDEC23(4) BAPICURR
TICK_IN_POINTSTick in index points TI_PITICKDEC11(6) T_PKTKUR
TICK_VALUETick value BAPI_TI_BWTICKDEC23(4) BAPICURR
NOMINAL_VALUE_FNominal value BAPI_BNOMSDEC23(4) BAPICURR
INDEX_POINT_VALUEValue of an index point BAPI_TI_BPINDEXDEC23(4) BAPICURR
COMMODITY_IDCommodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
CONTRACT_SIZECommodity Quantity to Be Delivered FTI_CTY_QUAN_DELVRDQUAN25(5) FTI_CTY_QUAN
CONTRACT_SZ_UNITUnit 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_CLASS_DATA_12 using ABAP code?

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

How to access SAP table FTI_LDB_CLASS_DATA_12

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