KNBW SAP (Customer master record (withholding tax types) X) Table details

Dictionary Type: Table
Description: Customer master record (withholding tax types) X




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




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

KNBW is a standard SAP Table which is used to store Customer master record (withholding tax types) X data and is available within R/3 SAP systems depending on the version and release level.

The KNBW table consists of various fields, each holding specific information or linking keys about Customer master record (withholding tax types) X data available in SAP. These include KUNNR (Customer Numbers), BUKRS (Company Code), WITHT (Indicator for withholding tax type), WT_WITHCD (Withholding tax code).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP KNBW 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 MANDTCLNT3T000MANDT
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WITHTIndicator for withholding tax type WITHTCHAR2T059PWITHT
WT_WITHCDWithholding tax code WT_WITHCDCHAR2T059ZWT_WITHCD
WT_AGENTIndicator: Withholding tax agent? WT_WTAGTCHAR1XFELD
WT_AGTDFObligated to withhold tax from WT_AGTDFDATS8WT_START
WT_AGTDTObligated to withhold tax until WT_AGTDTDATS8WT_END
WT_WTSTCDWithholding tax identification number WT_WTSTCDCHAR16STCD1
WT_EXNRExemption certificate number WT_EXNRCHAR15CHAR15
WT_EXRTExemption rate WT_EXRTDEC5(2) PRZ32
WT_EXDFDate on which exemption begins WT_EXDFDATS8WT_START
WT_EXDTDate on which exemption ends WT_EXDTDATS8WT_END
WT_WTEXRSReason for exemption WT_WTEXRSCHAR2Assigned to domainWT_WTEXRS

Key field Non-key field



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

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

SELECT SINGLE *
FROM KNBW
INTO CORRESPONDING FIELDS OF WA_KNBW
WHERE...

How to access SAP table KNBW

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