ACWT_ITEM SAP (Table Control Structure for Withholding Tax) Structure details

Dictionary Type: Structure
Description: Table Control Structure for Withholding Tax




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




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

ACWT_ITEM 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 "Table Control Structure for Withholding Tax" 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_ACWT_ITEM TYPE ACWT_ITEM.

The ACWT_ITEM table consists of various fields, each holding specific information or linking keys about Table Control Structure for Withholding Tax data available in SAP. These include WITHT (Indicator for withholding tax type), WT_WITHCD (Withholding tax code), WT_QSSHH (Withholding tax base amount (local currency)), WT_QSSHB (Withholding tax base amount in document currency).. 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 ACWT_ITEM 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
SPLIT_KEYGrouping key for splitting vendor line item SPLIT_KEYNUMC6Assigned to domainSPLIT_KEY
WITHTIndicator for withholding tax type WITHTCHAR2Assigned to domainWITHT
WT_WITHCDWithholding tax code WT_WITHCDCHAR2T059ZWT_WITHCD
WT_QSSHHWithholding tax base amount (local currency) WT_BSCURR15(2) WERTV8
WT_QSSHBWithholding tax base amount in document currency WT_BS1CURR15(2) WERTV8
WT_QSSH2Withholding tax base amount in 2nd local currency WT_BS2CURR15(2) WERTV8
WT_QSSH3Withholding tax base amount in 3rd local currency WT_BS3CURR15(2) WERTV8
WT_QBSHHWithholding tax amount (in local currency) WT_WTCURR15(2) WERTV8
WT_QBSHBWithholding tax amount in document currency WT_WT1CURR15(2) WERTV8
WT_QBSH2Withholding tax amount in 2nd local currency WT_WT2CURR15(2) WERTV8
WT_QBSH3Withholding tax amount in 3rd local currency WT_WT3CURR15(2) WERTV8
WT_WDMBTRWithholding tax amount (in local currency) already withheld WT_AWTCURR15(2) WERTV8
WT_WWRBTRWithholding tax amount already withheld in document currency WT_AWT1CURR15(2) WERTV8
WT_WDMBT2Withholding tax amount already withheld in 2nd local curr. WT_AWT2CURR15(2) WERTV8
WT_WDMBT3With/tax amount already withheld in 3rd local currency WT_AWT3CURR15(2) WERTV8
WT_GWTWithholding tax amount (local currency) as per payment WT_GWTCURR15(2) WERTV8
WT_GWT1Withholding tax amount (document currency) as per payment WT_GWT1CURR15(2) WERTV8
WT_GWT2Withholding tax amount (2nd local currency) as per payment WT_GWT2CURR15(2) WERTV8
WT_GWT3Withholding tax amount (3rd local currency) as per payment WT_GWT3CURR15(2) WERTV8
WT_PSTSLFWIndicator: Post as self-withholding tax? WT_PSTSLFWCHAR1XFELD
WT_TYPEName of withholding tax type WT_TP_NAMECHAR40TEXT40
WT_WARNTXTInformation text for withholding tax dialog WT_INFO_TXTCHAR30TEXT30
WT_WTEXMNExemption certificate number WT_EXNRCHAR15CHAR15

Key field Non-key field



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

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

How to access SAP table ACWT_ITEM

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