DFKKREV07 SAP (Report on Tax on Sales/Purchases (clearing time)) Table details

Dictionary Type: Table
Description: Report on Tax on Sales/Purchases (clearing time)




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




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

DFKKREV07 is a standard SAP Table which is used to store Report on Tax on Sales/Purchases (clearing time) data and is available within R/3 SAP systems depending on the version and release level.

The DFKKREV07 table consists of various fields, each holding specific information or linking keys about Report on Tax on Sales/Purchases (clearing time) data available in SAP. These include OPBEL (Number of Contract Accts Rec. & Payable Doc.), OPUPK (Item number in contract account document), GPART (Business Partner Number), VINFO (Detailing Assignment In Tax Report).. 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 DFKKREV07 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
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12DFKKKOALPHAOPBEL_KK80B
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
VINFODetailing Assignment In Tax Report VINFO_KKCHAR20CHAR20
MZPKTReport Time For Sales/Purchase Tax MZPKT_KKNUMC2MZPKT_KK
MUMFAScope Of Data For Sales/Purchase Tax Explanation MUMFA_KKNUMC1MUMFA_KK
TZAHLCounter For Identifying Respective Partial Payment Item TZAHL_KKNUMC3NUM3
APPLKApplication area APPLK_KKCHAR1APPLK_KK
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
HKONTGeneral ledger account HKONT_KKCHAR10SKA1ALPHASAKNRSAKO
XREFSReference To Other Taxes XREFS_KKCHAR1XFELD
BETRHAmount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
GBETHTotal amount in local currency GBETH_KKCURR13(2) WRTV7
GBETWTotal amount in transaction currency GBETW_KKCURR13(2) WRTV7
AUGBOClearing Amount in Open Item Currency AUGBO_KKCURR13(2) WRTV7
AUGBHClearing amount in local currency with +/- sign AUGBH_KKCURR13(2) WRTV7
AUGBWClearing Amount in Transaction Currency (With +/- Sign) AUGBW_KKCURR13(2) WRTV7
HWAERLocal Currency Key HWAER_KKCUKY5Assigned to domainWAERS
TWAERTransaction Currency TWAERCUKY5TCURCWAERSFWS
TBDATPosting Date Trigger Document TBDAT_KKDATS8DATUM
TLDATDocument Date For Trigger Document TLDAT_KKDATS8DATUM
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
VMDATPlanned Report Date For Tax Item VMDAT_KKDATS8DATUM
SDATAAdditional Data For Tax Report SDATA_KKCHAR140CHAR140
XBLNROfficial Document Number EXBEL_KKCHAR16ALPHAEXBEL_KK
REGIOSTATE (State, Province, County) REGIOCHAR3T005SREGIO
COUNCCounty Code COUNCCHAR3T005ECOUNC
GRICDActivity Code for Gross Income Tax J_1AGICD_DCHAR2J_1AGICDJ_1AGICD2
GITYPDistribution Type for Employment Tax J_1ADTYP_DCHAR2J_1ADTYPJ_1ADTYP
REPCLSReport Classification REPCLS_KKCHAR2TFK_EXTDOC_AR2REPCLS_KK
AUBELDocument Number Of Document To Be Triggered AUBEL_KKCHAR12DFKKKOALPHAOPBEL_KK
XSATZRecord Triggered In Reporting Table XSATZ_KKCHAR1XSATZ_KK
REFNRNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12DFKKKOALPHAOPBEL_KK80B
AUGRDClearing Reason AUGRD_KKCHAR2TFK001AAUGRD_KK
EXBEL_BETRHTotal amount for an official document in local currency EXBEL_BETRHCURR13(2) WRTV7
EXBEL_BETRWTotal amount of an official document in transaction currency EXBEL_BETRWCURR13(2) WRTV7

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKREV07
INTO CORRESPONDING FIELDS OF WA_DFKKREV07
WHERE...

How to access SAP table DFKKREV07

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