MWSTB SAP (Internal Table for Taxes on Sales and Purchases) Structure details

Dictionary Type: Structure
Description: Internal Table for Taxes on Sales and Purchases




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




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

MWSTB 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 "Internal Table for Taxes on Sales and Purchases" 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_MWSTB TYPE MWSTB.

The MWSTB table consists of various fields, each holding specific information or linking keys about Internal Table for Taxes on Sales and Purchases data available in SAP. These include BUKRS (Company Code), HWBAS (Tax Base Amount in Local Currency), FWBAS (Tax base amount in document currency), HWBAD (Tax Base Amount in Local Currency (Tax Line 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MWSTB 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
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HWBASTax Base Amount in Local Currency HWBAS_BSESCURR15(2) WERTV8
FWBASTax base amount in document currency FWBAS_BSESCURR15(2) WERTV8
HWBADTax Base Amount in Local Currency (Tax Line Items) HWBAD_MWSTCURR15(2) WERT8
FWBADTax Base Amount in Document Currency (Tax Line Items) FWBAD_MWSTCURR15(2) WERT8
HWSKBCash Discount Base Amount (Local Currency) HWSKBCURR15(2) WERT8
HWSTETax Amount in Local Currency HWSTECURR13(2) WERT7
FWSTETax Amount in Document Currency FWSTECURR13(2) WERT7
HWSTDTax Amount in Local Currency (Tax Line Items) HWSTD_MWSTCURR13(2) WERT7
FWSTDTax Amount in Foreign Currency (Tax Line Items) FWSTD_MWSTCURR13(2) WERT7
HWNAFNon-Deductible Input Tax in Local Currency HWNAFCURR13(2) WERT7
FWNAFNon-Deductible Input Tax in Document Currency FWNAFCURR13(2) WERT7
HWNADNon-Deductible Tax (Local Currency Tax Line Items) HWNAD_MWSTCURR13(2) WERT7
FWNADForeign Currency Non-Deductible Tax (Tax Line Items) FWNAD_MWSTCURR13(2) WERT7
HWNAGNon-Deductible Tax in Loc.Curr. Already Posted (in CDC Item) HWNAG_BSEZCURR13(2) WERT7
FWNAGNon-Deductible Tax in For.Curr.Already Posted (in DiCl.Line) FWNAG_BSEZCURR13(2) WERT7
HWZUZProvision Amount in Local Currency HWZUZCURR13(2) WERT7
FWZUZAdditional Tax in Document Currency FWZUZCURR13(2) WERT7
HWZBAAdditional Tax Base Amount in Local Currency HWZBA_MWSTCURR15(2) WERT8
FWZBAAdditional Tax Base Amount in Foreign Currency FWZBA_MWSTCURR15(2) WERT8
ANZPONumber of Line Items for this Tax Code ANZPO_MWSTDEC5DEC5
MSATZTax Rate MSATZ_MWSTNUMC5NUM5
PRUEFIndicator: Error Message for Invalid Tax Amount ? PRUEF_007CHAR1XFELD
REARTCalculation Method for Taxes on Sales/Purchases REART_007CHAR1REART
RUNKZTaxes on Sales/Purchases Rounding Indicator RUNKZ_007CHAR1RUNKZ
MWARTTax Type MWARTCHAR1MWART
NAFPZNon-Deductible Portion of Input Tax ( in % ) NAFPZ_MWSTNUMC5NUM5
NAFVTIndicator: Distribute Non-Deductible Tax ? NAFVT_007CHAR1XFELD
ZKOVTAdditional Tax Cost Distribution DZKOVT_007CHAR1ZKOVT
ZSABFIndicator: Postponed accounting system DZSABF_007CHAR1XFELD

Key field Non-key field



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

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

How to access SAP table MWSTB

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