DFKKINV_CFC SAP (Clarification Case Invoicing) Table details

Dictionary Type: Table
Description: Clarification Case Invoicing




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




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

DFKKINV_CFC is a standard SAP Table which is used to store Clarification Case Invoicing data and is available within R/3 SAP systems depending on the version and release level.

The DFKKINV_CFC table consists of various fields, each holding specific information or linking keys about Clarification Case Invoicing data available in SAP. These include INVCFCNO (Number of Clarification Case), APPLK (Application area), CFCCAT (Clarification Case Category), CFCREASON (Clarification Reason).. 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 DFKKINV_CFC 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
INVCFCNONumber of Clarification Case INVCFCNO_KKNUMC12INVCFCNO_KK
APPLKApplication area APPLK_KKCHAR1APPLK_KK
CFCCATClarification Case Category INV_CFCCAT_KKCHAR2TFK2670CINV_CFCCAT_KK
CFCREASONClarification Reason INV_CFCREASON_KKCHAR3TFK2670INV_CFCREASON_KK
CFCVAL_INVDOCCheck Invoicing Document INV_CFCVAL_INVDOC_KKCHAR8TFK2671INV_CFCVAL_INVDOC_KK
CFCVAL_SRCDOCCheck Source Document INV_CFCVAL_SRCDOC_KKCHAR8TFK2672INV_CFCVAL_SRCDOC_KK
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
MDCATType of Master Data for Billing and Invoicing MDCAT_CI_KKCHAR1MDCAT_CI_KK
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
SRCDOCCATCategory of Source Document To Be Invoiced SRCDOCCAT_KKCHAR5SRCDOCCAT_KK
SRCDOCNONumber of Source Document to Be Invoiced SRCDOCNO_KKCHAR20ALPHASRCDOCNO_KKFKKINV_SRCDOCNO
SRCDOCTYPEType of Source Document to Be Invoiced SRCDOCTYPE_KKCHAR3TFK2605SSRCDOCTYPE_KK
SRCDOC_CURRTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
SRCDOC_AMOUNTPosting-Relevant Total Amount of Source Document SRCDOC_AMOUNT_KKCURR13(2) WRTV7
INV_PROCESSInvoicing Process INV_PROCESS_KKCHAR2TFK2602INV_PROCESS_KK
INVDOCNONumber of Control Document of Invoicing for Clarificatn Case INVDOCNO_CFC_KKNUMC12Assigned to domainINVDOCNO_KK
INVDOC_CURRTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
INVDOC_AMOUNTAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
CRNAMECreated By CRNAMCHAR12USNAM
CRDATECreation date CRDATDATS8DATUM
CRTIMETime at which the object was created ERTIM_KKTIMS6UZEIT
XAUTOCLARClarification Case Was Clarified Automatically INV_CFC_XAUTOCLAR_KKCHAR1XFELD
CLARIFIEDClarification Case Already Clarified INV_CFC_CLARIFIED_KKCHAR1XFELD
CLARIFIED_WORKSTLast Processing Status of a Clarification Case (Temporary) INV_CFC_WORKSTATECHAR2CFC_WORKSTATE
STATECFC: Status of an application table entry CFC_STATECHAR2CFC_ITEM_STATECFC_STATE
LOCK_USERName of the person to last change the status of the object CFC_UNAMECHAR12Assigned to domainXUBNAME
LOCK_LIMITCFC: Lock period of a lock entry CFC_LOCK_LIMITDATS8SYDATS
WORKSTATELast processing status of a clarification case CFC_WORKSTATECHAR2CFC_IT_WORKSTATECFC_WORKSTATE
RESUBMIT_DATEDate on which Resubmission Occurs CFC_RESUBMIT_DATEDATS8SYDATS
WF_COUNTNumber of active workflows with this clarification case CFC_WORKFLOW_COUNTERINT13INT1

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKINV_CFC
INTO CORRESPONDING FIELDS OF WA_DFKKINV_CFC
WHERE...

How to access SAP table DFKKINV_CFC

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