FTI_COMM_DEAL_EXP_PARA SAP (Parameters of the Commodity Centered LDB) Structure details

Dictionary Type: Structure
Description: Parameters of the Commodity Centered LDB




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




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

FTI_COMM_DEAL_EXP_PARA 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 "Parameters of the Commodity Centered LDB" 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_COMM_DEAL_EXP_PARA TYPE FTI_COMM_DEAL_EXP_PARA.

The FTI_COMM_DEAL_EXP_PARA table consists of various fields, each holding specific information or linking keys about Parameters of the Commodity Centered LDB data available in SAP. These include FLG_COMM_OTC (Select Commodity Related OTC Transactions), FLG_COMM_EXP (Select Exposure Positions for Commodities), FLG_GET_DIS_QUAN (Checkbox), FLG_GET_BROKER_ACC (Checkbox).. 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_COMM_DEAL_EXP_PARA 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
FLG_COMM_LSDSelect Commodity Related Listed Derivatives FTI_LDB_FLG_COMM_LSDCHAR1XFELDFTI_FLG_OTC
FLG_COMM_OTCSelect Commodity Related OTC Transactions FTI_LDB_FLG_COMM_OTCCHAR1XFELDFTI_FLG_OTC
FLG_COMM_EXPSelect Exposure Positions for Commodities FTI_LDB_FLG_COMM_EXPCHAR1XFELDFTI_FLG_OTC
FLG_GET_DIS_QUANCheckbox XFELDCHAR1XFELD
FLG_GET_BROKER_ACCCheckbox XFELDCHAR1XFELD
FLG_GET_TRADERCheckbox XFELDCHAR1XFELD
FLG_GET_TRNSACT_TYPECheckbox XFELDCHAR1XFELD
FLG_GET_TEXTSCheckbox XFELDCHAR1XFELD
FLG_SPREAD_QUANCheckbox XFELDCHAR1XFELD
FLG_OPTION_QUANT_ULCheckbox XFELDCHAR1XFELD
FLG_OPTION_QUANT_INOUTCheckbox XFELDCHAR1XFELD
FLG_OPTION_QUANT_DELTACheckbox XFELDCHAR1XFELD
FLG_OPTION_QUANTITYFlag: Option Quantity in LDB FTI_LDB_FLG_OPTION_QUANTITYCHAR5FTI_LDB_FLG_OPTION_QUANTITY
FLG_USE_BUFFERCheckbox XFELDCHAR1XFELD
KEY_DATEKey Date FTI_STICHTAGDATS8VVSTDATKEYDATE
CUTOFF_DATECutoff Date FTI_CUTOFF_DATEDATS8VVSTDAT
FUTENDSingle-Character Indicator CHAR1CHAR1CHAR1
DISP_UOMDisplay UOM for Commodity FTI_CTY_DISP_UOMUNIT3Assigned to domainCUNITMEINS
DISP_CURRDisplay Currency FTI_ANZGWCUKY5Assigned to domainWAERSFFZ
AUSWTEvaluation Type (Risk Management) FTI_EVALTYPECHAR4Assigned to domainJBREVALFTI_EVALTYPE
NUMBRNumber of translation key in currency translation CFNUMBRNUMC3Assigned to domainCFNUMBRNBR

Key field Non-key field



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

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

How to access SAP table FTI_COMM_DEAL_EXP_PARA

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