JBIUFICTPAR_OPT SAP (ALM Include Parameters for Fict.Transactions, Option Part) Structure details

Dictionary Type: Structure
Description: ALM Include Parameters for Fict.Transactions, Option Part




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




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

JBIUFICTPAR_OPT 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 "ALM Include Parameters for Fict.Transactions, Option Part" 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_JBIUFICTPAR_OPT TYPE JBIUFICTPAR_OPT.

The JBIUFICTPAR_OPT table consists of various fields, each holding specific information or linking keys about ALM Include Parameters for Fict.Transactions, Option Part data available in SAP. These include U_DELFZ (End of Term of Underlying), SPUTCALL (Put/Call Indicator for Options), SETTLFL (Settlement indicator), SOPTAUS (Exercise type (American or European)).. 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: Not classified


SAP JBIUFICTPAR_OPT 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
U_DBLFZStart of Term of Underlying U_DBLFZDATS8DATUM
U_DELFZEnd of Term of Underlying U_DELFZDATS8DATUM
SPUTCALLPut/Call Indicator for Options RM_PUTCALLNUMC1TV_PUTCAL
SETTLFLSettlement indicator RM_SETTLFLCHAR1T_SETTLFL
SOPTAUSExercise type (American or European) RM_SOPTAUSNUMC1SOPTAUS
OPTTYPOriginal Option category (On Conclusion of Deal) RM_OPTTYPNUMC3ATO1T_OPTTYP
B1OSKURSRate for Upper Barrier (Forex) RM_B1OSKURDEC13(9) TB_KKURS

Key field Non-key field



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

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

How to access SAP table JBIUFICTPAR_OPT

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