DFKKINVDOC_S SAP (Source Document for Invoicing/Reversal History) Table details

Dictionary Type: Table
Description: Source Document for Invoicing/Reversal History




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




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

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

The DFKKINVDOC_S table consists of various fields, each holding specific information or linking keys about Source Document for Invoicing/Reversal History data available in SAP. These include SRCDOCCAT (Category of Source Document To Be Invoiced), SRCDOCNO (Number of Source Document to Be Invoiced), INVDOCNO (Number of Invoicing Document), SRCDOCTYPE (Type of Source Document to Be Invoiced).. 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_S 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
SRCDOCCATCategory of Source Document To Be Invoiced SRCDOCCAT_KKCHAR5SRCDOCCAT_KK
SRCDOCNONumber of Source Document to Be Invoiced SRCDOCNO_KKCHAR20ALPHASRCDOCNO_KKFKKINV_SRCDOCNO
INVDOCNONumber of Invoicing Document INVDOCNO_KKNUMC12Assigned to domainINVDOCNO_KKFKKINV_INVDOCNO
SRCDOCTYPEType of Source Document to Be Invoiced SRCDOCTYPE_KKCHAR3TFK2605SSRCDOCTYPE_KK
LOG_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
APPLKApplication area APPLK_KKCHAR1APPLK_KK
INVOICEDInvoicing Document Posted INV_POSTED_KKCHAR1XFELD
SIMULATEDInvoicing Document Is Simulated INV_SIMULATED_KKCHAR1XFELD
PRELIMINARYPreliminary Invoice INV_PRELIMINARY_KKCHAR1XFELD
REVERSALDOCNumber of Reversal Document for Invoicing Document INV_REVERSALDOC_KKNUMC12Assigned to domainINVDOCNO_KK
REVERSEDDOCNumber of Reversed Invoicing Document INV_REVERSEDDOC_KKNUMC12Assigned to domainINVDOCNO_KK
CRDATECreation Date of Invoicing Document INVDOC_CRDAT_KKDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKINVDOC_S
INTO CORRESPONDING FIELDS OF WA_DFKKINVDOC_S
WHERE...

How to access SAP table DFKKINVDOC_S

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