DFKKOPCOLL SAP (Collection: Log of Receivables Submitted) Table details

Dictionary Type: Table
Description: Collection: Log of Receivables Submitted




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




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

DFKKOPCOLL is a standard SAP Table which is used to store Collection: Log of Receivables Submitted data and is available within R/3 SAP systems depending on the version and release level.

The DFKKOPCOLL table consists of various fields, each holding specific information or linking keys about Collection: Log of Receivables Submitted data available in SAP. These include LAUFI (Additional Identification Characteristic), LAUFD (Date ID), INKGP (Collection Agency), INKPS (Collection Item).. 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 DFKKOPCOLL 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
LAUFIAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK
LAUFDDate ID LAUFD_KKDATS8DATUM
INKGPCollection Agency INKGP_KKCHAR10Assigned to domainALPHABU_PARTNER
INKPSCollection Item INKPS_KKNUMC3NUM03
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPWRepetition Item in Contract Account Document OPUPW_KKNUMC3OPUPW_KK
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
OPUPZSubitem for a Partial Clearing in Document OPUPZ_KKNUMC3OPUPZ_KK
XSIMUMass act: Simulation run FKK_XSIMU_KKCHAR1XFELD
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
HVORGMain Transaction for Line Item HVORG_KKCHAR4Assigned to domainHVORG_KK8HV
TVORGSubtransaction for Document Item TVORG_KKCHAR4Assigned to domainTVORG_KK
STAKZType of statistical item STAKZ_KKCHAR1STAKZ_KK
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
WAERSTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
HWAERLocal Currency Key HWAER_KKCUKY5Assigned to domainWAERS
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
BETRHAmount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
AUGRDClearing Reason AUGRD_KKCHAR2Assigned to domainAUGRD_KK
AGDATDate For Submission of Receivable To Collection Agency AGDAT_KKDATS8DATUM
NRZASPayment Form Number NRZAS_KKCHAR12ALPHANRZAS_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKOPCOLL
INTO CORRESPONDING FIELDS OF WA_DFKKOPCOLL
WHERE...

How to access SAP table DFKKOPCOLL

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