FTI_CTY_POSN_DEALS SAP (Commodity Deals Data) Structure details

Dictionary Type: Structure
Description: Commodity Deals Data




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




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

FTI_CTY_POSN_DEALS 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 "Commodity Deals Data" 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_CTY_POSN_DEALS TYPE FTI_CTY_POSN_DEALS.

The FTI_CTY_POSN_DEALS table consists of various fields, each holding specific information or linking keys about Commodity Deals Data data available in SAP. These include CONTRACT_DATE (Contract Conclusion Date), CONTRACT_PRICE (Commodity Contract Price), CONTRACT_TYPE (Contract Type), COUNTERPARTY (Counterparty).. 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_CTY_POSN_DEALS 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
CONT_BACKCommodity Contango / Backwardation FTR_CONBACKDEC13(5) FTR_COMPRICE
CONTRACT_DATEContract Conclusion Date TB_DVTRABDATS8DATUM
CONTRACT_PRICECommodity Contract Price FTI_CTY_PRICEDEC13(5) FTR_COMPRICE
CONTRACT_TYPEContract Type RANTYPCHAR1RANTYP
COUNTERPARTYCounterparty TB_KONTRHCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
CTY_SPOT_PRICECommodity spot price FTI_CTY_SPOT_PRCDEC13(5) FTR_COMPRICE
DEAL_NUMBERPosition-Generating Financial Transaction FTI_POSRFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
END_TERMEnd of Term FTI_DELFZ_DEALDATS8DATUM
PORTFOLIOPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
PRODUCT_CATProduct Category SANLFNUMC3Assigned to domainVVSANLF
SIDEDirection of Transaction TB_RKONDGRNUMC1T_RKONDGR
START_TERMStart of Term FTI_DBLFZ_DEALDATS8DATUM
TRADERTrader RDEALERCHAR12Assigned to domainRDEALER
TRANSACTION_TYPEFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
QUANTITY_INIncoming Commodity Quantity FTI_QUAN_INQUAN13(3) FTR_QUAN
UOM_INUnit of Measure for Incoming Commodity FTI_UOM_INUNIT3Assigned to domainCUNITMEINS
CTY_PRICE_INIncoming Comodity Price FTI_CTY_PRICE_INDEC13(5) FTR_COMPRICE
QUANTITY_OUTOutgoing Commodity Quantity FTI_QUAN_OUTQUAN13(3) FTR_QUAN
UOM_OUTUnit of Measure for Outgoing Commodity FTI_UOM_OUTUNIT3Assigned to domainCUNITMEINS
CTY_PRICE_OUTOutgoing Commodity Price FTI_CTY_PRICE_OUTDEC13(5) FTR_COMPRICE
PRICE_CURR_UNITCurrency Unit of the Rate TB_RUNITCHAR5Assigned to domainVVSRUNIT
PRICE_UOMUnit of Measure for the Commodity TPM_CTY_UOMUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table FTI_CTY_POSN_DEALS

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