TFK019W SAP (FI-CA: Selection and Coordinates of Dialog Boxes) Table details

Dictionary Type: Table
Description: FI-CA: Selection and Coordinates of Dialog Boxes




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




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

TFK019W is a standard SAP Table which is used to store FI-CA: Selection and Coordinates of Dialog Boxes data and is available within R/3 SAP systems depending on the version and release level.

The TFK019W table consists of various fields, each holding specific information or linking keys about FI-CA: Selection and Coordinates of Dialog Boxes data available in SAP. These include WINFK (Window function), BUVAR (Company Code Variant (Screen)), WINNR (Window number), SPVON (From Column for Window).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TFK019W 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
MPOOLModule Pool MPOOLCHAR40Assigned to domainPROGRAMM
WINFKWindow function WINFKCHAR4WINFK
BUVARCompany Code Variant (Screen) BUVARCHAR1BUVAR
WINNRWindow number WINNRNUMC4DYNPRONR
SPVONFrom Column for Window SPVON_019WNUMC2NUM02
SPBISTo Column for Window SPBIS_019WNUMC2NUM02
ZLVONFrom Line for Window DZLVON_019NUMC2NUM02
ZLBISTo Line for Window DZLBIS_019NUMC2NUM02

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK019W
INTO CORRESPONDING FIELDS OF WA_TFK019W
WHERE...

How to access SAP table TFK019W

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