FTI_CTY_POSN_EXPOSURE SAP (Commodity Position for Exposures) Structure details

Dictionary Type: Structure
Description: Commodity Position for Exposures




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




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

FTI_CTY_POSN_EXPOSURE 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 Position for Exposures" 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_EXPOSURE TYPE FTI_CTY_POSN_EXPOSURE.

The FTI_CTY_POSN_EXPOSURE table consists of various fields, each holding specific information or linking keys about Commodity Position for Exposures data available in SAP. These include DESCRIPTION (Description of an exposure position), EXP_TYPE (Exposure Position Type), EXPOSURE_ID (Raw Exposure ID), ITEM_ID (Raw Exposure Line Item ID).. 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_EXPOSURE 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
CREATION_DATEFirst Entered on DERFDATS8DATUM
DESCRIPTIONDescription of an exposure position FTR_EXPOSURE_TEXTCHAR50TEXT50
EXP_TYPEExposure Position Type FTR_EXPOSURE_TYPECHAR5Assigned to domainFTR_EXPOSURE_TYPETEXH_F4_EXP_TYPE
EXPOSURE_IDRaw Exposure ID FTR_RAW_EXPOS_IDCHAR13Assigned to domainALPHAFTR_RAW_EXPOS_ID
ITEM_IDRaw Exposure Line Item ID FTR_ITEM_IDNUMC5Assigned to domainFTR_ITEM_ID
LASTCHANGE_DATELast Edited on DBEARDATS8DATUM
POSITION_IDExposure Position ID FTR_POSITION_IDCHAR20Assigned to domainALPHAFTR_POSITION_IDTEXH_POSITION
PROFIT_CENTERProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
RISK_CATExposure Risk Category FTR_RISK_CATCHAR1FTR_RISK_CAT
SUBEXPOS_IDSub Raw Exposure ID FTR_SUBITEM_IDNUMC4FTR_SUBITEM_ID
TRANSACTION_ACTTransaction Activity (E-HA) THM_TRANSACTNUMC2Assigned to domainTHM_TRANSACT
TRANSACTION_CATExposure Category of Raw Exposure FTR_RAWEXPOS_TRANSCATCHAR2Assigned to domainFTR_RAWEXPOS_TRANSCAT

Key field Non-key field



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

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

How to access SAP table FTI_CTY_POSN_EXPOSURE

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