TFK021U SAP (Default Values for Line Layout in Account Display) Table details

Dictionary Type: Table
Description: Default Values for Line Layout in Account Display




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




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

TFK021U is a standard SAP Table which is used to store Default Values for Line Layout in Account Display data and is available within R/3 SAP systems depending on the version and release level.

The TFK021U table consists of various fields, each holding specific information or linking keys about Default Values for Line Layout in Account Display data available in SAP. These include PGMID (Calling program for account balance display), FUNCT (Called Function for Account Balance Display), VARNR (Line Layout/Variant), LSTYP (List Type for Account Balance Display).. 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 TFK021U 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
PGMIDCalling program for account balance display PEPOS_KKCHAR8PEPOS_KK
FUNCTCalled Function for Account Balance Display FUNCT_KKCHAR5FUNCT_KK
VARNRLine Layout/Variant VARNR_ZKKCHAR3TFK021ZCHAR3
LSTYPList Type for Account Balance Display LSTYP_KKCHAR10TFK021LLSTYP_KK8LTLSTYP_KK
FITABAccount Balance: Initial Screen For List FITAB_KKCHAR1FITAB_KK
SRVARSort Variant SRVAR_KKCHAR3TFK021SVSRVAR_KK
SVVARBalance Variant (Key) SVVAR_KKCHAR6TFKBA_VARCHAR6

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK021U
INTO CORRESPONDING FIELDS OF WA_TFK021U
WHERE...

How to access SAP table TFK021U

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