FTIEA SAP (Fields in Import/Export Processing) Structure details

Dictionary Type: Structure
Description: Fields in Import/Export Processing




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




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

FTIEA 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 "Fields in Import/Export Processing" 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_FTIEA TYPE FTIEA.

The FTIEA table consists of various fields, each holding specific information or linking keys about Fields in Import/Export Processing data available in SAP. These include CHECK_KOMA (Checkbox: Check only ...), CHECK_VEMA (Checkbox: Check only ...), CHECK_KOKU (Checkbox: Check foreign trade data only), PRINT_RED (Indicates whether the log displays errors only).. 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 FTIEA 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
CHECK_KOLICheckbox: Check only ... CHECK_KOLICHAR1XFELD
CHECK_KOMACheckbox: Check only ... CHECK_KOMACHAR1XFELD
CHECK_VEMACheckbox: Check only ... CHECK_VEMACHAR1XFELD
CHECK_KOKUCheckbox: Check foreign trade data only CHECK_KOKUCHAR1XFELD
PRINT_REDIndicates whether the log displays errors only PRINT_REDCHAR1XFELD
CHECK_AGRECheck for payment guarantee procedure only CHECK_AGRECHAR1XFELD
CHECK_LECOCheck for legal control only CHECK_LECOCHAR1XFELD
CHECK_VERWCivilian or military use CHECK_VERWCHAR1XFELD
CHECK_LCOMForeign Trade: Consistency Reports:Add.Check-Exempt.Certif. CHECK_LCOMCHAR1XFELD
SALES_VIEWSales view SALES_VIEWCHAR1XFELD
PURCH_VIEWPurchasing view for incompletion reporting in foreign trade PURCH_VIEWCHAR1XFELD
MTEXTForeign trade: Display material description MAT_TXTCHAR1XFELD
KOLKZForeign trade: Import/Export - Consistency reports KOLKZCHAR1XFELD
FIGELForeign trade: Ind. f. displaying invoices transferred to FI FIGELCHAR1XFELD
LAND_STAWNForeign Trade: MMM: Country of Commodity Code/Import Code No LAND_STAWNCHAR3T005LAND1LND
WERKS_STAWNPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ALL_WERKSForeign Trade: MMM: Indicator, change material in all plants ALL_WERKSCHAR1XFELD
DISPLAY_LISTForeign Trade: MMM: Indicator, if list display DISPLAY_LISTCHAR1XFELD
CHECK_REORGCheckbox: Reorganization Incompleteness CHECK_REORGCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table FTIEA

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