IDWTS_CO_FIDOC SAP (Structure for Withholding Tax Data from FI Documents) Structure details

Dictionary Type: Structure
Description: Structure for Withholding Tax Data from FI Documents




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




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

IDWTS_CO_FIDOC 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 "Structure for Withholding Tax Data from FI Documents" 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_IDWTS_CO_FIDOC TYPE IDWTS_CO_FIDOC.

The IDWTS_CO_FIDOC table consists of various fields, each holding specific information or linking keys about Structure for Withholding Tax Data from FI Documents data available in SAP. These include PARTNERNO (Partner ID), NO_OF_PAGES (Count for No. of Pages), YEAR_1 (Year), MONTH_1 (Month).. 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: Can be enhanced (character-type or numeric)


SAP IDWTS_CO_FIDOC 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PARTNERNOPartner ID PARTNERNOCHAR35
NO_OF_PAGES Count for No. of Pages0
YEAR_1 Year0
MONTH_1 Month0
DATE_1 Date0
WT_QSSHHWithholding Tax Base Amount in Reporting Currency WT_BASE_AMTCURR15(2) WERTV8
WT_QBSHHWithholding Tax Amount in Reporting Currency WT_TAX_AMTCURR15(2) WERTV8
HWAERReporting currency ( local or alternative ) WT_HWAERCUKY5Assigned to domainWAERS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
YEAR_SIGNATUREFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONTH_SIGNATURE Month0
DAY_SIGNATURE Date0
BUDATPosting Date in the Document BUDATDATS8DATUM
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
WT_TYPECODE_TEXTDescription of Wth/Tax Type + code for Ext. WT WT_TYPE_CODE_DESCCHAR40TEXT40
WITHTIndicator for withholding tax type WITHTCHAR2Assigned to domainWITHT
WT_WITHCDWithholding tax code WT_WITHCDCHAR2Assigned to domainWT_WITHCD
WT_PERIODReporting Period WT_REPPERIODNUMC2
XREF2Business partner reference key XREF2CHAR12CHAR12
TEMP2Name TDOBNAMECHAR70TDOBNAME
EATXTDescription of the income type WT_INCOME_TYPE_DESCCHAR40TXT40
WT_AMEXCLVATNet amount 2 = Invoice amount - VAT ( in Reporting currency) WT_EXCLVATCURR15(2) WERTV8
QSATZWithholding tax rate WT_QSATZDEC7(4) PRZ34
QEKARIncome Type QEKARCHAR4Assigned to domainQEKAR
H_PERIOD_TEXT 0
DMBTRGross amount in Reporting Currency WT_DMBTRCURR15(2) WERT8

Key field Non-key field



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

As IDWTS_CO_FIDOC 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 IDWTS_CO_FIDOC as there is no data to select.

How to access SAP table IDWTS_CO_FIDOC

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