FTR_XI_COMMON_EXT SAP (Mapping: General Data in External Format) Structure details

Dictionary Type: Structure
Description: Mapping: General Data in External Format




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




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

FTR_XI_COMMON_EXT 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 "Mapping: General Data in External Format" 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_FTR_XI_COMMON_EXT TYPE FTR_XI_COMMON_EXT.

The FTR_XI_COMMON_EXT table consists of various fields, each holding specific information or linking keys about Mapping: General Data in External Format data available in SAP. These include TRADE_DATE (Contract Conclusion Date), TRADE_TIME (Time of contract conclusion), PORTFOLIO_ID (Portfolio), REQUESTOR_PRTY_REQ_ID (Identifier for Transaction Initiator (Requestor 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)


SAP FTR_XI_COMMON_EXT 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
TRADE_IDIdentifier of Transaction FTR_XI_TRADE_IDCHAR35
TRADE_DATEContract Conclusion Date TB_DVTRABDATS8DATUM
TRADE_TIMETime of contract conclusion TB_TVTRABTIMS6UZEIT
PORTFOLIO_IDPortfolio FTR_XI_PORTFOLIO_IDCHAR30
REQUESTOR_PRTY_REQ_IDIdentifier for Transaction Initiator (Requestor ID) FTR_XI_REQPARTY_REQ_IDCHAR60
REQUESTOR_PRTY_PROV_IDIdentifier for Transaction Initiator (Provider ID) FTR_XI_REQPARTY_PROV_IDCHAR60
REQUESTOR_PRTY_TRPL_IDIdentifier for Transaction Initiator (Trading Platform ID) FTR_XI_REQPARTY_TRPL_IDCHAR60
REQUESTOR_PRTY_CP_FORM_NAMEContact Person/Trader for Transaction Initiator FTR_XI_REQPARTY_CP_FNAMECHAR80
PROVIDER_PRTY_REQ_IDIdentifier for Transaction Provider (Requestor ID) FTR_XI_PROVPARTY_REQ_IDCHAR60
PROVIDER_PRTY_PROV_IDIdentifier for Transaction Provider (Provider ID) FTR_XI_PROVPARTY_PROV_IDCHAR60
PROVIDER_PRTY_TRPL_IDIdentifier for Transaction Provider (Trading Platform ID) FTR_XI_PROVPARTY_TRPL_IDCHAR60
PROVIDER_PRTY_CP_FORM_NAMEContact Person/Trader of Transaction Provider FTR_XI_PROVPARTY_CP_FNAMECHAR80
TRADING_PL_PRTY_REQ_IDIdentifier for Trading Platform (ID of Requestor) FTR_XI_TRPLPARTY_REQ_IDCHAR60
TRADING_PL_PRTY_PROV_IDIdentifier for Trading Platform (ID of Providers) FTR_XI_TRPLPARTY_PROV_IDCHAR60
TRADING_PL_PRTY_TRPL_IDIdentifier for Trading Platform (ID of Trading Platform) FTR_XI_TRPLPARTY_TRPL_IDCHAR60
TRADING_PL_PRTY_CP_FORM_NAMETrading Platform Contact Person FTR_XI_TRPLPARTY_CP_FNAMECHAR80

Key field Non-key field



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

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

How to access SAP table FTR_XI_COMMON_EXT

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