FTBALE SAP (Foreign Trade: Structure of Foreign Trade Objects for Upload) Structure details

Dictionary Type: Structure
Description: Foreign Trade: Structure of Foreign Trade Objects for Upload




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




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

FTBALE 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 "Foreign Trade: Structure of Foreign Trade Objects for Upload" 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_FTBALE TYPE FTBALE.

The FTBALE table consists of various fields, each holding specific information or linking keys about Foreign Trade: Structure of Foreign Trade Objects for Upload data available in SAP. These include MESCOD (Logical Message Variant), OBLAND (Importing country for import processing in foreign trade), OBT615 (Foreign Trade: Object Description - Customs Office), OBT618 (Foreign Trade: Object Description - Mode of Transport).. 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 FTBALE 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
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
MESCODLogical Message Variant EDI_MESCODCHAR3EDI_MESCOD
OBLANDImporting country for import processing in foreign trade EILANCHAR3Assigned to domainLAND1
OBT615Foreign Trade: Object Description - Customs Office OBT615CHAR1XFELD
OBT618Foreign Trade: Object Description - Mode of Transport OBT618CHAR1XFELD
OBT616Foreign Trade: Object Description - Procedures OBT616CHAR1XFELD
OBT605Foreign Trade: Object Description - Business Transaction OBT605CHAR1XFELD
OBT604STForeign Trade: Object Description - Commodity Code OBT604STCHAR1XFELD
OBT604CUForeign Trade: Object Description - Code Number OBT604CUCHAR1XFELD
OBT604STWForeign Trade: Object Description - Foreign Trade Keyword OBT615STWCHAR1XFELD
OBT604WForeign Trade: Object Description - Sections OBT604WCHAR1XFELD
OBT604YForeign Trade: Object Description - Section/Chapter OBT604YCHAR1XFELD
OBT609GForeign Trade: Object Description - PRODCOM Number OBT609GCHAR1XFELD
OBT610CForeign Trade: Object Description - CAS Number OBT610CCHAR1XFELD
OBT618KForeign Trade: Object Descr. - Comb. ModeOfTrans/CustOffice OBT618KCHAR1XFELD
OBT605KFT: Obj. Descr. - Combination Bus.Transaction Type/Procedure OBT605KCHAR1XFELD
OBT610KForeign Trade: Object Description - Quota Code OBT610KCHAR1XFELD
OBT610DForeign Trade: Object Description - Pharma. Products Code OBT610DCHAR1XFELD
OBT610AForeign Trade: Object Description - Anti-dumping Code OBT610ACHAR1XFELD
OBT610FKForeign Trade: Object Description - Quota Determination OBT610FKCHAR1XFELD
OBT610FDForeign Trade: Obj. Descr. - Pharma. Produts Determination OBT610FDCHAR1XFELD
OBT610FAFor. Trade: Object Description - Anti-dumping Determination OBT610FACHAR1XFELD
OBT610KNForeign Trade: Object Description - Quota Number OBT610KNCHAR1XFELD
OBT610PNForeign Trade: Object Description - Customs Ceiling Number OBT610PNCHAR1XFELD
OBT610LGForeign Trade: Object Description - Country Group OBT610LGCHAR1XFELD
OBT610LGZForeign Trade: Object Description - Country Group Assignment OBT610LGZCHAR1XFELD
OBT604CForeign Trade: Object Description for Preference Code Import OBT604CCHAR1XFELD
OBT610PAForeign Trade: Object Description - Preference Type OBT610PACHAR1XFELD
OBT610NAForeign Trade: Object Description - Verification Type OBT610NACHAR1XFELD
OBT610VAForeign Trade: Obj. Description - Previous Document Type OBT610VACHAR1XFELD
OBT612NForeign Trade: Object Description - Goods Identity Seal Type OBT612NCHAR1XFELD
OBT612PForeign Trade: Object Description - Type of Package OBT612PCHAR1XFELD
OBT612BForeign Trade: Object Description - Means of Transport Type OBT612BCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table FTBALE

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