TFK059QE SAP (Additional Withholding Tax : Characteristics) Table details

Dictionary Type: Table
Description: Additional Withholding Tax : Characteristics




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




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

TFK059QE is a standard SAP Table which is used to store Additional Withholding Tax : Characteristics data and is available within R/3 SAP systems depending on the version and release level.

The TFK059QE table consists of various fields, each holding specific information or linking keys about Additional Withholding Tax : Characteristics data available in SAP. These include LAND1 (Country Key), QSSKZ (Withholding Tax Code), QSSEW (Withholding Tax Supplement), QSSBE (Additional Withholding Tax Base Amount).. 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 TFK059QE 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
LAND1Country Key LAND1CHAR3T005LAND1LND
QSSKZWithholding Tax Code QSSKZCHAR2T059QQSSKZ
QSSEWWithholding Tax Supplement QSSEW_KKCHAR2TFK059EQSSEW_KK
QSSBEAdditional Withholding Tax Base Amount QSSBE_KKCHAR1QSSBE_KK
QPROZShare Subject To Tax For Withholding Tax QPROZ_KKDEC5(2) PRZ32
QSATZAdditional Withholding Tax Rate QSATZ_KKDEC4(2) QSATZ_KK
XALLPWithholding Tax Percentage Rate Can Be Entered in Document XALLP_WH_KKCHAR1XFELD
XALLBBase Amount of Withholding Tax Can Be Entered in Document XALLB_WH_KKCHAR1XFELD
XALLAWithholding Tax Amount Can Be Entered in Document XALLA_WH_KKCHAR1XFELD
XALLOVariable Supplement Is Only Optional XALLO_WH_KKCHAR1XFELD
T1099Form and Field Name for 1099 Reporting T1099_KKCHAR40TEXT40
TIMPOTime of Posting for Vendor Tax TIMPO_KKCHAR1TIMPO_KK
QSFUNFunction of Withholding Tax Supplement QSFUN_KKCHAR1QSFUN_KK
QSSEW_CORRWithholding Tax Supplement for Adjustment QSSEW_CORR_KKCHAR2TFK059EQSSEW_KK
QSSEW_CUPWithholding Tax Supplement for Catch-Up Posting QSSEW_CUP_KKCHAR2TFK059EQSSEW_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK059QE
INTO CORRESPONDING FIELDS OF WA_TFK059QE
WHERE...

How to access SAP table TFK059QE

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