T059ID01 SAP (Withholding Tax Output Group Description) Table details

Dictionary Type: Table
Description: Withholding Tax Output Group Description




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




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

T059ID01 is a standard SAP Table which is used to store Withholding Tax Output Group Description data and is available within R/3 SAP systems depending on the version and release level.

The T059ID01 table consists of various fields, each holding specific information or linking keys about Withholding Tax Output Group Description data available in SAP. These include WT_OUTPUT_GRP (Process Type), WT_OUTPUT_CUST (Output Group), WT_OG_REP_DOC (Document Types), WT_OG_OPEN (Include Open Items).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = T059ID01T


SAP T059ID01 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 MANDTCLNT3Assigned to domainMANDT
WT_OUTPUT_GRPProcess Type WT_OUTPUT_GRPCHAR10IDWTNAVIGWT_OUTPUT_GROUP
WT_OUTPUT_CUSTOutput Group WT_OUTPUT_CUSTCHAR3
WT_OG_REP_DOCDocument Types WT_FI_REPORTED_DOCCHAR1WT_REPORTED_DOCUMENTS
WT_OG_OPENInclude Open Items WT_FI_OPENCHAR1XFELD
WT_OG_FORM_TYP1Form Type WT_FORMTYPECHAR1WT_FORMTYPE
WT_OG_FORM_NM1Smart Forms: Form Name TDSFNAMECHAR30STXFADMTDSFNAMESSFNAME
WT_OG_FORM_TYP2Form Type WT_FORMTYPECHAR1WT_FORMTYPE
WT_OG_FORM_NM2Smart Forms: Form Name TDSFNAMECHAR30STXFADMTDSFNAMESSFNAME
WT_OG_FILESave Mode DTAFILECHAR1XFELD_FILE
WT_OG_FILE_IDDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30DMEE_TREEDMEE_TREEIDDMEE_TREE_ID
WT_OG_USER_PGMUser ABAP program name WT_PROGRAMCHAR40
WT_OG_CERT_LOCStorage location of the generated WT certificate number WT_OG_CERT_LOCCHAR20WT_CERT_LOC
WT_OG_NO_VATExclude Sales Tax Data WT_OG_NO_VATCHAR1XFELD
WT_OG_NO_EXEMPTExclude Exemption Data WT_OG_NO_EXEMPTCHAR1XFELD
WT_TAXREF1Parameter Type WT_PARTYCHAR6
WT_TAXREF2Parameter Type WT_PARTYCHAR6
WT_EDINOParameter Type WT_PARTYCHAR6
WT_FISKTake into account fiscal address of vendor/customer WT_FISKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T059ID01
INTO CORRESPONDING FIELDS OF WA_T059ID01
WHERE...

How to access SAP table T059ID01

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