SAP TFC_SORT_ITEM Structure for Table for Sorting Items Table data and field list

TFC_SORT_ITEM 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 "Structure for Table for Sorting Items" 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_TFC_SORT_ITEM TYPE TFC_SORT_ITEM.

The TFC_SORT_ITEM table consists of various fields, each holding specific information or linking keys about Structure for Table for Sorting Items data available in SAP. These include INST_ITEM (), MANDT (Client), PROFILE (Fast Close: Task List), INSTANCE (Counter)... 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. .

TFC_SORT_ITEM structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP TFC_SORT_ITEM structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the TFC_SORT_ITEM table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ITEM 0
INST_ITEM 0
MANDTClient MANDTCLNT3MANDT
PROFILEFast Close: Task List TFC_PROFILECHAR10TFC_PROFILE
INSTANCECounter TFC_NUMINT410TFC_INSTANCE
NODENode ID SCMA_NODECHAR12SCMA_NODE
ITEMNode ID SCMA_NODECHAR12SCMA_NODE
NODE_GRPInteger for Fast Close (Node Administration) TFC_INTINT410TFC_INT
POSPosition under a Node TFC_POSITIONINT410TFC_POSITION
GRP_PREVInteger for Fast Close (Node Administration) TFC_INTINT410TFC_INT
KINDTask Type (Report, Workflow, Transaction, Note) TFC_TASK_TYPECHAR1TFC_TASK_TYPE
REPORTABAP Program Name TFC_PROGRAMMCHAR40PROGRAMM
VARIANTEVariant Name TFC_VARIANTCHAR14SELSET
SEQUENCEFast Close: Flow Definition TFC_SEQUENCECHAR12TFC_SEQUENCE
TRANSACTFast Close: Transaction TFC_TRANSACTIONCHAR20TCODE
EXE_USRTask Processor TFC_TASK_OWNERCHAR12XUBNAMEUSER_ADDR
RES_USRPerson Responsible for Task TFC_TASK_RESCHAR12XUBNAMEUSER_ADDR
EXE_DAY_OFFSETOffset in Days Relative to Key Date of a Task List TFC_OFFSET_RELINT410TFC_OFFSET_REL
DAY_TYPEType of Day (Calendar Day or Working Day) TFC_DAY_TYPECHAR1TFC_DAY_TYPE
EXE_TIMEPlanned Start Time for a Task TFC_TIMETIMS6SYTIME
INACTIVEBool Indicator TFC_ACTIVECHAR1TFC_ACTIVE
LOCKEDTask Completed TFC_LOCKEDCHAR1TFC_ACTIVE
AUTO_VARGenerate Variant Automatically TFC_AUTO_VARCHAR1TFC_ACTIVE
TEXTDescription of a Folder or Task TFC_FOLDER_TEXTCHAR60TFC_FOLDER_TEXT
JOBTask Name TFC_JOBCHAR40PROGRAMM
JOB_IDJob ID of a Job: Unique Name TFC_JOB_IDNUMC10TFC_JOB_ID
LAUFZEIT_DSystem Date SYDATUMDATS8SYDATS
LAUFZEIT_TSystem Time SYUZEITTIMS6SYTIME
DOCUMENT_IDBusiness Document Service: Document ID BDS_DOCIDCHAR42CHAR42
IUSAGEUsage in Following Closing Types TFC_USAGECHAR8TFC_USAGE
TEST_NODENode ID SCMA_NODECHAR12SCMA_NODE
CRIT_PATHIndicator: Object Belongs to Critical Path TFC_CRIT_PATHCHAR1TFC_CRIT_PATH
BATCHJOB_IDBackground job name BTCJOBCHAR32CHAR32
AGR_NAMERole Name AGR_NAMECHAR30AGR_NAMEAGR_NAME
SAP_SCRIPT_IDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
RT_DEF_IDName of Remote Task TFC_RT_DEF_IDCHAR80DBTC_EXT_SDL_NAMEBTC_EXT_JOBDEFS
RT_QUEUEQueue of Remote Task TFC_RT_QUEUECHAR80DBTC_EXT_SDL_NAMEBTC_EXT_QUEUES

Key field Non-key field



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

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

How to access SAP table TFC_SORT_ITEM

Within an ECC or HANA version of SAP you can also view further information about TFC_SORT_ITEM and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).