SAP TFC_S_DYNPRO_DATA Structure for Function Group TFC_UTILS Table data and field list

TFC_S_DYNPRO_DATA 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 Function Group TFC_UTILS" 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_S_DYNPRO_DATA TYPE TFC_S_DYNPRO_DATA.

The TFC_S_DYNPRO_DATA table consists of various fields, each holding specific information or linking keys about Structure for Function Group TFC_UTILS data available in SAP. These include DMODE (Single-Character Indicator), SORT_CRITERIA (), SORTKEY1 (Character field of length 40), SORTKEY2 (Character field of length 40)... 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_S_DYNPRO_DATA structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TFC_S_DYNPRO_DATA 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_S_DYNPRO_DATA 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
OKSingle-Character Indicator CHAR1CHAR1CHAR1
DMODESingle-Character Indicator CHAR1CHAR1CHAR1
SORT_CRITERIA 0
SORTKEY1Character field of length 40 CHAR40CHAR40CHAR40
SORTKEY2Character field of length 40 CHAR40CHAR40CHAR40
SORTKEY3Character field of length 40 CHAR40CHAR40CHAR40
GRPKEY1Character field of length 40 CHAR40CHAR40CHAR40
SPREADCharacter field of length 40 CHAR40CHAR40CHAR40
ORGOBJCharacter field of length 40 CHAR40CHAR40CHAR40
FILTERKEYCharacter field of length 40 CHAR40CHAR40CHAR40
FILTERVALUECharacter field of length 40 CHAR40CHAR40CHAR40
TEST_STATUSNew Input Values XFLAGCHAR1XFLAG
REAL_STATUSNew Input Values XFLAGCHAR1XFLAG
ORGVALUE_LOWCharacter field of length 40 CHAR40CHAR40CHAR40
ORGVALUE_HIGHCharacter field of length 40 CHAR40CHAR40CHAR40
ORGVALUE_LOWTCharacter field, length 64 CHAR64CHAR64CHAR64
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32RFCDESTRFCF4_RFCDESTYPEALL
METHODHierarchies of Closing Structure TFC_METHODCHAR1TFC_METHOD
PROFILESchedule Manager: Task List PEPPROFILECHAR10PEPPROFILESCMAPROFILEH_PEPPROFILE
PERIVFiscal Year Variant PERIVCHAR2PERIV
SHOW_DEPSSingle-Character Indicator CHAR1CHAR1CHAR1
MANDTClient MANDTCLNT3MANDT
ORGTYPEStructure Data Type for Fast Close TFC_ORGTYPECHAR5TFC_ORGTYPE
ORGTEXTText for Organizational Object TFC_ORG_TEXTCHAR32TFC_ORGTYPE_TEXT
PAR_ORGTYPESuperordinate Organizational Object TFC_PORGTYPECHAR5TFC_ORGTYPE
AUSPRAEG_VALName of Organizational Unit TFC_LOWHIGHCHAR10TFC_LOWHIGHSC_AUSPRAEG
AUSPRAEG_FLDField Name for Characteristic Value Field TFC_AUSPRAEG_FLD_NAMECHAR30FDNAME
AUSPRAEG_TABTable Name: Characteristic Value Field TFC_AUSPRAEG_TAB_NAMECHAR30TABNAME
TEXT_FLDField Name for Text Field TFC_TEXT_FLD_NAMECHAR30FDNAME
TEXT_TABTable Name for Text Field TFC_TEXT_TAB_NAMECHAR30TABNAME
KTOPL_FLDField Name for Chart of Accounts Field TFC_KTOPL_FLD_NAMECHAR30FDNAME
KTOPL_TABTable Name for Chart of Accounts Field TFC_KTOPL_TAB_NAMECHAR30TABNAME
PERIV_FLDField Name for Fiscal Year Variant Field TFC_PERIV_FLD_NAMECHAR30FDNAME
PERIV_TABTable Name: Fiscal Year Variant Field TFC_PERIV_TAB_NAMECHAR30TABNAME
BWKEY_FLDField Name of Valuation Area Field TFC_BWKEY_FLD_NAMECHAR30FDNAME
BWKEY_TABTable Name of Valuation Area Field TFC_BWKEY_TAB_NAMECHAR30TABNAME
WAERS_FLDField Name for Currency Field TFC_WAERS_FLD_NAMECHAR30FDNAME
WAERS_TABTable Name for Currency Field TFC_WAERS_TAB_NAMECHAR30TABNAME
PAR_AUSPRAEG_FLDField Name for Characteristic Value Field TFC_PAUSPRAEG_FLD_NAMECHAR30FDNAME
PAR_AUSPRAEG_TABTable Name: Characteristic Value Field TFC_PAUSPRAEG_TAB_NAMECHAR30TABNAME
VARI_NAM_PABAP: Name of Variant Variable RVARI_VNAMCHAR30SYCHAR30
VARI_NAM_SABAP: Name of Variant Variable RVARI_VNAMCHAR30SYCHAR30
INSTANCECounter TFC_NUMINT410TFC_INSTANCE
DDATESystem Date SYDATUMDATS8SYDATS
CLOSING_TYPEMonth-End/Quarter-End/Year-End Closing TFC_CLOSING_TYPECHAR1TFC_CLOSING_TYPE
FACTORY_CALENDARFactory Calendar WFCIDCHAR2WFCIDFCI
TEXTDescription of a Folder or Task TFC_FOLDER_TEXTCHAR60TFC_FOLDER_TEXT
CALENDAR_TYPECalendar Type TFC_CALENDAR_TYPECHAR1TFC_CALENDAR_TYPE
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
POPERPosting period POPERNUMC3POPERPOPR
READYStatus of a Task List TFC_READYCHAR1TFC_READY
RES_USRPerson Responsible for Task TFC_TASK_RESCHAR12XUBNAMEUSER_ADDR
LIST1 0
LIST2 0
LIST3 0
LIST4 0
LIST5 0
LIST6 0
LIST7 0
LIST8 0
LIST9 0
LIST10 0
FOLDER_MANAGER 0
METHOD_MANAGER 0
SCREEN_NONot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
CONTAINER 0

Key field Non-key field



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

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

How to access SAP table TFC_S_DYNPRO_DATA

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

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