TF001 SAP (SAP Cons.: Global Specifications) Table details

Dictionary Type: Table
Description: SAP Cons.: Global Specifications




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




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

TF001 is a standard SAP Table which is used to store SAP Cons.: Global Specifications data and is available within R/3 SAP systems depending on the version and release level.

The TF001 table consists of various fields, each holding specific information or linking keys about SAP Cons.: Global Specifications data available in SAP. These include SEQNR (Sequence number), ALPHA (ALPHA conversion of consolidation groups and units), ALPHB (ALPHA conversion of FS items), MONITOR (Status management activated).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TF001 table 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
MANDTClient MANDTCLNT3T000MANDT
SEQNRSequence number FC_SEQNRNUMC1NUMC01
ALPHAALPHA conversion of consolidation groups and units FC_ALPHACHAR1X
ALPHBALPHA conversion of FS items FC_ALPHBCHAR1X
MONITORStatus management activated FC_MONITORCHAR1CHAR1_X
PEROPENOpen periods explicitly in the monitor FC_PEROPENCHAR1CHAR1_X
CONSCHECKConsistency Check Activated FC_CONSCHKCHAR1X
STLGHLength of the subitem category FC_STLGHNUMC1NUMC01
VALLGHLength of value fields (list processor) FC_VALLGHNUMC2NUMC02
CISTIDisplay statistical items in C/I audit trail FC_CISTICHAR1X
EXRTYPDDefault exchange rate type FC_EXRTYPDCHAR4TCURVKURSTKUT
PRGRPUSEType of product group usage FC_PRGRPUSECHAR1X
SIITGRPIGNIgnore the breakdown category of the totals items FC_SUMIT_ITGRP_IGNORECHAR1X
MAXSETMaximum Sets Active FC_MAXSETCHAR1X
REP_PERIVFiscal Year Variant for Reporting FC_REP_PERIVCHAR2T009PERIV
DEFRM_LOCKBlock Online Data Entry per Layout FC_DEFRM_LOCKCHAR1X
BCF_CORR1Adjustment in period 1 for repetition of carryforward FC_BCF_CORR1CHAR1X

Key field Non-key field



How do I retrieve data from SAP table TF001 using ABAP code

The following ABAP code Example will allow you to do a basic selection on TF001 to SELECT all data from the table
DATA: WA_TF001 TYPE TF001.

SELECT SINGLE *
FROM TF001
INTO CORRESPONDING FIELDS OF WA_TF001
WHERE...

How to access SAP table TF001

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