FTTREE_COCK SAP (Foreign Trade: Trees Operative Cockpit Document Processing) Structure details

Dictionary Type: Structure
Description: Foreign Trade: Trees Operative Cockpit Document Processing




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




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

FTTREE_COCK 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: Trees Operative Cockpit Document 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_FTTREE_COCK TYPE FTTREE_COCK.

The FTTREE_COCK table consists of various fields, each holding specific information or linking keys about Foreign Trade: Trees Operative Cockpit Document Processing data available in SAP. These include FT_HLAND (Country Key), FT_NAME1 (Name 1), FT_BNR (Foreign trade: Document number), FT_JAHR (Foreign trade: Document year).. 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 FTTREE_COCK 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
FT_AHBASBasis document category for foreign trade processing AHBASCHAR3AHBAS
FT_HLANDCountry Key LAND1CHAR3Assigned to domainLAND1LND
FT_NAME1Name 1 NAME1_GPCHAR35NAME
FT_BNRForeign trade: Document number FT_BNRCHAR10FT_BNR
FT_JAHRForeign trade: Document year FT_JAHRNUMC4GJAHRGJAHR
FT_ARTForeign trade: Document type FT_ARTCHAR4FT_ART
FT_DATForeign Trade: Document Date FT_DATDATS8FT_DAT
FT_GESSTAForeign Trade/Customs: Overall status of a document FT_GESSTACHAR30CHAR30
FT_GESMANForeign Trade/Customs: Overall Status Doc.: Manual Status FT_GESMANCHAR30CHAR30
FT_USERUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
FT_PARForeign trade: Partners FT_PARCHAR10FT_PAR
FT_EXNUMNumber of foreign trade data in MM and SD documents EXNUMCHAR10Assigned to domainEXNUM

Key field Non-key field



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

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

How to access SAP table FTTREE_COCK

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