T001WT SAP (Company code-specific information per withholding tax type) Table details

Dictionary Type: Table
Description: Company code-specific information per withholding tax type




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




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

T001WT is a standard SAP Table which is used to store Company code-specific information per withholding tax type data and is available within R/3 SAP systems depending on the version and release level.

The T001WT table consists of various fields, each holding specific information or linking keys about Company code-specific information per withholding tax type data available in SAP. These include BUKRS (Company Code), WITHT (Indicator for withholding tax type), WT_SUBJCT (Indicator: Subject to withholding tax?), WT_AGENT (Indicator: Withholding tax agent?).. 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: Not classified


SAP T001WT 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WITHTIndicator for withholding tax type WITHTCHAR2T059PWITHT
WT_SUBJCTIndicator: Subject to withholding tax? WT_SUBJCTCHAR1XFELD
WT_AGENTIndicator: Withholding tax agent? WT_WTAGTCHAR1XFELD
WT_SELFWAIndicator: Self-withholding agent? WT_SELFWACHAR1XFELD
WT_AGTDFObligated to withhold tax from WT_AGTDFDATS8WT_START
WT_AGTDTObligated to withhold tax until WT_AGTDTDATS8WT_END
QSRECType of recipient WT_QSRECCHAR2T059CWT_QSREC
WT_WTSTCDWithholding tax identification number WT_WTSTCDCHAR16STCD1
WT_EXNRExemption certificate number WT_EXNRCHAR15CHAR15
WT_EXRTExemption rate WT_EXRTDEC5(2) PRZ32
WT_EXDFDate on which exemption begins WT_EXDFDATS8WT_START
WT_EXDTDate on which exemption ends WT_EXDTDATS8WT_END
WT_WTEXRSReason for exemption WT_WTEXRSCHAR2T059VWT_WTEXRS

Key field Non-key field



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

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

SELECT SINGLE *
FROM T001WT
INTO CORRESPONDING FIELDS OF WA_T001WT
WHERE...

How to access SAP table T001WT

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