DFKKINVDOC_REV SAP (Reversal Request for Invoicing Document) Table details

Dictionary Type: Table
Description: Reversal Request for Invoicing Document




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




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

DFKKINVDOC_REV is a standard SAP Table which is used to store Reversal Request for Invoicing Document data and is available within R/3 SAP systems depending on the version and release level.

The DFKKINVDOC_REV table consists of various fields, each holding specific information or linking keys about Reversal Request for Invoicing Document data available in SAP. These include INVDOCNO (Number of Invoicing Document), REVTASK (Reversal Task), STATUS (Status of Reversal Request), REVREASON (Reversal Reason of Invoicing Document).. 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 DFKKINVDOC_REV 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
INVDOCNONumber of Invoicing Document INVDOCNO_KKNUMC12Assigned to domainINVDOCNO_KKFKKINV_INVDOCNO
REVTASKReversal Task REVTASK_INV_KKCHAR12DFKKINVDOC_REVTREVTASK_INV_KK
STATUSStatus of Reversal Request REVTRIG_STATUS_KKCHAR1REVTRIG_STATUS_KK
REVREASONReversal Reason of Invoicing Document REVREASON_KKCHAR2TFK2661REVREASON_KKFKKINV_REVREASON
INV_TYPEInvoicing Type INV_TYPE_KKCHAR2CHAR2
INV_PROCESSInvoicing Process INV_PROCESS_KKCHAR2TFK2602INV_PROCESS_KK
INV_CATEGORYInvoicing Category INV_CATEGORY_KKCHAR4TFK2604INV_CATEGORY_KK
GPARTBusiness Partner Number for Billing and Invoicing GPART_CI_KKCHAR10Assigned to domainALPHABU_PARTNERBPAFKKINV_GPART_CI
GPART_SELBusiness Partners Relevant for Document Selection GPART_SEL_KKCHAR10Assigned to domainALPHABU_PARTNER
VKONTContract Account Number for Billing and Invoicing VKONT_CI_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKINV_VKONT_CI
VKONT_SELContract Account Relevant for Document Selection VKONT_SEL_KKCHAR12Assigned to domainALPHAVKONT_KK
MDCATType of Master Data for Billing and Invoicing MDCAT_CI_KKCHAR1MDCAT_CI_KK
INVDOC_CRDATECreation Date of Invoicing Document INVDOC_CRDAT_KKDATS8DATUM
INVDOC_CRTIMETime of Creation of Invoicing Document INVDOC_CRTIM_KKTIMS6UZEIT
INVPERCATCategory of Invoicing Period INVPERCAT_KKCHAR2TFK2611INVPERCAT_KK
INVPERIODInvoicing Period INVPERIOD_KKDATS8DATS
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
TOTAL_CURRTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
TOTAL_AMTAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
CRNAMEUser Who Created the Reversal Request REVTRIG_CRNAM_KKCHAR12USNAM
CRDATEDate Reversal Request Was Created REVTRIG_CRDAT_KKDATS8DATUM
CRTIMETime at Which Reversal Request Was Created REVTRIG_CRTIM_KKTIMS6UZEIT
LOEDTDate on which the entry can be deleted again LOEDT_KKDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKINVDOC_REV
INTO CORRESPONDING FIELDS OF WA_DFKKINVDOC_REV
WHERE...

How to access SAP table DFKKINVDOC_REV

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