DFKKQSR SAP (Individual Records for Withholding Tax Report) Table details

Dictionary Type: Table
Description: Individual Records for Withholding Tax Report




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




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

DFKKQSR is a standard SAP Table which is used to store Individual Records for Withholding Tax Report data and is available within R/3 SAP systems depending on the version and release level.

The DFKKQSR table consists of various fields, each holding specific information or linking keys about Individual Records for Withholding Tax Report data available in SAP. These include OPBEL (Number of Contract Accts Rec. & Payable Doc.), OPUPQ (Item Number In Reporting File For Withholding Tax), BUDAT (Posting Date in the Document), BUKRS (Company 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 DFKKQSR 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
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPQItem Number In Reporting File For Withholding Tax OPUPQ_KKNUMC4NUM04
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
HKONTGeneral ledger account HKONT_KKCHAR10Assigned to domainALPHASAKNRSAKO
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
QSSKZWithholding Tax Code QSSKZCHAR2T059QQSSKZ
QSSEWWithholding Tax Supplement QSSEW_KKCHAR2TFK059EQSSEW_KK
QSZNRCertificate Number of the Withholding Tax Exemption QSZNRCHAR10CHAR10
QSATZAdditional Withholding Tax Rate QSATZ_KKDEC4(2) QSATZ_KK
BETRHAmount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
SBASWAmount Subject to Tax in Transaction Currency (Tax Base Amt) SBASW_KKCURR13(2) WRTV7
SBASHAmount Subject to Tax in Local Currency (Tax Base Amount) SBASH_KKCURR13(2) WRTV7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
KTOSLTransaction key for account determination KTOSL_KKCHAR3CHAR3
XALLAWithholding Tax Amount Can Be Entered in Document XALLA_WH_KKCHAR1XFELD
PRLQSProvisional Withholding Tax of Open Item in Local Currency PRLQS_KKCURR13(2) WRTV7
PRLPZProvisional Percentage Rate for Withholding Tax ORIPZ_KKDEC4(2) QSATZ_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKQSR
INTO CORRESPONDING FIELDS OF WA_DFKKQSR
WHERE...

How to access SAP table DFKKQSR

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