DFKKTAX_EXEMPT SAP (Table of FI-CA Tax Exemptions) Table details

Dictionary Type: Table
Description: Table of FI-CA Tax Exemptions




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




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

DFKKTAX_EXEMPT is a standard SAP Table which is used to store Table of FI-CA Tax Exemptions data and is available within R/3 SAP systems depending on the version and release level.

The DFKKTAX_EXEMPT table consists of various fields, each holding specific information or linking keys about Table of FI-CA Tax Exemptions data available in SAP. These include EXKEY (Key Value For Tax Exemption), MWSKZ (Tax on sales/purchases code), KSCHL (Condition Type), EXDFR (Start date of exemption).. 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: Cannot Be Enhanced


SAP DFKKTAX_EXEMPT 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
EXKEYKey Value For Tax Exemption EXEMPTKEY_KKCHAR16CHAR16FKKTAX_EXEMPT
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
EXDFRStart date of exemption J_1AEXDFDATS8J_1ASTART
EXDTOEnd date of exemption J_1AEXDTDATS8J_1AEND
EXNUMNumber of exemption certificate J_1AEXNRCHAR15CHAR15
EXRATExemption rate J_1AEXRTDEC5(2) PRZ32
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKTAX_EXEMPT
INTO CORRESPONDING FIELDS OF WA_DFKKTAX_EXEMPT
WHERE...

How to access SAP table DFKKTAX_EXEMPT

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