TXI_T059P SAP (Withholding tax types) Structure details

Dictionary Type: Structure
Description: Withholding tax types




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




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

TXI_T059P is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Withholding tax types" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TXI_T059P TYPE TXI_T059P.

The TXI_T059P table consists of various fields, each holding specific information or linking keys about Withholding tax types data available in SAP. These include MANDT (Client), LAND1 (Country Key), WITHT (Indicator for withholding tax type), WT_TPNR (Sequential number of a withholding tax type).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TXI_T059P structure 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
WITHTIndicator for withholding tax type WITHTCHAR2Assigned to domainWITHT
WT_TPNRSequential number of a withholding tax type WT_TPNRNUMC3WT_TPNR
WT_ACCPTAccumulation period WT_ACCPTCHAR1WT_ACCPT
WT_ACCALLIndicator: Accum. several cust./vend. and CoCdes together? WT_ACCALLCHAR1XFELD
WT_ACCTMAXIndicator: Withhold accumulated withholding tax to maximum? WT_ACCTMAXCHAR1XFELD
WT_WTRDRounding Rule WT_WTRDCHAR2WT_WTRD
WT_CEINVCentral invoice WT_CEINVCHAR1WT_CEINV
WT_BASEType of withholding tax base amount WT_BASECHAR1WT_BASE
WT_DOPOSTPost withholding tax amount WT_DOPOSTCHAR1XFELD
WT_POSTMPosting time WT_POSTMCHAR1WT_POSTM
WT_ALWTIndicator: Withholding tax already withheld? WT_ALWTCHAR1XFELD
WT_WTDSCIndicator: Calculate w/tax prior to cash discount deduction WT_WTDSCCHAR1XFELD
WT_SLFWTSelf-withholding possible? WT_SLFWTCHAR1XFELD
WT_WTDPWithholding tax type number on which this w/tax type depends WT_WTDPNUMC3WT_TPNR
WT_MANUALIndicator: Allow manual entry of withholding tax amount WT_MANUALCHAR1XFELD
WT_MAINTBMaintenance of minimum base amount WT_MAINTBCHAR1WT_MINBAS
WT_MAINTAMaintenance of minimum/maximum withholding tax amount WT_MAINTACHAR1WT_MINBAS
WT_REDBASIndicator: Reduce base amount by withholding tax amount? WT_REDBASCHAR1XFELD
WT_WTINVIndicator: Enter w/tax amount manually for payments? WT_WTINVCHAR1XFELD
REGIOSTATE (State, Province, County) REGIOCHAR3T005SREGIO
TDFORMForm Name TDFORMCHAR16TDFORM
WT_BCPLVLMinimum Check at Document Level WT_BCPLVLCHAR1WT_BCPLVL
WT_CTNBRLIndicator: Type not relevant for certificate numbering? WT_CTNBRLCHAR1XFELD
WT_MANBASIndicator: Allow manual entry of withholding tax base amnt WT_MANBASCHAR1XFELD
KSCHLCondition Type KSCHLCHAR4T685AKSCHLVKS
J_1BSUMVALTransfer to Nota Fiscal J_1BSUMVALCHAR1XFELD
J_1BTEXKEYMM: Text key for automatic text determination J_1BTEXKEYCHAR4J_1BMMNFTTALPHAJ_1BTEXKEY
WT_KURSTEx.Rate Type for Determining Ex.Rate for W/holding Tax Calc. WT_KURSTCHAR4TCURVKURST
WT_INHERITBASEIndicator: Base Amount Equals Amount of Other Type WT_INHERITBASECHAR1XFELD
WT_NOREDUCTIONIndicator: Vendor Line Item Not Reduced by W/holding Tax Amt WT_NOREDUCTIONCHAR1XFELD
J_1AFORMATCertificate Format TYP_FORMATCHAR1TYP_FORMAT
KSCHL_TXCondition Type KSCHLCHAR4T685KSCHLVKS
J_1BWHTBASE_NFOrigin of Real Withholding Tax Calculation Base J_1BWHTBASE_NFCHAR1J_1BWHTBASE_NF
ALL_TAX_CODESConsider All Tax Codes J_1A_ALL_TAX_CODESCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure TXI_T059P using ABAP code?

As TXI_T059P is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TXI_T059P as there is no data to select.

How to access SAP table TXI_T059P

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