SECURITY_OPTION SAP (Attributes for options) Structure details

Dictionary Type: Structure
Description: Attributes for options




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




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

SECURITY_OPTION 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 options" 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_OPTION TYPE SECURITY_OPTION.

The SECURITY_OPTION table consists of various fields, each holding specific information or linking keys about Attributes for options data available in SAP. These include PUT_CALL_INDICATOR (Put/call indicator), SETTLEMENT_OPT (Settlement Indicator), EXERCISE_TYPE_OPT (Exercise Type (American or European)), NUMBER_OF_UNITS (Units Underlying).. 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_OPTION 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 SETTLFLCHAR1SETTLFL
EXERCISE_TYPE_OPTExercise Type (American or European) SOPTAUSNUMC1SOPTAUS
NUMBER_OF_UNITSUnits Underlying FTI_UNITS_ULDEC22(6) TPM_UNITS
NOM_AMT_ULNominal amount BNWHRCURR13(2) WERTV7
NOM_CURRENCY_ULCurrency of nominal amount SNWHRCUKY5TCURCWAERS
PRODUCT_CATEGORY_REFERENCEProduct Category SANLFNUMC3Assigned to domainVVSANLF
SECURITY_REFERENCESecurity ID number WP_RANLCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
STRIKE_AMOUNTStrike as amount TI_BSTRIKECURR13(2) WERTV7
STRIKE_CURRENCYStrike Currency TI_WSTRIKECUKY5TCURCWAERS
STRIKE_IN_PERCENTStrike as inverted percentage notation TI_IPSTRIKDEC10(7) DECV3_7
STRIKE_IN_POINTSStrike in points TI_PKSTRIKDEC9(4) DEC5_4
INDEX_POINT_VALUEValue of an index point TI_BPINDEXCURR13(2) WERTV7
INDEX_P_CURRENCYIndex point currency TI_WPINDEXCUKY5TCURCWAERS
QUANTITY_OPTQuantity FTR_QUANQUAN13(3) FTR_QUAN
QUANTITY_UNIT_OPTUnit of measure TRCO_COMM_UOMUNIT3Assigned to domainTRCO_COMM_UOM
UNDERLYING_KEYDATEDCS Key Date TBA_KEYDATEDATS8DATE
UNDERLYING_KEYDATE_TXTDCS Key Date Description TBA_KEYDATE_TXTCHAR40TEXT40
UNDERLYING_DCSIDDerivative Contract Specification ID TBA_DCSID_UNDERLYINGCHAR6Assigned to domainTBA_DCSIDTBAH_DCS
UNDERLYING_DCSID_TXTDerivative Contract Specification Description TBA_DCSID_TXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table SECURITY_OPTION

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