SECURITY_FUTURE SAP (Attributes for futures) Structure details

Dictionary Type: Structure
Description: Attributes for futures




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




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

SECURITY_FUTURE 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 "Attributes for 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_SECURITY_FUTURE TYPE SECURITY_FUTURE.

The SECURITY_FUTURE table consists of various fields, each holding specific information or linking keys about Attributes for futures data available in SAP. These include NOMINAL_CURRENCY (Nominal currency), PERCENTAGE_RATE (Percentage rate for condition items), INTEREST_CALC_F (Interest Calculation Method), REF_INTEREST_RATE (Reference Interest Rate).. 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 SECURITY_FUTURE 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
NOMINAL_VALUE_F_XNominal value TI_XNOMSCHAR18CHAR18
NOMINAL_CURRENCYNominal currency RNWHRCUKY5TCURCWAERS
PERCENTAGE_RATEPercentage rate for condition items PKONDDEC10(7) DECV3_7
INTEREST_CALC_FInterest Calculation Method SZBMETHCHAR1SZBMETH
REF_INTEREST_RATEReference Interest Rate SZSREFCHAR10T056RZIREFKU
REF_INTEREST_RATE_TEXTShort Text for Reference Interest Rate KUZITEXTCHAR15TEXT15
FINAL_DUE_DATE_FFinal due date DENDFDATS8DATUM
FINAL_DUE_DATE_F_XFinal due date TI_XENDFCHAR10T_XDATUM
NOMINAL_VALUE_FNominal value BNOMSCURR13(2) BWHR
BETICK_CTYTick Amount (Commodity) TI_BETICK_COMMODITYDEC13(7) DEC13_7
BWTICK_CTYTick Value (Commodity) TI_BWTICK_COMMODITYDEC13(7) DEC13_7
COMMODITY_IDCommodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
COMMODITY_NAMEName of the Commodity TPM_CTY_NAMECHAR40TPM_CTY_NAME
CONTRACT_SIZEContract Size TPM_CTY_CONTRACT_SIZEQUAN13(3) FTR_QUAN
CONTRACT_SZ_UNITMengeneinheit der Kontraktgröße TPM_CTY_CONTRACT_SIZE_UNITUNIT3Assigned to domainTRCO_COMM_UOM
QUANTITYQuantity FTR_QUANQUAN13(3) FTR_QUAN
QUANTITY_UNITUnit of Measurement MSEHIUNIT3T006CUNITMEINS
FIRST_NOTICE_DAYFirst Notice Day FIRST_NOTICE_DAYDATS8FIRST_NOTICE_DAY
FIRST_NOTICE_DAY_XFirst Notice Date X_FIRST_NOT_DAYCHAR10T_XDATUM
DCSIDDerivative Contract Specification ID TBA_DCSIDCHAR6Assigned to domainTBA_DCSIDTBA_DCSIDTBAH_DCS
DCSID_TXTDerivative Contract Specification Description TBA_DCSID_TXTCHAR40TEXT40
KEYDATEDCS Key Date TBA_KEYDATEDATS8DATE
KEYDATE_TXTDCS Key Date Description TBA_KEYDATE_TXTCHAR40TEXT40
MICMarket Identifier Code TBA_MICCHAR4Assigned to domainTBA_MICTBA_MICTBAH_MIC
MIC_TXTMarket Identifier Code Description TBA_MIC_TXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table SECURITY_FUTURE

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