FTCON SAP (Fields in Legal Control) Structure details

Dictionary Type: Structure
Description: Fields in Legal Control




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




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

FTCON 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 Legal Control" 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_FTCON TYPE FTCON.

The FTCON table consists of various fields, each holding specific information or linking keys about Fields in Legal Control data available in SAP. These include DEL_DATA (Foreign trade: Legal control - SLS - Delete old data), CHECK_CORE (Check for different control reasons), SLDKZ (Deletion indicator for entry in sanctioned party list), SHOW_TEXT (Indicator: Determines whether texts for data will be read).. 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 FTCON 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
KWLDISLS: Create key words: List output? KWLDICHAR1XFELD
DEL_DATAForeign trade: Legal control - SLS - Delete old data DEL_DATACHAR1XFELD
CHECK_CORECheck for different control reasons CHECK_CORECHAR1XFELD
SLDKZDeletion indicator for entry in sanctioned party list SLDKZCHAR1XFELD
SHOW_TEXTIndicator: Determines whether texts for data will be read SHOW_TEXTCHAR1XFELD
P_PRZABOpen value in percent for license for legal control P_PRZABDEC5(2) PRZ32
P_ANZTGNumber of days until validity end of export license P_ANZTGNUMC3NUM03
CHECK_ANZForeign Trade: Legal Control: SLS: Number of Checks CHECK_ANZNUMC12CHECK_ANZ
CHECK_PERForeign Trade: Legal Control: SLS: Checking Time CHECK_PERNUMC12CHECK_PER
P_AUFTRDocument type 'sales doc' for Reporting in Foreign Trade P_AUFTRCHAR1XFELD
P_LIEFRDocument type 'delivery doc.' for Reporting in Foreign Trade P_LIEFRCHAR1XFELD
GKEYWForeign Trade: Legal Control: SLS: Determine key words GKEYWCHAR1XFELD
P_KUMLeg. Contrl: Bureau of Exp. Administr. diskette: Aggr. data P_KUMCHAR1XFELD
P_FILELeg. Contrl: Bureau of Exp. Administr. diskette: Create file P_FILECHAR1XFELD
LIFTYPBAFA (German Federal Export Office) diskette: Document type LIFTYPCHAR1CHAR1
DISP_ALLFT: Legal Control: Display Variant (Detail in dialog box) DISP_ALLCHAR1XFELD
SHOW_MSGIndicator if system shall display processing step SHOW_MSGCHAR1XFELD
VAR_CONForeign Trade: Legal Control: Tree variant VAR_CONCHAR14Assigned to domainVARIANTVCN
P_GEGRULegal Regulation for Legal Control P_GEGRUCHAR1CHAR1
P_GEARTLicense type P_GEARTCHAR1CHAR1
P_ALANDDeparture country (country from which the goods are sent) P_ALANDCHAR1CHAR1
P_EXLNDDestination Country of Export Transaction for Legal Control P_EXLNDCHAR1CHAR1
P_PRKLASLegal Control: Product Classification Check P_PRKLASCHAR1CHAR1
P_LAKLASLegal Control: Country Classification P_LAKLASCHAR1CHAR1
P_FORMRName of FORM routine for user-defined function P_FORMRCHAR1CHAR1
P_LGRUPCountry Grouping for Export Control P_LGRUPCHAR1CHAR1
P_ALNUMExport Control Class according the Legal Reg. for Legal Ctrl P_ALNUMCHAR1CHAR1
P_EMBGRGrouping for Legal Control P_EMBGRCHAR1CHAR1
P_LANDEXLegal Control: Existence Check for Countries P_LANDEXCHAR1CHAR1
P_WRKLNDCountries of All Plants P_WRKLNDCHAR1CHAR1
P_LICENSLicense for Product Classification P_LICENSCHAR1CHAR1
P_BEZEIDescriptions in Language of Declaration P_BEZEICHAR1CHAR1
P_BELTYPDocument types P_BELTYPCHAR1CHAR1
P_POSTYPItem categories P_POSTYPCHAR1CHAR1
P_ALNEMBCombination: Export Control Class / Grouping P_ALNEMBCHAR1CHAR1
P_DISCForeign Trade: Create Diskette DISCCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table FTCON

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