TFK021D SAP (Screen variants: Administration) Table details

Dictionary Type: Table
Description: Screen variants: Administration




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




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

TFK021D is a standard SAP Table which is used to store Screen variants: Administration data and is available within R/3 SAP systems depending on the version and release level.

The TFK021D table consists of various fields, each holding specific information or linking keys about Screen variants: Administration data available in SAP. These include ANWND (Screen Variants: Application), VARNR (Screen variants: Name of variant), AKTIV (Screen Variant Active), ADATE (Screen variants: Activation date).. 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 TFK021D 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
PROGNScreen variants: Program PROGN_KKCHAR8PROGN_KK
ANWNDScreen Variants: Application ANWND_KKCHAR5ANWND_KK
VARNRScreen variants: Name of variant VARNR_KKCHAR5VARNR_021F
AKTIVScreen Variant Active AKTIV_KK2CHAR1XFELD
ADATEScreen variants: Activation date ADATE_KKDATS8DATUM
GDATEScreen variants: Date saved GDATE_KKDATS8DATUM
GNAMEScreen variants: Last changed by (name) GNAME_KKCHAR12UNAME
SAPRLScreen variants: Creation version (display field) SAPRL_KKCHAR4CHAR4
DYNNRScreen variants: Screen number of variant DYNNR_KKCHAR4DYNNR
SYSNAMEScreen variants: Name of the original system SYSNA_KKCHAR10SYSNAME
APPLKApplication area APPLK_KKCHAR1APPLK_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK021D
INTO CORRESPONDING FIELDS OF WA_TFK021D
WHERE...

How to access SAP table TFK021D

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